aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 69-764/+3627
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-2/+0
2014-10-14clk: RK808: add clkout driver for RK808Gravatar Chris Zhong 3-0/+180
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+1
2014-10-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 5-0/+136
2014-10-05clk: pxa clocks build system fixGravatar Robert Jarzmik 2-1/+6
2014-10-03Merge tag 'clk-mvebu-3.18-2' of git://git.infradead.org/linux-mvebu into clk-...Gravatar Mike Turquette 2-5/+5
2014-10-02kbuild: remove unnecessary "obj- := dummy.o" trickGravatar Masahiro Yamada 1-2/+0
2014-10-01Merge tag 'v3.18-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Mike Turquette 6-4/+82
2014-10-01clk: samsung: register restart handlers for s3c2412 and s3c2443Gravatar Heiko Stübner 2-0/+48
2014-10-01clk: rockchip: add restart handlerGravatar Heiko Stübner 4-0/+30
2014-10-01clk: rockchip: rk3288: i2s_frac adds flag to set parent's rateGravatar Jianqun 1-4/+4
2014-09-30Merge branch 'clk-pxa27x' into clk-nextGravatar Mike Turquette 5-0/+577
2014-09-30clk: add pxa27x clock driversGravatar Robert Jarzmik 2-0/+371
2014-09-30clk: add pxa clocks infrastructureGravatar Robert Jarzmik 4-0/+206
2014-09-30clk: gpio-gate: Ensure gpiod_ APIs are prototypedGravatar Mark Brown 1-0/+1
2014-09-29Merge tag 'for_3.18/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Mike Turquette 3-14/+208
2014-09-29Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into c...Gravatar Mike Turquette 4-27/+52
2014-09-29clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safeGravatar Peter Ujfalusi 1-0/+1
2014-09-29clk: ti: LLVMLinux: Move __init outside of type definitionGravatar Behan Webster 1-2/+2
2014-09-29clk: ti: consider the fact that of_clk_get() might return an errorGravatar Sebastian Andrzej Siewior 1-0/+5
2014-09-29clk: ti: dra7-atl-clock: fix a memory leakGravatar Tero Kristo 1-0/+1
2014-09-29clk: ti: change clock init to use generic of_clk_initGravatar Tero Kristo 1-25/+43
2014-09-28Merge tag 'hix5hd2-clock-for-3.18-v2' of git://github.com/hisilicon/linux-his...Gravatar Mike Turquette 1-6/+226
2014-09-28clk: hix5hd2: add I2C clocksGravatar Wei Yan 1-0/+25
2014-09-28clk: hix5hd2: add watchdog0 clocksGravatar Guoxiong Yan 1-0/+5
2014-09-28clk: hix5hd2: add sd clkGravatar Jiancheng Xue 1-6/+15
2014-09-28clk: hix5hd2: add complex clkGravatar Zhangfei Gao 1-0/+181
2014-09-27clk: use uninitialized_var instead setting 'flags' to 0 directly.Gravatar Xiubo Li 1-1/+1
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Mike Turquette 7-160/+576
2014-09-27Merge tag 'v3.18-rockchip-cpuclk' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Mike Turquette 7-78/+627
2014-09-27clk: rockchip: switch to using the new cpuclk type for armclkGravatar Heiko Stuebner 2-6/+169
2014-09-27clk: rockchip: add new clock-type for the cpuclkGravatar Heiko Stuebner 4-0/+388
2014-09-27clk: rockchip: make tightly bound armclk child-clocks read-onlyGravatar Heiko Stuebner 2-17/+27
2014-09-27clk: rockchip: reparent aclk_cpu_pre to the gpllGravatar Heiko Stuebner 1-0/+21
2014-09-27clk: rockchip: fix rk3288 pll status register locationGravatar Jianqun 1-2/+2
2014-09-27clk: rockchip: fix rk3066 pll status register locationGravatar Heiko Stuebner 1-3/+7
2014-09-27clk: rockchip: change pll rate without a clk-notifierGravatar Doug Anderson 1-50/+13
2014-09-27clk: sunxi: Add sun8i MBUS clock supportGravatar Chen-Yu Tsai 2-0/+79
2014-09-27clk: sunxi: mod0: Introduce MMC proper phase handlingGravatar Maxime Ripard 1-0/+189
2014-09-27clk: sunxi: Move mbus to mod0 fileGravatar Maxime Ripard 2-57/+12
2014-09-27clk: sunxi: Move mod0 clock to a file of its ownGravatar Maxime Ripard 3-1/+83
2014-09-27clk: sunxi: Introduce mbus compatibleGravatar Maxime Ripard 1-0/+1
2014-09-27clk: sunxi: factors: Invert the probing logicGravatar Maxime Ripard 3-99/+113
2014-09-27clk: Add a function to retrieve phaseGravatar Maxime Ripard 1-0/+10
2014-09-27clk: introduce clk_set_phase function & callbackGravatar Mike Turquette 1-4/+81
2014-09-26Merge tag 'clk-mvebu-3.18' of git://git.infradead.org/linux-mvebu into clk-nextGravatar Mike Turquette 4-2/+99
2014-09-26clk: add gpio gated clockGravatar Jyri Sarha 2-0/+205
2014-09-26Merge tag 'qcom-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Mike Turquette 9-88/+219
2014-09-26Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Gravatar Mike Turquette 2-2/+15