summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/omap-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-3/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* cpufreq: Use consistent prefixing via pr_fmtJoe Perches2016-04-091-1/+4
* cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-091-2/+2
* cpufreq: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-121-1/+0
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-22/+10
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-061-1/+1
* cpufreq: OMAP: Fix compilation error 'r & ret undeclared'viresh kumar2013-11-141-0/+1
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-25/+13
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-28/+3
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-251-50/+14
|\
| * cpufreq: omap: use cpufreq_generic_init()Viresh Kumar2013-10-161-30/+11
| * cpufreq: omap: don't initialize part of policy set by coreViresh Kumar2013-10-161-4/+0
| * cpufreq: omap: Use generic cpufreq routinesViresh Kumar2013-10-161-14/+2
| * cpufreq: omap: call cpufreq_frequency_table_put_attr()Viresh Kumar2013-09-301-0/+1
| * cpufreq: omap: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
* | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-1/+1
* | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-4/+4
|/
* 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
OpenPOWER on IntegriCloud