summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | clk: mvebu: Fix valid value range checking for cpu_freq_selectAxel Lin2013-04-081-2/+2
| * | | | | clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-081-15/+52
| * | | | | clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-081-20/+36
| * | | | | clk: Restructure code for __clk_reparentUlf Hansson2013-04-081-28/+42
| | |_|_|/ | |/| | |
| * | | | clk: sunxi: drop an unnecesary kmallocEmilio López2013-04-041-1/+1
| * | | | clk: sunxi: drop CLK_IGNORE_UNUSEDEmilio López2013-04-041-4/+4
| * | | | clk: sunxi: Add support for AXI, AHB, APB0 and APB1 gatesEmilio López2013-04-041-0/+88
| * | | | clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flagSoren Brinkmann2013-04-031-2/+3
| * | | | clk: mvebu: Use common of_clk_init() functionJean-Francois Moine2013-04-033-42/+3
| * | | | clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-021-2/+42
| * | | | clk: abstract locking out into helper functionsMike Turquette2013-04-021-38/+61
| * | | | clk: zynq: Add missing zynq clk headerMichal Simek2013-03-271-0/+1
| * | | | clk: sunxi: rename compatible stringsEmilio López2013-03-271-8/+8
| * | | | clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López2013-03-275-0/+575
| * | | | clk: ux500: Fix prcmu clocks registrationMaxime Coquelin2013-03-271-5/+5
| * | | | clk: Add composite clock typePrashant Gaikwad2013-03-262-0/+202
| * | | | clk: add table lookup to muxPeter De Schrijver2013-03-222-19/+58
| * | | | clk: Fix incorrect return type in clk.cSachin Kamat2013-03-221-1/+1
| * | | | clk: prima2: fix return value check in sirfsoc_of_clk_init()Wei Yongjun2013-03-221-1/+1
| * | | | clk:SPEAr1340: Correct parent clock configurationVipul Kumar Samar2013-03-211-9/+9
| * | | | clk: Add axi-clkgen driverLars-Peter Clausen2013-03-193-0/+340
| * | | | clk: ux500: Support is_prepared callback for clk-prcmuUlf Hansson2013-03-191-54/+80
| * | | | clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-191-2/+5
| * | | | clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-191-0/+28
| * | | | clk: Introduce optional is_prepared callbackUlf Hansson2013-03-191-0/+21
| * | | | clk: mxs: Fix sparse warningsFabio Estevam2013-03-191-0/+1
| | |_|/ | |/| |
* | | | clk: tegra: Allow PLLE training to succeedThierry Reding2013-04-011-1/+1
| |_|/ |/| |
* | | clk: vt8500: Fix "fix device clock divisor calculations"Arnd Bergmann2013-03-141-1/+1
|/ /
* | clk: Tegra: Remove duplicate smp_twd clockPrashant Gaikwad2013-03-042-2/+0
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-37/+22
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-213-31/+56
|\
| * Merge tag 'tegra-for-3.9-soc-ccf-fixes' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-02-193-31/+56
| |\
| | * clk: tegra: initialise parent of uart clocksLaxman Dewangan2013-02-132-3/+10
| | * clk: tegra: fix driver to match DT bindingStephen Warren2013-02-132-5/+5
| | * clk: tegra: local arrays should be staticPeter De Schrijver2013-02-121-10/+10
| | * clk: tegra: Add missing spinlock for hclk and pclkPeter De Schrijver2013-02-122-8/+14
| | * clk: tegra: Implement locking for super clockPeter De Schrijver2013-02-121-3/+15
| | * clk: tegra: fix wrong clock index between se to sata_coldJoseph Lo2013-02-121-3/+3
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-2115-1/+5542
|\ \ \
| * \ \ Merge tag 'mxs-soc-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 int...Olof Johansson2013-02-091-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | ARM: mxs: use apbx bus clock to drive the timers on timrotv2Torben Hohn2013-02-051-1/+1
| * | | Merge tag 'tegra-for-3.9-soc-cpuidle' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-02-051-0/+93
| |\ \ \ | | | |/ | | |/|
| | * | clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_opsJoseph Lo2013-01-281-0/+93
| * | | Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-0513-0/+5438
| |\ \ \ | | |/ /
| | * | clk: tegra30: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad2013-01-281-70/+0
| | * | clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad2013-01-281-17/+0
| | * | ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-282-0/+54
| | * | clk: tegra: add clock support for Tegra30Prashant Gaikwad2013-01-283-0/+2064
| | * | clk: tegra: add clock support for Tegra20Prashant Gaikwad2013-01-283-0/+1281
| | * | clk: tegra: add Tegra specific clocksPrashant Gaikwad2013-01-2811-0/+2126
| | |/
OpenPOWER on IntegriCloud