aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/omap-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar1-3/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-1/+4
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+2
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-22/+10
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2013-11-14cpufreq: OMAP: Fix compilation error 'r & ret undeclared'viresh kumar1-0/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-25/+13
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-28/+3
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-50/+14
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-1/+1
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-4/+4
2013-10-16cpufreq: omap: use cpufreq_generic_init()Viresh Kumar1-30/+11
2013-10-16cpufreq: omap: don't initialize part of policy set by coreViresh Kumar1-4/+0
2013-10-16cpufreq: omap: Use generic cpufreq routinesViresh Kumar1-14/+2
2013-09-30cpufreq: omap: call cpufreq_frequency_table_put_attr()Viresh Kumar1-0/+1
2013-09-30cpufreq: omap: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker1-1/+1
2013-06-24cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-3/+3
2013-04-10cpufreq: OMAP: instantiate omap-cpufreq as a platform_driverNishanth Menon1-5/+14
2013-04-02cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar1-3/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-9/+2
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar1-3/+1
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon1-0/+3
2012-10-08cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman1-5/+3
2012-10-08cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley1-18/+1
2012-10-08cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman1-1/+0
2012-10-08cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman1-0/+8
2012-09-19cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin1-2/+2
2012-09-14cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao1-35/+0
2012-08-09cpufreq: OMAP: Handle missing frequency table on SMP systemsRajendra Nayak1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-02cpufreq: OMAP: specify range for voltage scalingAfzal Mohammed1-3/+7
2012-02-21cpufreq: OMAP: scale voltage along with frequencyKevin Hilman1-5/+63
2011-11-10cpufreq: OMAP: fixup for omap_device changes, include <linux/module.h>Kevin Hilman1-1/+3
2011-11-08cpufreq: OMAP: fix freq_table leakNishanth Menon1-5/+17
2011-11-08cpufreq: OMAP: put clk if cpu_init failedNishanth Menon1-3/+11
2011-11-08cpufreq: OMAP: only supports OPP libraryNishanth Menon1-2/+1
2011-11-08cpufreq: OMAP: dont support !freq_tableNishanth Menon1-34/+33
2011-11-08cpufreq: OMAP: deny initialization if no mpudevNishanth Menon1-7/+8
2011-11-08cpufreq: OMAP: move clk name decision to initNishanth Menon1-7/+13
2011-11-08cpufreq: OMAP: notify even with bad boot frequencyColin Cross1-1/+1
2011-11-08cpufreq: OMAP: Enable all CPUs in shared policy maskTodd Poynor1-3/+1
2011-11-08cpufreq: OMAP: Add SMP support for OMAP4+Russell King1-10/+71
2011-11-08cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreqSantosh Shilimkar1-0/+188