aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/cpu-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-08cpufreq: tegra: Move driver to drivers/cpufreqViresh Kumar1-294/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-7/+8
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-20/+20
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar1-1/+0
2013-02-02cpufreq: TEGRA: Set policy->cpus from driver->init()Viresh Kumar1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-28ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exitRichard Zhao1-20/+20
2012-11-05ARM: tegra: remove unnecessary includes of <mach/*.h>Stephen Warren1-3/+0
2012-09-11ARM: tegra: cpu-tegra: explicitly manage re-parentingStephen Warren1-1/+47
2012-06-11ARM: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-3/+3
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-3/+3
2011-10-13ARM: tegra: cpu-tegra: unexport two functionsOlof Johansson1-2/+2
2011-10-13ARM: tegra: cpu-tegra: sparse type fixOlof Johansson1-1/+1
2011-10-10ARM: tegra: fix compilation error due to mach/hardware.h removalMarc Dietrich1-1/+0
2011-02-21ARM: tegra: cpufreq: Adjust memory frequency with cpu frequencyColin Cross1-0/+21
2011-02-21ARM: tegra: cpufreq: Take an extra reference to pllxColin Cross1-0/+2
2011-02-21ARM: tegra: clock: Drop CPU dvfsColin Cross1-1/+1
2011-02-10ARM: tegra: cpufreq: Disable cpufreq during suspendColin Cross1-15/+60
2010-10-21[ARM] tegra: Add cpufreq supportColin Cross1-0/+185