Re: [PATCH v3 4/7] include: devfreq: add polling_idle_ms to 'profile'

2019-02-13 Thread Chanwoo Choi
Hi Lukasz, If the user can select the type of work in accordance with their choice, either deferrable work or delayed work for periodic without stop on idle state, I think that the existing polling_ms is enough. Because, user determine to use the 'delayed work' for periodic timer, user can

[PATCH v3 4/7] include: devfreq: add polling_idle_ms to 'profile'

2019-02-12 Thread Lukasz Luba
Add needed fields to support new state: idle, where different polling interval is in use. It provides better control of the devfreq device and lower the power consumption when the device is not busy. Signed-off-by: Lukasz Luba --- include/linux/devfreq.h | 6 ++ 1 file changed, 6