summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2014-12-02clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski1-0/+4
2014-12-02clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda1-1/+1
2014-12-02clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski1-2/+4
2014-12-02clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2-4/+2
2014-12-02clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey1-2/+0
2014-12-02clk: samsung: Spelling s/bwtween/between/Pankaj Dubey1-1/+1
2014-10-31clk: samsung: exynos7: add gate clock for ADC blockAbhilash Kesavan1-0/+2
2014-10-31clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocksNaveen Krishna Ch1-0/+14
2014-10-31clk: samsung: exynos7: add clocks for RTC blockNaveen Krishna Ch1-0/+54
2014-10-31clk: samsung: exynos7: add clocks for MMC blockNaveen Krishna Ch1-0/+224
2014-10-31clk: samsung: exynos7: add clocks for I2C blockNaveen Krishna Ch1-0/+24
2014-10-31clk: samsung: add initial clock support for Exynos7 SoCNaveen Krishna Ch2-0/+426
2014-10-31clk: samsung: Add fixed_factor_clocks field to struct exynos_cmu_infoNaveen Krishna Ch2-0/+6
2014-10-31clk: samsung: Factor out the common code to clk.cNaveen Krishna Ch3-159/+155
2014-10-31clk: samsung: add support for 145xx and 1460x PLLsNaveen Krishna Ch2-5/+24
2014-10-30clk: samsung: exynos4415: Add clocks using common clock frameworkChanwoo Choi2-0/+1143
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds69-764/+3627
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+0
2014-10-14clk: RK808: add clkout driver for RK808Chris Zhong3-0/+180
2014-10-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+1
2014-10-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds5-0/+136
2014-10-06clk: pxa clocks build system fixRobert Jarzmik2-1/+6
2014-10-04Merge tag 'clk-mvebu-3.18-2' of git://git.infradead.org/linux-mvebu into clk-...Mike Turquette2-5/+5
2014-10-02kbuild: remove unnecessary "obj- := dummy.o" trickMasahiro Yamada1-2/+0
2014-10-01Merge tag 'v3.18-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Mike Turquette6-4/+82
2014-10-01clk: samsung: register restart handlers for s3c2412 and s3c2443Heiko Stübner2-0/+48
2014-10-01clk: rockchip: add restart handlerHeiko Stübner4-0/+30
2014-10-01clk: rockchip: rk3288: i2s_frac adds flag to set parent's rateJianqun1-4/+4
2014-09-30Merge branch 'clk-pxa27x' into clk-nextMike Turquette5-0/+577
2014-09-30clk: add pxa27x clock driversRobert Jarzmik2-0/+371
2014-09-30clk: add pxa clocks infrastructureRobert Jarzmik4-0/+206
2014-09-30clk: gpio-gate: Ensure gpiod_ APIs are prototypedMark Brown1-0/+1
2014-09-30Merge tag 'for_3.18/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette3-14/+208
2014-09-30Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into c...Mike Turquette4-27/+52
2014-09-29clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safePeter Ujfalusi1-0/+1
2014-09-29clk: ti: LLVMLinux: Move __init outside of type definitionBehan Webster1-2/+2
2014-09-29clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior1-0/+5
2014-09-29clk: ti: dra7-atl-clock: fix a memory leakTero Kristo1-0/+1
2014-09-29clk: ti: change clock init to use generic of_clk_initTero Kristo1-25/+43
2014-09-28Merge tag 'hix5hd2-clock-for-3.18-v2' of git://github.com/hisilicon/linux-his...Mike Turquette1-6/+226
2014-09-28clk: hix5hd2: add I2C clocksWei Yan1-0/+25
2014-09-28clk: hix5hd2: add watchdog0 clocksGuoxiong Yan1-0/+5
2014-09-28clk: hix5hd2: add sd clkJiancheng Xue1-6/+15
2014-09-28clk: hix5hd2: add complex clkZhangfei Gao1-0/+181
2014-09-28clk: use uninitialized_var instead setting 'flags' to 0 directly.Xiubo Li1-1/+1
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette7-160/+576
2014-09-27Merge tag 'v3.18-rockchip-cpuclk' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette7-78/+627
2014-09-27clk: rockchip: switch to using the new cpuclk type for armclkHeiko Stuebner2-6/+169
2014-09-27clk: rockchip: add new clock-type for the cpuclkHeiko Stuebner4-0/+388
2014-09-27clk: rockchip: make tightly bound armclk child-clocks read-onlyHeiko Stuebner2-17/+27