summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | clk: Hi6220: add stub clock driverLeo Yan2015-08-253-2/+278
| * | | | | | clk: atlas7: fix pll missed divide NR in fraction modeGuo Zeng2015-08-251-0/+1
| * | | | | | clk: atlas7: fix bit field and its root clk for coresight_tpiuGuo Zeng2015-08-251-1/+1
| * | | | | | clk: atlas7: replace dto resolution magic number by macroYibo Cai2015-08-251-5/+8
| * | | | | | clk: atlas7: fix integer overflow in dto rate calculationYibo Cai2015-08-251-2/+2
| * | | | | | clk: atlas7: export mux clks so that consumers can get themGuo Zeng2015-08-251-2/+3
| * | | | | | clk: atlas7: add lost pwm unit clksGuo Zeng2015-08-251-0/+4
| * | | | | | clk: socfpga: Add a second parent option for the dbg_base_clkDinh Nguyen2015-08-252-4/+15
| * | | | | | clk: ux500: delete the non-DT U8500 clock implementationLinus Walleij2015-08-252-526/+0Star
| * | | | | | clk: Remove unused provider APIsStephen Boyd2015-08-251-76/+16Star
| * | | | | | clk: si5351: Convert __clk_get_name() to clk_hw_get_name()Stephen Boyd2015-08-251-8/+8
| * | | | | | clk: versatile: Switch to assigned clock parentsStephen Boyd2015-08-251-61/+15Star
| * | | | | | clk: ti: Convert to clk_hw based provider APIsStephen Boyd2015-08-257-35/+33Star
| * | | | | | clk: tegra: Convert to clk_hw based provider APIsStephen Boyd2015-08-252-10/+10
| * | | | | | clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd2015-08-253-14/+14
| * | | | | | 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/+30Star
| * | | | | | clk: stm32f4: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-2/+1Star
| * | | | | | clk: mvebu: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-4/+2Star
| * | | | | | clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2015-08-252-21/+17Star
| * | | | | | clk: Convert basic types to clk_hw based provider APIsStephen Boyd2015-08-253-12/+11Star
| * | | | | | 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
| * | | | | | clk: ti: Remove CLK_IS_BASIC checkStephen Boyd2015-08-251-6/+0Star
| * | | | | | 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-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