aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugsSaravana Kannan2014-03-201-11/+20
*-. Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2014-01-291-1/+1
|\ \
| | * PM / devfreq: Disable Exynos4 driver build on multiplatformSachin Kamat2014-01-271-1/+1
| |/
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-232-2/+112
|\ \
| * | PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>Kukjin Kim2013-12-181-1/+1
| * | PM / devfreq: move definitions for exynos4_bus into drivers/devfreqKukjin Kim2013-12-182-2/+112
| |/
* | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
* | Merge branch 'master' into for-nextJiri Kosina2013-12-193-63/+52
|\|
| * Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-072-23/+11
| |\
| | * PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-10-281-2/+2
| | * PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.cSachin Kamat2013-10-281-1/+0
| | * PM / devfreq: Use devm_* APIs in exynos5_bus.cSachin Kamat2013-10-281-18/+8
| | * PM / devfreq: Remove redundant platform_set_drvdata() in exynos5_bus.cSachin Kamat2013-10-281-2/+0
| | * PM / devfreq: Fix incorrect usage of IS_ERR_OR_NULL in exynos5_bus.cSachin Kamat2013-10-281-1/+1
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-273-39/+41
| |\ \
| | * | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-253-4/+4
| | * | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-253-10/+11
| | * | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-253-26/+27
| | |/
| * / PM / devfreq: Remove duplicate include of opp.hManish Badarkhe2013-10-161-1/+0
| |/
* / PM / devfreq: Fix trivial typo in exynos4_bus.cSachin Kamat2013-12-021-1/+1
|/
* 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: fix typo "CPU_EXYNOS4.12" twicePaul Bolle2013-06-031-1/+1
* | PM / devfreq: fix missing unlock on error in exynos4_busfreq_pm_notifier_event()Wei Yongjun2013-06-031-0/+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 Exynos5-bus devfreq driver for Exynos5250Abhilash Kesavan2013-06-036-0/+649
* | PM / devfreq: Move exynos4 devfreq driver into a new sub-directoryAbhilash Kesavan2013-06-033-1/+3
|/
* Merge branch 'master' into for-nextJiri Kosina2013-01-298-360/+912
|\
| * PM / devfreq: exynos4_bus: honor RCU lock usageNishanth Menon2013-01-221-27/+67
| * PM / devfreq: add locking documentation for recommended_oppNishanth Menon2013-01-221-0/+5
| * Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
| * Merge branch 'pm-devfreq'Rafael J. Wysocki2012-12-078-328/+835
| |\
| | * 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: exynos4_bus.c: Fixed an alignment of the func call args.Sangho Yi2012-11-201-1/+1
| | * 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: governors: add GPL module license and allow module buildNishanth Menon2012-11-205-4/+12
| | * PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-206-13/+92
| | * PM / devfreq: register governors with devfreq frameworkNishanth Menon2012-11-204-0/+72
| | * PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-202-0/+95
| | * 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: Use devm_* functions in exynos4_bus.cSachin Kamat2012-11-201-30/+11
| | * PM / devfreq: make devfreq_class staticNishanth Menon2012-11-141-1/+1