summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/omap-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-181-10/+5Star
|\
| * cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-161-10/+5Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* cpufreq: OMAP: Register an Energy ModelYangtao Li2019-02-071-1/+3
* PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-3/+1Star
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-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/+0Star
* cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-121-1/+0Star
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-22/+10Star
* 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/+13Star
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-28/+3Star
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-251-50/+14Star
|\
| * cpufreq: omap: use cpufreq_generic_init()Viresh Kumar2013-10-161-30/+11Star
| * cpufreq: omap: don't initialize part of policy set by coreViresh Kumar2013-10-161-4/+0Star
| * cpufreq: omap: Use generic cpufreq routinesViresh Kumar2013-10-161-14/+2Star
| * 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/+1Star
* | 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-151-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/+1Star
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-9/+2Star
* cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar2013-02-021-3/+1Star
* 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/+3Star
* cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley2012-10-081-18/+1Star
* cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman2012-10-081-1/+0Star
* 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/+0Star
* 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-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | cpufreq: OMAP: specify range for voltage scalingAfzal Mohammed2012-03-021-3/+7
* | cpufreq: OMAP: scale voltage along with frequencyKevin Hilman2012-02-221-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/+1Star
* cpufreq: OMAP: dont support !freq_tableNishanth Menon2011-11-081-34/+33Star
* 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