1
linux/drivers/devfreq
Nishanth Menon 1b5c1be2c8 PM / devfreq: map devfreq drivers to governor using name
Allow devfreq drivers to register a preferred governor name
and when the devfreq governor loads itself at a later point
required drivers are managed appropriately, at the time of
unload of a devfreq governor, stop managing those drivers
as well.

Since the governor structures do not need to be exposed
anymore, remove the definitions and make them static

NOTE: devfreq_list_lock is now used to protect governor
start and stop - as this allows us to protect governors and
devfreq with the proper dependencies as needed.

As part of this change, change the registration of exynos
bus driver to request for ondemand using the governor name.

Cc: Rajagopal Venkat <rajagopal.venkat@linaro.org>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Kevin Hilman <khilman@ti.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

Signed-off-by: Nishanth Menon <nm@ti.com>
[Merge conflict resolved by MyungJoo Ham]
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2012-11-20 18:46:22 +09:00
..
devfreq.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
exynos4_bus.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
governor_performance.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
governor_powersave.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
governor_simpleondemand.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
governor_userspace.c PM / devfreq: map devfreq drivers to governor using name 2012-11-20 18:46:22 +09:00
governor.h PM / devfreq: provide hooks for governors to be registered 2012-11-20 18:46:12 +09:00
Kconfig Fix typo in various Kconfig file 2012-04-16 14:40:08 +02:00
Makefile PM/Devfreq: Add Exynos4-bus device DVFS driver for Exynos4210/4212/4412. 2011-12-20 14:08:08 +09:00