aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/omap-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-141-1/+1
* cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-3/+3
* cpufreq: OMAP: instantiate omap-cpufreq as a platform_driverNishanth Menon2013-04-101-5/+14
* cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar2013-04-021-3/+1
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-9/+2
* cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar2013-02-021-3/+1
* cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon2013-01-221-0/+3
* cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman2012-10-081-5/+3
* cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley2012-10-081-18/+1
* cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman2012-10-081-1/+0
* cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman2012-10-081-0/+8
* cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin2012-09-191-2/+2
* cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao2012-09-141-35/+0
* cpufreq: OMAP: Handle missing frequency table on SMP systemsRajendra Nayak2012-08-091-1/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | cpufreq: OMAP: specify range for voltage scalingAfzal Mohammed2012-03-021-3/+7
* | cpufreq: OMAP: scale voltage along with frequencyKevin Hilman2012-02-211-5/+63
|/
* cpufreq: OMAP: fixup for omap_device changes, include <linux/module.h>Kevin Hilman2011-11-101-1/+3
* cpufreq: OMAP: fix freq_table leakNishanth Menon2011-11-081-5/+17
* cpufreq: OMAP: put clk if cpu_init failedNishanth Menon2011-11-081-3/+11
* cpufreq: OMAP: only supports OPP libraryNishanth Menon2011-11-081-2/+1
* cpufreq: OMAP: dont support !freq_tableNishanth Menon2011-11-081-34/+33
* cpufreq: OMAP: deny initialization if no mpudevNishanth Menon2011-11-081-7/+8
* cpufreq: OMAP: move clk name decision to initNishanth Menon2011-11-081-7/+13
* cpufreq: OMAP: notify even with bad boot frequencyColin Cross2011-11-081-1/+1
* cpufreq: OMAP: Enable all CPUs in shared policy maskTodd Poynor2011-11-081-3/+1
* cpufreq: OMAP: Add SMP support for OMAP4+Russell King2011-11-081-10/+71
* cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreqSantosh Shilimkar2011-11-081-0/+188