summaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | clk: rockchip: handle critical clocks after registering all clocksHeiko Stuebner2015-09-101-2/+5
* | | | | | | | clk: Hi6220: separately build stub clock driverLeo Yan2015-09-032-2/+9
* | | | | | | | clk: h8s2678: Fix compile errorGuenter Roeck2015-09-031-0/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | clk: s5pv210: add missing call to samsung_clk_of_add_provider()Marek Szyprowski2015-08-271-0/+2
* | | | | | | clk: pistachio: correct critical clock listDamien.Horsley2015-08-261-5/+14
* | | | | | | clk: pistachio: Fix PLL rate calculation in integer modeZdenko Pulitika2015-08-261-2/+46
* | | | | | | clk: pistachio: Fix override of clk-pll settings from boot loaderZdenko Pulitika2015-08-261-3/+2
* | | | | | | clk: pistachio: Fix 32bit integer overflowsZdenko Pulitika2015-08-262-21/+19
* | | | | | | clk: tegra: Fix some static checker problemsStephen Boyd2015-08-262-7/+9
* | | | | | | Merge tag 'tegra-for-4.3-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2015-08-2610-9/+2304
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | clk: tegra: Add the DFLL as a possible parent of the cclk_g clockTuomas Tynkkynen2015-07-161-1/+3
| * | | | | | clk: tegra: Save/restore CCLKG_BURST_POLICY on suspendTuomas Tynkkynen2015-07-161-0/+14
| * | | | | | clk: tegra: Add Tegra124 DFLL clocksource platform driverTuomas Tynkkynen2015-07-164-4/+172
| * | | | | | clk: tegra: Add DFLL DVCO reset control for Tegra124Paul Walmsley2015-07-161-0/+68
| * | | | | | clk: tegra: Introduce ability for SoC-specific reset control callbacksMikko Perttunen2015-07-162-8/+34
| * | | | | | clk: tegra: Add functions for parsing CVB tablesTuomas Tynkkynen2015-07-162-0/+207
| * | | | | | clk: tegra: Add closed loop support for the DFLLTuomas Tynkkynen2015-07-161-3/+663
| * | | | | | clk: tegra: Add library for the DFLL clock source (open-loop mode)Tuomas Tynkkynen2015-07-163-0/+1150
| |/ / / / /
* | | | | | clk: qcom: Fix MSM8916 prng clock enable bitGeorgi Djakov2015-08-251-1/+1
* | | | | | drivers/clk: appropriate __init annotation for const dataNicolas Pitre2015-08-252-3/+3
* | | | | | clk: rockchip: register pll mux before pll itselfHeiko Stuebner2015-08-251-31/+32
* | | | | | clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij2015-08-253-154/+209
* | | | | | clk: remove duplicated code with __clk_set_parent_afterDong Aisheng2015-08-251-7/+1
* | | | | | clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-2518-70/+70
* | | | | | clk: Constify clk_hw argument to provider APIsStephen Boyd2015-08-251-7/+8
* | | | | | 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/+0
* | | | | | clk: Remove unused provider APIsStephen Boyd2015-08-251-76/+16
* | | | | | 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/+15
* | | | | | clk: ti: Convert to clk_hw based provider APIsStephen Boyd2015-08-257-35/+33
* | | | | | 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/+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