linux/drivers/devfreq
Chanwoo Choi 19cf91d0f9 PM / devfreq: event: Find the instance of devfreq-event device by using phandle
This patch use the phandle to find the instance of devfreq-event device in
Device Tree when calling the devfreq_event_get_edev_by_phandle() because there
is two type devfreq-event devices as following:

First case, exynos-ppmu.c driver provides the maximum four event of each PPMU.
So, when getting the instance of devfreq-event device, using the unique name of
struct devfreq_event_desc.

Second case, exynos-nocp.c driver provide the only one event of each NoC Probe
device. So, when getting the instance of devfreq-event device, using the
phandle of each NoC probe device.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-05-03 11:21:51 +09:00
..
event PM / devfreq: event: Add new Exynos NoC probe driver 2016-05-03 11:21:07 +09:00
devfreq-event.c PM / devfreq: event: Find the instance of devfreq-event device by using phandle 2016-05-03 11:21:51 +09:00
devfreq.c PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier 2016-05-03 11:20:07 +09:00
exynos-bus.c PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passive governor 2016-05-03 11:20:08 +09:00
governor_passive.c PM / devfreq: Add new passive governor 2016-05-03 11:20:07 +09:00
governor_performance.c PM / devfreq: governors: add GPL module license and allow module build 2012-11-20 18:46:23 +09:00
governor_powersave.c PM / devfreq: governors: add GPL module license and allow module build 2012-11-20 18:46:23 +09:00
governor_simpleondemand.c PM / devfreq: cache the last call to get_dev_status() 2015-09-11 14:23:28 +09:00
governor_userspace.c PM / devfreq: governors: add GPL module license and allow module build 2012-11-20 18:46:23 +09:00
governor.h PM / devfreq: provide hooks for governors to be registered 2012-11-20 18:46:12 +09:00
Kconfig PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver 2016-05-03 11:20:09 +09:00
Makefile PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver 2016-05-03 11:20:09 +09:00
tegra-devfreq.c PM / devfreq: tegra: Set freq in rate callback 2016-02-23 14:27:42 +09:00