]> git.baikalelectronics.ru Git - kernel.git/commit
PM / devfreq: imx8m-ddrc: Remove imx8m_ddrc_get_dev_status
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 23 Mar 2021 07:20:11 +0000 (15:20 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 8 Apr 2021 04:14:51 +0000 (13:14 +0900)
commite6f99a0ae7d02fcbeec853ffb13c6559c962d1cf
tree9fa95d68702715477a2d532193efd41defc7cf81
parent8d74004f2a2c32361a5e4edc6e0c8c0faaa8d0af
PM / devfreq: imx8m-ddrc: Remove imx8m_ddrc_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/imx8m-ddrc.c