summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-27clk: rockchip: reparent aclk_cpu_pre to the gpllHeiko Stuebner1-0/+21
2014-09-27clk: rockchip: fix rk3288 pll status register locationJianqun1-2/+2
2014-09-27clk: rockchip: fix rk3066 pll status register locationHeiko Stuebner1-3/+7
2014-09-27clk: rockchip: change pll rate without a clk-notifierDoug Anderson1-50/+13
2014-09-27clk: sunxi: Add sun8i MBUS clock supportChen-Yu Tsai2-0/+79
2014-09-27clk: sunxi: mod0: Introduce MMC proper phase handlingMaxime Ripard1-0/+189
2014-09-27clk: sunxi: Move mbus to mod0 fileMaxime Ripard2-57/+12
2014-09-27clk: sunxi: Move mod0 clock to a file of its ownMaxime Ripard3-1/+83
2014-09-27clk: sunxi: Introduce mbus compatibleMaxime Ripard1-0/+1
2014-09-27clk: sunxi: factors: Invert the probing logicMaxime Ripard3-99/+113
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard1-0/+10
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette1-4/+81
2014-09-27Merge tag 'clk-mvebu-3.18' of git://git.infradead.org/linux-mvebu into clk-nextMike Turquette4-2/+99
2014-09-27clk: add gpio gated clockJyri Sarha2-0/+205
2014-09-27Merge tag 'qcom-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette9-88/+219
2014-09-27Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Mike Turquette2-2/+15
2014-09-26clk: Remove .owner field for driverKiran Padwal15-15/+0
2014-09-26Merge branch 'clk-next-rockchip' into clk-nextMike Turquette1-36/+56
2014-09-26clk: rockchip: add clock node in PD_VIDEOKever Yang1-0/+20
2014-09-26clk: rockchip: use the clock id for nodes initKever Yang1-34/+34
2014-09-26clk: rockchip: add missing rk3288 npll rate tableHeiko Stübner1-1/+1
2014-09-26clk: rockchip: rk3288: fix softreset register countMark yao1-1/+1
2014-09-23clk: qcom: Add support for banked MD RCGsStephen Boyd3-56/+77
2014-09-23clk: qcom: Add support for setting rates on PLLsStephen Boyd2-1/+87
2014-09-23clk: qcom: Consolidate frequency finding logicStephen Boyd4-32/+27
2014-09-23clk: qcom: Add IPQ8064 PLL required for USBAndy Gross1-1/+30
2014-09-18clk: tegra: Make clock initialization more robustTomeu Vizoso1-2/+7
2014-09-18clk: tegra124: Add PLL_M_UD and PLL_C_UD clocksMikko Perttunen1-0/+8
2014-09-17Merge branch 'clk-fixes' into clk-nextMike Turquette7-10/+24
2014-09-13clk: sunxi: add correct divider table for sun4i-apb0 clockChen-Yu Tsai1-0/+9
2014-09-11Merge branch 'clk-next-debugfs-lock' into clk-nextMike Turquette1-46/+27
2014-09-11clk: Don't hold prepare_lock across debugfs creationStephen Boyd1-46/+27
2014-09-10clk: rockchip: also protect hclk_peri as criticalHeiko Stübner2-0/+2
2014-09-10clk: fractional-divider: cast parent_rate to u64 before multiplyingHeiko Stübner1-1/+1
2014-09-10clk: Add driver for Maxim 77802 PMIC clocksJavier Martinez Canillas3-0/+106
2014-09-10clk: max77686: Convert to the generic max clock driverJavier Martinez Canillas2-168/+9
2014-09-10clk: Add generic driver for Maxim PMIC clocksJavier Martinez Canillas4-0/+228
2014-09-10clk: max77686: Add DT include for MAX77686 PMIC clockJavier Martinez Canillas1-6/+1
2014-09-10clk/efm32gg: fix dt init prototypeUwe Kleine-König1-3/+3
2014-09-09clk: zynq: Move const initdata into correct code sectionSoren Brinkmann1-15/+14
2014-09-09clk: zynq: Remove pointless return at end of void functionSoren Brinkmann1-1/+0
2014-09-09clk: zynq: Remove unnecessary OOM messageSoren Brinkmann1-3/+1
2014-09-09clk: mvebu: armada-375: Fix the description of the SAR in the commentGregory CLEMENT1-2/+2
2014-09-09clk: mvebu: armada-370: Fix timer drift caused by the SSCG deviationGregory CLEMENT1-0/+8
2014-09-09clk: mvebu: Fix clk frequency value if SSCG is enabledGregory CLEMENT2-0/+89