PM / devfreq: imx-bus: Remove imx_bus_get_dev_status
authorDong Aisheng <aisheng.dong@nxp.com>
Wed, 19 May 2021 07:05:44 +0000 (15:05 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 21 May 2021 04:16:10 +0000 (13:16 +0900)
commit7dbc0d246891acbb8ae5840b3237881b7a0787df
treeb1202583350217fe7754a5e92267f621046d2e2e
parent18b380ed61f892ed06838d1f1a5124d966292ed3
PM / devfreq: imx-bus: Remove imx_bus_get_dev_status

Current driver actually does not support simple ondemand governor
as it's unable to provide device load information. So removing
the unnecessary callback to avoid confusing.
Right now the driver is using userspace governor by default.

polling_ms was also dropped as it's not needed for non-ondemand
governor.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/imx-bus.c