summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-24clk: mvebu: Convert to clk_hw based provider APIsStephen Boyd1-4/+2
2015-08-24clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2-21/+17
2015-08-24clk: Convert basic types to clk_hw based provider APIsStephen Boyd3-12/+11
2015-08-24clk: bcm: Convert to clk_hw based provider APIsStephen Boyd1-10/+10
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd3-13/+13
2015-08-24MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd1-6/+6
2015-08-24ARM: OMAP: Convert __clk_get_rate() to provider/consumer APIsStephen Boyd1-3/+3
2015-08-24clk: ti: Remove CLK_IS_BASIC checkStephen Boyd1-6/+0
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd17-21/+21
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd15-20/+20
2015-08-24clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2-0/+70
2015-08-12clk: rockchip: Fix SPIF special clock definitionSjoerd Simons1-3/+3
2015-08-12clk: bcm2835: Drop the fixed sys_pclk.Eric Anholt1-5/+0
2015-08-12clk: track the orphan status of clocks and their childrenHeiko Stuebner1-3/+30
2015-08-12clk: sunxi: Add a simple gates driverMaxime Ripard3-177/+159
2015-08-12ARM: sun9i: Wrap the clock-indicesMaxime Ripard1-10/+22
2015-08-12ARM: sun8i: Add clock indicesMaxime Ripard1-0/+15
2015-08-12ARM: sun7i: Add clock indicesMaxime Ripard1-0/+23
2015-08-12ARM: sun6i: Add clock indicesMaxime Ripard1-0/+24
2015-08-12ARM: sun5i: Add clock indicesMaxime Ripard3-3/+39
2015-08-12ARM: sun4i: Add clock indicesMaxime Ripard1-17/+52
2015-08-12Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Michael Turquette6-2/+684
2015-08-07clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+3
2015-08-05clk: imx35: define two clocks for rtcPhilippe Reynes1-1/+5
2015-08-05clk: imx31: add a second rtc clockPhilippe Reynes1-1/+2
2015-08-03clk: hisi: refine parameter checking for initLeo Yan1-8/+3
2015-07-29clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter1-2/+2
2015-07-28clk: exynos4: Fix wrong clock for Exynos4x12 ADCKrzysztof Kozlowski1-0/+2
2015-07-28clk: kill off set_irq_flags usageRob Herring1-1/+0
2015-07-28clk: zx: Constify parent names in clock init dataJun Nie1-20/+20
2015-07-28clk: zx: Add audio and GPIO clock for zx296702Jun Nie2-4/+105
2015-07-28clk: zx: Add audio div clock method for zx296702Jun Nie3-3/+149
2015-07-28clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath1-11/+7
2015-07-28clk: Silence warnings about lock imbalancesStephen Boyd1-1/+6
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd4-0/+20
2015-07-28clk: qcom: Give clk-qcom.ko module a GPLv2 licenseStephen Boyd1-0/+3
2015-07-28clk: gpio: Mark parent_names array constStephen Boyd2-7/+8
2015-07-28Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...Michael Turquette4-2/+63
2015-07-28clk: allow a clk divider with max divisor when zeroJim Quinlan2-5/+15
2015-07-28clk: socfpga: switch to GENMASK()Andy Shevchenko5-5/+4
2015-07-28clk: pxa: fix core frequency reporting unitRobert Jarzmik3-3/+3
2015-07-28clk: rockchip: Fix PLL bandwidthDouglas Anderson4-15/+15
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd165-147/+112
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen5-14/+5
2015-07-28clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen4-19/+7
2015-07-28clk: st: make use of of_clk_parent_fill helper functionDinh Nguyen2-9/+4
2015-07-28clk: keystone: make use of of_clk_parent_fill helper functionDinh Nguyen1-2/+1
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen6-42/+7
2015-07-28clk: mediatek: Add MT8173 MMPLL change rate supportJames Liao3-6/+42
2015-07-28clk: mediatek: Fix calculation of PLL rate settingsJames Liao1-2/+2