summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-06-23clk: tegra: Make sor_safe the parent of dpaux and dpaux1Thierry Reding1-2/+2
2016-06-22Merge remote-tracking branch 'clk/clk-s905' into clk-nextMichael Turquette12-594/+1793
2016-06-22clk: gxbb: add AmLogic GXBB clk controller driverMichael Turquette4-0/+1233
2016-06-22clk: meson: fractional pll supportMichael Turquette2-2/+45
2016-06-22clk: meson: add mpll supportMichael Turquette3-1/+105
2016-06-22clk: meson: add peripheral gate macroMichael Turquette1-0/+14
2016-06-22clk: meson: only build selected platformsMichael Turquette4-3/+16
2016-06-22clk: meson8b: convert to platform_driverMichael Turquette1-18/+49
2016-06-22clk: meson8b: clean up composite clocksMichael Turquette4-246/+66
2016-06-22clk: meson8b: remove mali clkMichael Turquette1-22/+0
2016-06-22clk: meson8b: clean up cpu clocksMichael Turquette4-90/+59
2016-06-22clk: meson8b: clean up fixed factor clocksMichael Turquette3-71/+60
2016-06-22clk: meson8b: clean up pll clocksMichael Turquette4-114/+131
2016-06-22clk: meson8b: clean up fixed rate clocksMichael Turquette3-75/+54
2016-06-22clk: meson8b: rectify reg offsets with datasheetMichael Turquette1-3/+12
2016-06-22clk: tegra: Mark timer clock as criticalThierry Reding1-1/+1
2016-06-22ARM: dts: AM43xx: clk: Add RNG clk nodeLokesh Vutla1-0/+1
2016-06-22clk: rockchip: fix incorrect rk3228 clock registersXing Zheng1-9/+9
2016-06-21clk: renesas: r8a7795: Add THS/TSC clockKhiem Nguyen1-0/+1
2016-06-21clk: renesas: r8a7795: Add DRIF clockRamesh Shanmugasundaram1-0/+8
2016-06-21clk: renesas: r8a7795: Correct lvds clock parentGeert Uytterhoeven1-1/+1
2016-06-21clk: renesas: r8a7795: Provide FDP1 clocksKieran Bingham1-0/+3
2016-06-21clk: renesas: Add R8A7792 supportSergei Shtylyov2-0/+2
2016-06-20Merge tag 'clk-samsung-4.8' of git://linuxtv.org/snawrocki/samsung into clk-nextStephen Boyd22-491/+756
2016-06-20clk: correct comments for __clk_determine_ratePeng Fan1-3/+1
2016-06-20clk: vt8500: rework wm8650_find_pll_bits()Roman Volkov1-35/+38
2016-06-20clk: vt8500: fix gcc-4.9 warningsArnd Bergmann1-24/+10
2016-06-20clk: Remove unused variableLee Jones1-2/+1
2016-06-20clk: hi6220: fix missing clk.h includeBen Dooks1-0/+2
2016-06-20clk: iproc: fix missing include of clk-iproc.hBen Dooks1-0/+2
2016-06-20clk: at91: make of_sama5d2_clk_generated_setup() staticBen Dooks1-1/+1
2016-06-20Merge branch 'clk-fixes' into clk-nextStephen Boyd4-17/+11
2016-06-20Merge tag 'v4.7-rockchip-clk-fixes1' of git://git.kernel.org/pub/scm/linux/ke...Stephen Boyd3-15/+9
2016-06-20clk: Fix return value check in oxnas_stdclk_probe()Wei Yongjun1-2/+2
2016-06-20clk: multiplier: Prevent the multiplier from under / over flowingMaxime Ripard1-3/+17
2016-06-17clk: tegra: Enable sor1 and sor1_src on Tegra210Thierry Reding1-0/+2
2016-06-17clk: tegra: Squash sor1 safe/brick/src into a single muxThierry Reding2-12/+12
2016-06-17clk: tegra: Disable spread spectrum on pll_d2Thierry Reding1-2/+3
2016-06-16Merge commit 'f17a0dd1c2e0' into clk-nextMichael Turquette1-4/+4
2016-06-16clk: sunxi: remove unused variableArnd Bergmann1-1/+0
2016-06-16clk: imx6ul: fix gpt2 clock namesDong Aisheng1-2/+2
2016-06-16clk: imx: refine the powerdown bit of clk-pllv3Dong Aisheng1-10/+10
2016-06-15clk: Use _rcuidle suffix to allow clk_core_enable() to used from idlePaul E. McKenney1-2/+2
2016-06-15clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idlePaul E. McKenney1-2/+2
2016-06-13clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bitDong Aisheng1-4/+4
2016-06-12clk: imx: fix pll clock parentsDong Aisheng5-34/+34
2016-06-12clk: imx7d: correct dram pll typeAnson Huang1-1/+1
2016-06-12clk: imx7d: correct dram root clk parent selectAnson Huang1-1/+1
2016-06-12clk: imx: correct AV PLL rate formulaAnson Huang1-2/+6
2016-06-10clk: tegra: Fixup post dividers on Tegra210Thierry Reding1-47/+47