Re: [PATCH] PM / devfreq: Add sysfs attributes to simple_ondemand governor

From: Lukasz Luba
Date: Mon Jan 18 2021 - 05:18:45 EST


Hi Chanwoo,

On 1/18/21 6:49 AM, Chanwoo Choi wrote:
Hi Lukasz,

I has been developed[1] the sysfs attributes for upthreshold and downdifferential.
But, I has not yet posted it[1]. I'll post my approach with some changes.

Fair enough. Please add me on CC when you post it. I can help you with
reviewing it.


[1] https://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git/commit/?h=devfreq-testing&id=e7c59dfb4afebe0c96de54516e9be23d76d96492

Thank you for the link. The code looks pretty good, just use
kstrtouint() instead of sscanf() - checkpatch would not complain.

Regards,
Lukasz