aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-37/+22
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-31/+56
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds15-1/+5542
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-0/+227
2013-02-20Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds15-249/+404
2013-02-19Merge tag 'tegra-for-3.9-soc-ccf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/dtArnd Bergmann3-31/+56
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki2-0/+3
2013-02-14clk: sunxi: remove stale Makefile entryArnd Bergmann1-1/+0
2013-02-13clk: tegra: initialise parent of uart clocksLaxman Dewangan2-3/+10
2013-02-13clk: tegra: fix driver to match DT bindingStephen Warren2-5/+5
2013-02-12clk: tegra: local arrays should be staticPeter De Schrijver1-10/+10
2013-02-12clk: tegra: Add missing spinlock for hclk and pclkPeter De Schrijver2-8/+14
2013-02-12clk: tegra: Implement locking for super clockPeter De Schrijver1-3/+15
2013-02-12clk: tegra: fix wrong clock index between se to sata_coldJoseph Lo1-3/+3
2013-02-11Merge branch 'acpi-lpss'Rafael J. Wysocki5-0/+224
2013-02-09Merge tag 'mxs-soc-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socOlof Johansson1-1/+1
2013-02-09cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn1-0/+1
2013-02-05Merge tag 'tegra-for-3.9-soc-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socOlof Johansson1-0/+93
2013-02-05Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socOlof Johansson13-0/+5438
2013-02-04Merge tag 'v3.8-rc6' into next/socOlof Johansson1-3/+6
2013-02-05ARM: mxs: use apbx bus clock to drive the timers on timrotv2Torben Hohn1-1/+1
2013-02-02clk / highbank: Prevent glitches in non-bypass reset modeMark Langsdorf1-0/+2
2013-01-30arm: Move sp810.h to include/linux/amba/Catalin Marinas1-2/+1
2013-01-28clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_opsJoseph Lo1-0/+93
2013-01-28clk: tegra30: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad1-70/+0
2013-01-28clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad1-17/+0
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad2-0/+54
2013-01-28clk: tegra: add clock support for Tegra30Prashant Gaikwad3-0/+2064
2013-01-28clk: tegra: add clock support for Tegra20Prashant Gaikwad3-0/+1281
2013-01-28clk: tegra: add Tegra specific clocksPrashant Gaikwad11-0/+2126
2013-01-24clk: vexpress: Use common of_clk_init() functionPrashant Gaikwad2-7/+2
2013-01-24clk: zynq: Use common of_clk_init() functionPrashant Gaikwad1-10/+4
2013-01-24clk: vt8500: Use common of_clk_init() functionPrashant Gaikwad1-12/+5
2013-01-24clk: highbank: Use common of_clk_init() functionPrashant Gaikwad1-14/+4
2013-01-24clk: sunxi: Use common of_clk_init() functionPrashant Gaikwad1-30/+0
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad2-0/+10
2013-01-23Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper/linux into fixesOlof Johansson1-3/+6
2013-01-23clk: x86: add support for Lynxpoint LPSS clocksMika Westerberg5-0/+224
2013-01-23clk: mvebu/clk-cpu.c: fix memory leakageCong Ding1-3/+6
2013-01-21clk: Deduplicate exit code in clk_set_rateNestor Ovroy1-3/+0
2013-01-18clk: beautify MakefileMike Turquette1-2/+7
2013-01-18clk-divider: fix macrosJames Hogan1-3/+3
2013-01-18clk: prima2: enable dt-binding clkdev mappingBarry Song1-125/+80
2013-01-15clk: mxs: Index is always positiveFabio Estevam2-2/+2
2013-01-15clk: max77686: Avoid double free at remove timeLaurent Pinchart1-2/+1
2013-01-15clk: remove exported function from __init sectionDenis Efremov1-1/+1
2013-01-15clk: vt8500: Add support for WM8750/WM8850 PLL clocksTony Prisk1-2/+100
2013-01-15clk: vt8500: Fix division-by-0 when requested rate=0Tony Prisk1-2/+12
2013-01-15clk: vt8500: Fix device clock divisor calculationsTony Prisk1-0/+8