summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-66/+1994
2014-05-27Merge tag 'clk-tegra-fixes-3.15' of git://nv-tegra.nvidia.com/user/pdeschrijv...Mike Turquette1-21/+43
2014-05-26clk: samsung: fix build errorOlof Johansson1-1/+1
2014-05-26clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdataHeiko Stübner1-10/+10
2014-05-23clk: st: Fix memory leakValentin Ilie1-1/+3
2014-05-23clk: divider: Fix table round up functionMaxime COQUELIN1-1/+1
2014-05-21Merge tag 's3c24xx-clk' of http://git.kernel.org/pub/scm/linux/kernel/git/kge...Olof Johansson7-2/+1922
2014-05-21Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds9-127/+150
2014-05-16clk: tegra: Fix wrong value written to PLLE_AUXTuomas Tynkkynen1-1/+1
2014-05-15clk: versatile: Split config options for sp810 and vexpress_oscPawel Moll3-10/+30
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll1-54/+42
2014-05-12clk: shmobile: clk-mstp: change to using clock-indicesBen Dooks1-2/+7
2014-05-13clk: samsung: add clock controller driver for s3c2410, s3c2440 and s3c2442Heiko Stuebner2-0/+478
2014-05-09clk: samsung: add clock driver for external clock outputsHeiko Stuebner2-0/+441
2014-05-04vexpress: Initialise the sysregs before setting up the clocksCatalin Marinas1-0/+2
2014-04-30clk: Fix slab corruption in clk_unregister()Stephen Boyd1-1/+2
2014-04-30clk: Fix double free due to devm_clk_register()Stephen Boyd1-41/+30
2014-04-30Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socf...Mike Turquette2-20/+10
2014-04-30clk: socfpga: fix clock driver for 3.15Dinh Nguyen2-20/+10
2014-04-30clk: divider: Fix best div calculation for power-of-two and table dividersMaxime COQUELIN1-1/+36
2014-04-30clk: bcm281xx: don't use unnamed structs or unionsAlex Elder3-61/+64
2014-04-24Merge tag 'vexpress/fixes-for-3.15' of git://git.linaro.org/people/pawel.moll...Arnd Bergmann1-1/+1
2014-04-24clk: tegra: remove non-existent clocksStephen Warren1-3/+0
2014-04-24clk: vexpress: NULL dereference on error pathDan Carpenter1-1/+1
2014-04-17clk: tegra: Fix enabling of PLLEThierry Reding1-1/+1
2014-04-17clk: tegra: Introduce divider mask and shift helpersThierry Reding1-20/+24
2014-04-17clk: tegra: Fix PLLE programmingThierry Reding1-6/+24
2014-04-15clk: samsung: add clock controller driver for s3c2412Heiko Stuebner2-0/+270
2014-04-15clk: samsung: add plls used by the early s3c24xx cpusHeiko Stuebner2-0/+185
2014-04-15clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450Heiko Stuebner2-0/+463
2014-04-15clk: samsung: add plls used by the s3c2443Heiko Stuebner2-0/+74
2014-04-15clk: samsung: add pll_6552 variant for s3c2416Heiko Stuebner2-2/+11
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2014-04-05Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds48-698/+5161
2014-04-05Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-30/+67
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds20-147/+3046
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+0
2014-04-02clk: shmobile: fix setting paretn clock rateBen Dooks1-1/+1
2014-03-31clk: shmobile: rcar-gen2: fix lb/sd0/sd1/sdh clock parent to pll1Ben Dooks1-4/+4
2014-03-29Merge tag 'exynos-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Arnd Bergmann1-1/+1
2014-03-29Merge branches 'samsung/cleanup', 'samsung/exynos-clk' and 'samsung/exynos-cl...Arnd Bergmann7-90/+346
2014-03-29Merge tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kg...Arnd Bergmann7-90/+346
2014-03-27clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki1-2/+2
2014-03-27clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki1-1/+1
2014-03-26clk: sirf: update copyright years to 2014Barry Song3-3/+6
2014-03-26clk: mmp: try to use closer one when do round rateChao Xie1-3/+7
2014-03-26clk: mmp: fix the wrong calculation formulaChao Xie1-5/+5
2014-03-26clk: mmp: fix wrong mask when calculate denominatorChao Xie1-1/+1
2014-03-27Merge tag 'zynq-cleanup-for-3.15-v2' of git://git.xilinx.com/linux-xlnx into ...Arnd Bergmann1-27/+62
2014-03-25clk: st: Support for A9 MUX clocksGabriel FERNANDEZ1-0/+19