summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2015-08-251-0/+61
* clk: rockchip: Fix SPIF special clock definitionSjoerd Simons2015-08-121-3/+3
* clk: bcm2835: Drop the fixed sys_pclk.Eric Anholt2015-08-121-5/+0Star
* 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/+159Star
* Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Michael Turquette2015-08-125-2/+444
|\
| * 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-142-0/+433
| * 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/+3Star
* | clk: hisi: refine parameter checking for initLeo Yan2015-08-031-8/+3Star
* | 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/+0Star
* | 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-281-2/+90
* | 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/+7Star
* | 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-281-6/+7
* | Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...Michael Turquette2015-07-282-2/+61
|\ \
| * | clk: exynos3250: Add cpu clock configuration data and instaniate cpu clockChanwoo Choi2015-07-241-2/+30
| * | clk: exynos5250: add cpu clock configuration data and instantiate cpu clockThomas Abraham2015-07-241-0/+31
| |/
* | clk: allow a clk divider with max divisor when zeroJim Quinlan2015-07-281-5/+11
* | clk: socfpga: switch to GENMASK()Andy Shevchenko2015-07-285-5/+4Star
* | clk: pxa: fix core frequency reporting unitRobert Jarzmik2015-07-283-3/+3
* | clk: rockchip: Fix PLL bandwidthDouglas Anderson2015-07-284-15/+15
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-28144-134/+101Star
|\ \
| * | clk: h8300: Remove clk.h and clkdev.h includesStephen Boyd2015-07-202-4/+0Star
| * | clk: at91: Include clk.h and slab.hStephen Boyd2015-07-201-0/+2
| * | clk: ti: Switch clk-provider.h include to clk.hStephen Boyd2015-07-201-1/+1
| * | clk: pistachio: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: ingenic: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: si570: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: moxart: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: cdce925: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: Include clk.h in clk.cStephen Boyd2015-07-201-0/+1
| * | clk: zynq: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: ti: Include clk.hStephen Boyd2015-07-2010-0/+10
| * | clk: sunxi: Include clk.h and remove unused clkdev.h includesStephen Boyd2015-07-206-5/+10
| * | clk: st: Include clk.hStephen Boyd2015-07-204-0/+4
| * | clk: qcom: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: highbank: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: bcm: Include clk.hStephen Boyd2015-07-201-0/+1
| * | clk: versatile: Remove clk.h and clkdev.h includesStephen Boyd2015-07-205-7/+5Star
| * | clk: ux500: Remove clk.h and clkdev.h includesStephen Boyd2015-07-206-8/+2Star
| * | clk: tegra: Properly include clk.hStephen Boyd2015-07-2016-16/+2Star