PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 29 Jan 2020 04:24:18 +0000 (13:24 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 24 Mar 2020 23:35:03 +0000 (08:35 +0900)
commit3a1ec2e8d8a9f5535f11dd3772a212434743e4f2
tree6a0e2b05eab212972b08f28da12f7d5a24b8fdbb
parent6d7434931ac36ff649c1ba09380d0799fea84795
PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name

DEVFREQ_GOV_INTERVAL event indicates that update the interval
for polling mode of devfreq device. But, this event name doesn't
specify exactly what to do.

Change DEVFREQ_GOV_INTERVAL event name to DEVFREQ_GOV_UPDATE_INTERVAL
which specifies what to do by event name.

And modify the function name to DEVFREQ_GOV_UPDATE_INTERVAL
with 'devfreq_' prefix + verb + object as following:
- devfreq_interval_update -> devfreq_updatee_interval

Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c
drivers/devfreq/governor.h
drivers/devfreq/governor_simpleondemand.c
drivers/devfreq/tegra30-devfreq.c