summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: spear: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-1/+1
* clk: sirf: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-6/+6
* clk: samsung: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-2/+2
* clk: rockchip: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-9/+9
* clk: qcom: Convert to clk_hw based provider APIsStephen Boyd2015-08-254-36/+30
* clk: stm32f4: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-2/+1
* clk: mvebu: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-4/+2
* clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2015-08-252-21/+17
* clk: Convert basic types to clk_hw based provider APIsStephen Boyd2015-08-253-12/+11
* clk: bcm: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-10/+10
* clk: at91: Convert to clk_hw based provider APIsStephen Boyd2015-08-253-13/+13
* MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-6/+6
* ARM: OMAP: Convert __clk_get_rate() to provider/consumer APIsStephen Boyd2015-08-251-3/+3
* clk: ti: Remove CLK_IS_BASIC checkStephen Boyd2015-08-251-6/+0
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-2517-21/+21
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-2515-20/+20
* clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2015-08-252-0/+70
* clk: rockchip: Fix SPIF special clock definitionSjoerd Simons2015-08-121-3/+3
* clk: bcm2835: Drop the fixed sys_pclk.Eric Anholt2015-08-121-5/+0
* clk: track the orphan status of clocks and their childrenHeiko Stuebner2015-08-121-3/+30
* clk: sunxi: Add a simple gates driverMaxime Ripard2015-08-123-177/+159
* ARM: sun9i: Wrap the clock-indicesMaxime Ripard2015-08-121-10/+22
* ARM: sun8i: Add clock indicesMaxime Ripard2015-08-121-0/+15
* ARM: sun7i: Add clock indicesMaxime Ripard2015-08-121-0/+23
* ARM: sun6i: Add clock indicesMaxime Ripard2015-08-121-0/+24
* ARM: sun5i: Add clock indicesMaxime Ripard2015-08-123-3/+39
* ARM: sun4i: Add clock indicesMaxime Ripard2015-08-121-17/+52
* Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Michael Turquette2015-08-126-2/+684
|\
| * clk: imx35: define two clocks for rtcPhilippe Reynes2015-08-051-1/+5
| * clk: imx31: add a second rtc clockPhilippe Reynes2015-08-051-1/+2
| * clk: imx: add imx6ul clk tree supportFrank Li2015-07-143-0/+673
| * clk: imx: clk-imx6q: Provide initial IPU clock settings for mx6dlFabio Estevam2015-07-131-0/+4
* | clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-081-4/+3
* | clk: hisi: refine parameter checking for initLeo Yan2015-08-031-8/+3
* | clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter2015-07-291-2/+2
* | clk: exynos4: Fix wrong clock for Exynos4x12 ADCKrzysztof Kozlowski2015-07-281-0/+2
* | clk: kill off set_irq_flags usageRob Herring2015-07-281-1/+0
* | clk: zx: Constify parent names in clock init dataJun Nie2015-07-281-20/+20
* | clk: zx: Add audio and GPIO clock for zx296702Jun Nie2015-07-282-4/+105
* | clk: zx: Add audio div clock method for zx296702Jun Nie2015-07-283-3/+149
* | clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath2015-07-281-11/+7
* | clk: Silence warnings about lock imbalancesStephen Boyd2015-07-281-1/+6
* | clk: basic-type: Silence warnings about lock imbalancesStephen Boyd2015-07-284-0/+20
* | clk: qcom: Give clk-qcom.ko module a GPLv2 licenseStephen Boyd2015-07-281-0/+3
* | clk: gpio: Mark parent_names array constStephen Boyd2015-07-282-7/+8
* | Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...Michael Turquette2015-07-284-2/+63
|\ \
| * | clk: exynos3250: Add cpu clock configuration data and instaniate cpu clockChanwoo Choi2015-07-242-2/+31
| * | clk: exynos5250: add cpu clock configuration data and instantiate cpu clockThomas Abraham2015-07-242-0/+32
| |/
* | clk: allow a clk divider with max divisor when zeroJim Quinlan2015-07-282-5/+15
* | clk: socfpga: switch to GENMASK()Andy Shevchenko2015-07-285-5/+4