Re: [PATCH v2 2/2] PM / devfreq: Add governor flags to clarify the features

2020-07-13 Thread Dmitry Osipenko
13.07.2020 15:26, Chanwoo Choi пишет: ... >> BTW, I'm curious what do you think about hiding the unsupported debugfs > > Do you mean that sysfs? Yes, sysfs :) >> attributes per-device instead of returning the -EACCES? > > I considered the hiding of sysfs node too instead of -EACCES. If there

Re: [PATCH v2 2/2] PM / devfreq: Add governor flags to clarify the features

2020-07-13 Thread Chanwoo Choi
On 7/13/20 7:37 PM, Dmitry Osipenko wrote: > 13.07.2020 11:31, Chanwoo Choi пишет: >> DEVFREQ supports the default governors like performance, powersave and also >> allows the devfreq driver to add their own governor like tegra30-devfreq.c >> according to their requirement. In result, some sysfs

Re: [PATCH v2 2/2] PM / devfreq: Add governor flags to clarify the features

2020-07-13 Thread Dmitry Osipenko
13.07.2020 11:31, Chanwoo Choi пишет: > DEVFREQ supports the default governors like performance, powersave and also > allows the devfreq driver to add their own governor like tegra30-devfreq.c > according to their requirement. In result, some sysfs attributes are > useful or not useful. Prior to

[PATCH v2 2/2] PM / devfreq: Add governor flags to clarify the features

2020-07-13 Thread Chanwoo Choi
DEVFREQ supports the default governors like performance, powersave and also allows the devfreq driver to add their own governor like tegra30-devfreq.c according to their requirement. In result, some sysfs attributes are useful or not useful. Prior to that the user can access all sysfs attributes