summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-04-19clk: fixed-rate: Add hw based registration APIsStephen Boyd1-8/+36
2016-04-19clk: gpio: Add hw based registration APIsStephen Boyd1-11/+41
2016-04-19clk: composite: Add hw based registration APIsStephen Boyd1-12/+33
2016-04-19clk: fractional-divider: Add hw based registration APIsStephen Boyd1-5/+35
2016-04-19clk: fixed-factor: Add hw based registration APIsStephen Boyd1-7/+35
2016-04-19clk: mux: Add hw based registration APIsStephen Boyd1-6/+51
2016-04-19clk: gate: Add hw based registration APIsStephen Boyd1-7/+36
2016-04-19clk: divider: Add hw based registration APIsStephen Boyd1-8/+83
2016-04-19clkdev: Add clk_hw based registration APIsStephen Boyd1-0/+64
2016-04-19clk: Add clk_hw OF clk providersStephen Boyd1-4/+81
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd1-0/+86
2016-04-19clkdev: Remove clk_register_clkdevs()Stephen Boyd1-27/+0
2016-04-19clk: rockchip: drop unnecessary header commentHeiko Stuebner1-1/+0
2016-04-19clk: rockchip: reign in some overly long lines in the rk3399 controllerHeiko Stuebner1-58/+81
2016-04-18ARM: dts: imx35: restore existing used clock enumerationAlexander Kurz1-2/+2
2016-04-15clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer'Grygorii Strashko2-0/+2
2016-04-15clk: ti: amx3xx: limit the maximum frequency of DPLLs based on specTero Kristo1-0/+5
2016-04-15clk: ti: dpll: add support for specifying max rate for DPLLsTero Kristo1-0/+3
2016-04-15clk: tango4: improve clkgen driverMarc Gonzalez1-25/+48
2016-04-15clk: at91: fix check of clk_register() returned valueVladimir Zapolskiy1-1/+1
2016-04-15clk: xgene: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-15clk: wm831x: Remove CLK_IS_ROOTStephen Boyd1-1/+0
2016-04-15clk: twl6040: Remove CLK_IS_ROOTStephen Boyd1-1/+0
2016-04-15clk: rk808: Remove CLK_IS_ROOTStephen Boyd1-1/+0
2016-04-15clk: qoriq: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-15clk: palmas: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2016-04-15clk: nspire: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-15clk: ls1x: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-15clk: clps711x: Remove CLK_IS_ROOTStephen Boyd1-11/+8
2016-04-15clk: zte: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-15clk: sunxi: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-15clk: sirf: Remove CLK_IS_ROOTStephen Boyd2-8/+6
2016-04-15clk: mmp: Remove CLK_IS_ROOTStephen Boyd7-38/+30
2016-04-15clk: meson: Remove CLK_IS_ROOTStephen Boyd1-3/+3
2016-04-15Merge branch 'clk-artpec6' into clk-nextStephen Boyd3-0/+244
2016-04-15clk: add artpec-6 clock controllerLars Persson3-0/+244
2016-04-15clk: ti: dflt: remove redundant unlikelySuman Anna1-1/+1
2016-04-15Merge tag 'v4.7-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd11-136/+2131
2016-04-15Merge branch 'clk-renesas-for-v4.7' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd4-29/+47
2016-04-15Merge tag 'imx-clk-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd5-12/+81
2016-04-15Merge tag 'imx-clk-fixes-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd1-1/+1
2016-04-15Merge tag 'clk-v4.7-samsung' of git://linuxtv.org/snawrocki/samsung into clk-...Stephen Boyd2-30/+62
2016-04-15clk: Add clk_composite_set_rate_and_parentFinley Xiao1-0/+33
2016-04-15Merge branch 'for-v4.7/clk/exynos542x' into for-v4.7/clk/nextSylwester Nawrocki1-30/+47
2016-04-15clk: samsung: exynos542x: Add the clock id for ACLKChanwoo Choi1-30/+47
2016-04-13clk: imx6q: fix typo in CAN clock definitionLothar Waßmann1-1/+1
2016-04-12clk: imx: vf610: add TCON ipg clockStefan Agner1-0/+3
2016-04-12clk: imx: vf610: fix DCU clock treeStefan Agner1-2/+2
2016-04-11ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux namePeter Ujfalusi1-1/+1
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones1-0/+35