aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-09clk/efm32gg: fix dt init prototypeUwe Kleine-König1-3/+3
2014-09-03clk: prevent erronous parsing of children during rate changeTero Kristo1-1/+6
2014-09-03clk: rockchip: Fix the clocks for i2c1 and i2c2Doug Anderson1-2/+2
2014-09-03Merge branch 'for-v3.17-rc/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-fixesMike Turquette2-2/+11
2014-09-02clk: qcom: Fix sdc 144kHz frequency entryStephen Boyd1-1/+1
2014-09-02clk: at91: fix num_parents test in at91sam9260 slow clk implementationBoris BREZILLON1-1/+1
2014-08-21clk: ti: dra7-atl: Provide error check for incoming parameters in set_rateNishanth Menon1-1/+5
2014-08-21clk: ti: divider: Provide error check for incoming parameters in set_rateNishanth Menon1-1/+6
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-10/+1209
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-3/+8
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds69-325/+15340
2014-08-04clk: Add missing of_clk_set_defaults exportSylwester Nawrocki1-0/+1
2014-08-01clk: checking wrong variable in __set_clk_parents()Dan Carpenter1-2/+2
2014-07-31Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into clk-next-samsungMike Turquette15-15/+519
2014-07-31clk: ti: clk-7xx: Correct ABE DPLL configurationPeter Ujfalusi1-1/+6
2014-07-29clk: Propagate any error return from debug_init()Chris Brand1-2/+4
2014-07-28clk: Add CLPS711X clk driverAlexander Shiyan2-0/+193
2014-07-28clk: st: Use round to closest divider flagGabriel FERNANDEZ1-1/+2
2014-07-28clk: st: Update frequency tables for fs660c32 and fs432c65Gabriel FERNANDEZ1-8/+59
2014-07-28clk: st: STiH407: Support for clockgenA9Gabriel FERNANDEZ1-0/+16
2014-07-28clk: st: STiH407: Support for clockgenD0/D2/D3Gabriel FERNANDEZ1-0/+46
2014-07-28clk: st: STiH407: Support for clockgenC0Gabriel FERNANDEZ2-0/+83
2014-07-28clk: st: Add quadfs reset handlingGabriel FERNANDEZ1-0/+5
2014-07-28clk: st: Add polarity bit indicationGabriel FERNANDEZ1-5/+7
2014-07-28clk: st: STiH407: Support for clockgenA0Gabriel FERNANDEZ1-0/+16
2014-07-28clk: st: STiH407: Support for A9 MUX ClocksGabriel FERNANDEZ1-0/+9
2014-07-28clk: st: STiH407: Support for Flexgen ClocksGabriel FERNANDEZ2-1/+332
2014-07-28clk: st: Remove uncessary (void *) castGabriel FERNANDEZ1-4/+4
2014-07-28clk: st: use static const for clkgen_pll_data tablesGabriel FERNANDEZ1-16/+14
2014-07-28clk: st: use static const for stm_fs tablesGabriel FERNANDEZ1-17/+17
2014-07-28clk: sunxi: staticize structures and arraysEmilio López4-5/+5
2014-07-28clk: sunxi: add __iomem markings to MMIO pointersEmilio López2-6/+6
2014-07-28Merge branch 'clk-rockchip' of git://git.linaro.org/people/mike.turquette/linux into next/socArnd Bergmann8-15/+2599
2014-07-26Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next/socArnd Bergmann1-5/+75
2014-07-26Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socArnd Bergmann3-0/+1098
2014-07-26clk: samsung: register exynos5420 apll/kpll configuration dataThomas Abraham1-0/+28
2014-07-26clk: samsung: exynos5420: Setup clocks before system suspendVikas Sajjan1-0/+29
2014-07-26clk: samsung: Make of_device_id array constKrzysztof Kozlowski6-6/+6
2014-07-26clk: samsung: exynos3250: Enable ARMCLK down featureKrzysztof Kozlowski1-0/+41
2014-07-26clk: samsung: exynos4: Enable ARMCLK down featureKrzysztof Kozlowski1-0/+46
2014-07-26clk: samsung: Add driver to control CLKOUT line on Exynos SoCsTomasz Figa2-0/+154
2014-07-26clk: samsung: exynos4: Add CLKOUT clock hierarchyTomasz Figa1-0/+112
2014-07-25Merge tag 'sunxi-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next-sunxiMike Turquette6-43/+227
2014-07-26clk: samsung: exynos4: Add missing CPU/DMC clock hierarchyTomasz Figa1-0/+50
2014-07-25Merge tag 'qcom-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into clk-next-msmMike Turquette14-80/+10568
2014-07-25Merge branch 'for-v3.17/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-next-tiMike Turquette1-0/+11
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki3-2/+156
2014-07-23Merge branch 'clk-rockchip' into clk-nextMike Turquette8-15/+2599
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson12-69/+97
2014-07-19Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson12-69/+97