summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds63-1555/+19544
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+80
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-0/+720
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-3075/+8003
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-01-20Merge branch 'for-next' into for-linusTakashi Iwai1-2/+2
2014-01-16clk: qcom: Add support for MSM8660's global clock controller (GCC)Stephen Boyd3-0/+2828
2014-01-16clk: qcom: Add support for MSM8974's multimedia clock controller (MMCC)Stephen Boyd3-0/+2635
2014-01-16clk: qcom: Add support for MSM8974's global clock controller (GCC)Stephen Boyd3-0/+2703
2014-01-16clk: qcom: Add support for MSM8960's multimedia clock controller (MMCC)Stephen Boyd3-0/+2331
2014-01-16clk: qcom: Add support for MSM8960's global clock controller (GCC)Stephen Boyd3-0/+3003
2014-01-16clk: qcom: Add reset controller supportStephen Boyd4-1/+102
2014-01-16clk: qcom: Add support for branches/gate clocksStephen Boyd3-0/+216
2014-01-16clk: qcom: Add support for root clock generators (RCGs)Stephen Boyd4-0/+969
2014-01-16clk: qcom: Add support for phase locked loops (PLLs)Stephen Boyd3-0/+289
2014-01-16clk: qcom: Add a regmap type clock structStephen Boyd6-0/+170
2014-01-16clk: Add set_rate_and_parent() opStephen Boyd1-19/+59
2014-01-16clk: sirf: re-arch to make the codes support both prima2 and atlas6Barry Song7-172/+458
2014-01-15clk: composite: pass mux_hw into determine_rateMike Turquette1-1/+1
2014-01-14Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/...Kevin Hilman1-1/+1
2014-01-14Merge tag 'omap-for-v3.14/fixes-not-urgent-signed' of git://git.kernel.org/pu...Kevin Hilman1-3/+3
2014-01-14Merge branch 'clk-next-shmobile' into clk-nextMike Turquette1-4/+8
2014-01-14clk: shmobile: Fix MSTP clock array initializationValentine Barshak1-2/+6
2014-01-14clk: shmobile: Fix MSTP clock indexValentine Barshak1-2/+2
2014-01-08Merge tag 'for_3.14/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette5-1162/+1284
2014-01-08clk: max77686: Register OF clock providerTomasz Figa1-0/+24
2014-01-08clk: max77686: Refactor driver data handlingTomasz Figa1-13/+14
2014-01-08clk: max77686: Fix clean-up in error and remove pathsTomasz Figa1-19/+10
2014-01-08clk: max77686: Make max77686_clk_register() return struct clk *Tomasz Figa1-7/+10
2014-01-08clk: max77686: Refactor successful exit of probe functionTomasz Figa1-2/+1
2014-01-08clk: max77686: Provide .recalc_rate() operationTomasz Figa1-0/+7
2014-01-08clk: max77686: Correct callback used for checking clock statusTomasz Figa1-2/+2
2014-01-08clk: exynos-audss: add support for Exynos 5420Andrew Bresticker1-7/+33
2014-01-08clk: exynos5250: add clock ID for div_pcm0Andrew Bresticker1-1/+1
2014-01-08clk: exynos-audss: allow input clocks to be specified in device treeAndrew Bresticker1-5/+20
2014-01-08clk: exynos-audss: convert to platform deviceAndrew Bresticker1-16/+88
2014-01-08clk: exynos5440: replace clock ID private enums with IDs from DT headerAndrzej Hajda1-47/+34
2014-01-08clk: exynos5420: replace clock ID private enums with IDs from DT headerAndrzej Hajda1-339/+309
2014-01-08clk: exynos5250: replace clock ID private enums with IDs from DT headerAndrzej Hajda1-295/+264
2014-01-08clk: exynos4: replace clock ID private enums with IDs from DT headerAndrzej Hajda1-455/+402
2014-01-08clk: exynos5250: register APLL rate tableAndrew Bresticker1-1/+24
2014-01-08clk: clk-divider: fix divisor > 255 bugJames Hogan1-1/+1
2014-01-05Merge tag 'samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mike Turquette3-11/+15
2014-01-03Merge tag 'integrator-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson5-20/+80
2014-01-03Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson5-0/+720
2014-01-03clk: versatile: fixup IM-PD1 clock implementationLinus Walleij1-15/+71
2014-01-03clk: versatile: pass a name to ICST clock providerLinus Walleij5-6/+10
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown1-2/+2
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette3-13/+200
2013-12-30Merge branch 'for_3.14/keystone-clk' of git://git.kernel.org/pub/scm/linux/ke...Mike Turquette2-8/+28