summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: correct misleading commentMyungJoo Ham2015-03-301-1/+0
* PM / devfreq: Export helper functions for driversÃrjan Eide2014-09-291-0/+3
* PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi2014-05-241-0/+48
* PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi2014-05-241-0/+63
* PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource...Chanwoo Choi2014-05-241-10/+4
* PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugsSaravana Kannan2014-03-211-11/+20
* Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-071-2/+2
|\
| * PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-10-281-2/+2
* | 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-4/+5
* | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-7/+7
|/
* devfreq: convert devfreq_class to use dev_groupsGreg Kroah-Hartman2013-08-191-34/+44
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-1/+1
|\
| * drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* | PM / devfreq: add comments and DocumentationMyungJoo Ham2013-06-031-0/+10
* | PM / devfreq: account suspend/resume for statsRajagopal Venkat2013-06-031-3/+12
|/
* PM / devfreq: add locking documentation for recommended_oppNishanth Menon2013-01-221-0/+5
* Merge branch 'pm-devfreq'Rafael J. Wysocki2012-12-071-277/+640
|\
| * PM / devfreq: remove compiler error with module governors (2)MyungJoo Ham2012-11-281-0/+5
| * PM / devfreq: Fix return value in devfreq_remove_governor()Sachin Kamat2012-11-261-1/+1
| * PM / devfreq: Fix incorrect argument in error messageSachin Kamat2012-11-261-1/+1
| * PM / devfreq: missing rcu_read_lock() added for find_device_opp()MyungJoo Ham2012-11-261-6/+20
| * PM / devfreq: Add sysfs node to expose available governorsNishanth Menon2012-11-201-0/+22
| * PM / devfreq: allow sysfs governor node to switch governorNishanth Menon2012-11-201-1/+44
| * PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-201-8/+87
| * PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-201-0/+91
| * PM / devfreq: export update_devfreqNishanth Menon2012-11-201-0/+1
| * PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee2012-11-201-0/+101
| * PM / devfreq: Add sysfs node to expose available frequenciesNishanth Menon2012-11-201-0/+32
| * PM / devfreq: make devfreq_class staticNishanth Menon2012-11-151-1/+1
| * PM / devfreq: fix sscanf handling for writable sysfs entriesNishanth Menon2012-11-151-6/+3
| * PM / devfreq: kernel-doc typo correctionsNishanth Menon2012-11-151-11/+11
| * PM / devfreq: Add current freq callback in device profileRajagopal Venkat2012-11-151-0/+14
| * PM / devfreq: Add suspend and resume apisRajagopal Venkat2012-11-151-0/+28
| * PM / devfreq: Core updates to support devices which can idleRajagopal Venkat2012-11-151-253/+189
* | PM / OPP: predictable fail results for opp_find* functions, v2Nishanth Menon2012-11-151-2/+2
|/
* workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
* PM / devfreq: add relation of recommended frequency.MyungJoo Ham2012-03-171-4/+38
* PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham2012-01-201-0/+70
* PM / devfreq: separate error paths from successful pathAxel Lin2011-11-231-8/+7
* PM / devfreq: fix use after free in devfreq_remove_deviceAxel Lin2011-11-141-2/+6
* PM / devfreq: Remove compiler error after irq.h updateMyungJoo Ham2011-11-101-0/+2
* PM / devfreq: Add common sysfs interfacesMyungJoo Ham2011-10-021-0/+69
* PM: Introduce devfreq: generic DVFS framework with device-specific OPPsMyungJoo Ham2011-10-021-0/+532
OpenPOWER on IntegriCloud