summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2015-08-24clk: mvebu: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: mmp: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Convert basic types to clk_hw based provider APIsStephen Boyd
2015-08-24clk: bcm: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: ti: Remove CLK_IS_BASIC checkStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-08-24clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd
2015-08-12clk: rockchip: Fix SPIF special clock definitionSjoerd Simons
2015-08-12clk: bcm2835: Drop the fixed sys_pclk.Eric Anholt
2015-08-12clk: track the orphan status of clocks and their childrenHeiko Stuebner
2015-08-12clk: sunxi: Add a simple gates driverMaxime Ripard
2015-08-12Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Michael Turquette
2015-08-07clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-08-05clk: imx35: define two clocks for rtcPhilippe Reynes
2015-08-05clk: imx31: add a second rtc clockPhilippe Reynes
2015-08-03clk: hisi: refine parameter checking for initLeo Yan
2015-07-29clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter
2015-07-28clk: exynos4: Fix wrong clock for Exynos4x12 ADCKrzysztof Kozlowski
2015-07-28clk: kill off set_irq_flags usageRob Herring
2015-07-28clk: zx: Constify parent names in clock init dataJun Nie
2015-07-28clk: zx: Add audio and GPIO clock for zx296702Jun Nie
2015-07-28clk: zx: Add audio div clock method for zx296702Jun Nie
2015-07-28clk: s2mps11: Use kcalloc instead of kzalloc for array allocationVaibhav Hiremath
2015-07-28clk: Silence warnings about lock imbalancesStephen Boyd
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd
2015-07-28clk: qcom: Give clk-qcom.ko module a GPLv2 licenseStephen Boyd
2015-07-28clk: gpio: Mark parent_names array constStephen Boyd
2015-07-28Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...Michael Turquette
2015-07-28clk: allow a clk divider with max divisor when zeroJim Quinlan
2015-07-28clk: socfpga: switch to GENMASK()Andy Shevchenko
2015-07-28clk: pxa: fix core frequency reporting unitRobert Jarzmik
2015-07-28clk: rockchip: Fix PLL bandwidthDouglas Anderson
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: st: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: keystone: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28clk: mediatek: Add MT8173 MMPLL change rate supportJames Liao
2015-07-28clk: mediatek: Fix calculation of PLL rate settingsJames Liao
2015-07-28clk: mediatek: Fix PLL registers setting flowJames Liao
2015-07-28clk: Allow providers to configure min/max ratesStephen Boyd
2015-07-28clk: twl6040: Convert to use devm_clk_registerAxel Lin
2015-07-28clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin
2015-07-28clk: shmobile: Remove unneeded #include <linux/clkdev.h>Geert Uytterhoeven
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd
2015-07-28clk: ti: clk-3xxx: Remove unused structuresStephen Boyd
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd