summaryrefslogtreecommitdiff
path: root/drivers/clk
Commit message (Expand)AuthorAge
* clk: bcm2835: Protect sections updating shared registersBoris Brezillon2018-03-19
* clk: bcm2835: Fix ana->maskX definitionsBoris Brezillon2018-03-19
* clk: aspeed: Prevent reset if clock is enabledEddie James2018-03-15
* clk: aspeed: Fix is_enabled for certain clocksEddie James2018-03-15
* clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()Wei Yongjun2018-03-12
* clk: hisilicon: hi3660:Fix potential NULL dereference in hi3660_stub_clk_pr...Wei Yongjun2018-03-12
* Merge branch 'clk-helpers' (early part) into clk-fixesStephen Boyd2018-03-12
|\
| * clk: fix determine rate error with pass-through clockJerome Brunet2018-03-12
* | Merge branch 'clk-phase' into clk-fixesStephen Boyd2018-03-12
|\ \
| * | clk: update cached phase to respect the fact when setting phaseShawn Lin2018-03-11
* | | Merge tag 'ti-clk-fixes-4.16' of https://github.com/t-kristo/linux-pm into cl...Stephen Boyd2018-03-12
|\ \ \
| * | | clk: ti: am43xx: add set-rate-parent support for display clkctrl clockTero Kristo2018-03-08
| * | | clk: ti: am33xx: add set-rate-parent support for display clkctrl clockTero Kristo2018-03-08
| * | | clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flagTero Kristo2018-03-08
| |/ /
* | | Merge tag 'clk-imx-fixes-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd2018-03-12
|\ \ \
| * | | clk: imx51-imx53: Fix UART4/5 registration on i.MX50 and i.MX53Fabio Estevam2018-02-22
| |/ /
* | | Merge tag 'sunxi-clk-fixes-for-4.16' of https://git.kernel.org/pub/scm/linux/...Stephen Boyd2018-03-12
|\ \ \ | |_|/ |/| |
| * | clk: sunxi-ng: a31: Fix CLK_OUT_* clock opsChen-Yu Tsai2018-02-19
| |/
* | clk: migrate the count of orphaned clocks at initJerome Brunet2018-03-12
|/
* Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-07
|\
| * clk: Add Ingenic jz4770 CGU driverPaul Cercueil2018-01-18
| * clk: ingenic: Add code to enable/disable PLLsPaul Cercueil2018-01-18
| * clk: ingenic: support PLLs with no bypass bitPaul Cercueil2018-01-18
| * clk: ingenic: Fix recalc_rate for clocks with fixed dividerPaul Cercueil2018-01-18
| * clk: ingenic: Use const pointer to clk_ops in structPaul Cercueil2018-01-18
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-01
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner...Stephen Boyd2018-01-26
| |\ \ \ \ \
| | | | | * | clk: sunxi-ng: a83t: Add M divider to TCON1 clockJernej Škrabec2018-01-03
| | | | | * | clk: sunxi-ng: fix the A64/H5 clock description of DE2 CCUIcenowy Zheng2017-12-29
| | | | | * | clk: sunxi-ng: add support for Allwinner H3 DE2 CCUIcenowy Zheng2017-12-29
| | | | | * | clk: sunxi-ng: sun8i: a83t: Use sigma-delta modulation for audio PLLChen-Yu Tsai2017-12-08
| | | | | * | clk: sunxi-ng: sun8i: a83t: Add /2 fixed post divider to audio PLLChen-Yu Tsai2017-12-08
| | | | | * | clk: sunxi-ng: Support fixed post-dividers on NM style clocksChen-Yu Tsai2017-12-08
| | | | | * | clk: sunxi-ng: sun50i: a64: Add 2x fixed post-divider to MMC module clocksChen-Yu Tsai2017-12-07
| | | | | * | clk: sunxi-ng: Support fixed post-dividers on MP style clocksChen-Yu Tsai2017-12-07
| | | | | * | clk: sunxi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-11-30
| | | | | |/
| | | | * | clk: mediatek: adjust dependency of reset.c to avoid unexpectedly being builtSean Wang2018-01-10
| | | | * | clk: mediatek: Fix all warnings for missing struct clk_onecell_dataSean Wang2017-12-26
| | | | * | clk: mediatek: fixup test-building of MediaTek clock driversSean Wang2017-12-21
| | | | * | clk: mediatek: group drivers under indpendent menuSean Wang2017-12-21
| | | | |/
| | | * | clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner2018-01-10
| | | |/
| | * | clk: aspeed: Handle inverse polarity of USB port 1 clock gateBenjamin Herrenschmidt2018-01-26
| | * | clk: aspeed: Fix return value check in aspeed_cc_init()Wei Yongjun2018-01-26
| | * | clk: aspeed: Add reset controllerJoel Stanley2018-01-26
| | * | clk: aspeed: Register gated clocksJoel Stanley2018-01-26
| | * | clk: aspeed: Add platform driver and register PLLsJoel Stanley2018-01-26
| | * | clk: aspeed: Register core clocksJoel Stanley2018-01-26
| | * | clk: Add clock driver for ASPEED BMC SoCsJoel Stanley2018-01-26
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd2018-01-26
| |\ \ \ \ \
| | | | | * | clk: meson-axg: fix potential NULL dereference in axg_clkc_probe()weiyongjun (A)2018-01-10