summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-22clk: sunxi: Use resource_sizeVaishali Thakkar1-1/+1
2016-04-22clk: sunxi: Add sun6i/8i display supportJean-Francois Moine1-0/+38
2016-04-22clk: sunxi: mod1 clock should modify it's parentAndrea Venturi1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd10-87/+573
2016-04-21Merge branch 'clk-composite-unregister' into clk-nextStephen Boyd1-0/+15
2016-04-21clk: composite: Add unregister functionMaxime Ripard1-0/+15
2016-04-21clk: Add Oxford Semiconductor OXNAS Standard ClocksNeil Armstrong3-0/+202
2016-04-20Merge tag 'clk-renesas-for-v4.7-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd4-18/+43
2016-04-20Merge tag 'v4.7-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd4-81/+108
2016-04-20clk: rockchip: fix checkpatch warning in core codeHeiko Stuebner3-22/+27
2016-04-20clk: renesas: cpg-mssr: Export cpg_mssr_{at,de}tach_dev()Geert Uytterhoeven1-6/+12
2016-04-20clk: renesas: Provide Kconfig symbols for CPG/MSSR and CPG/MSTP supportGeert Uytterhoeven3-12/+31
2016-04-19clk: bcm2835: Fix PLL poweronEric Anholt1-0/+4
2016-04-19clk: bcm2835: Fix compiler warnings on 64-bit buildsEric Anholt1-4/+4
2016-04-19clk: qoriq: add __init attributeJulia Lawall1-1/+2
2016-04-19clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi1-0/+2
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-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