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

2020-07-03 Thread Chanwoo Choi
Hi Dmitry, On Fri, Jul 3, 2020 at 7:46 PM Dmitry Osipenko wrote: > > 03.07.2020 13:08, Chanwoo Choi пишет: > > diff --git a/drivers/devfreq/tegra30-devfreq.c > > b/drivers/devfreq/tegra30-devfreq.c > > index e94a27804c20..620ecd250d7c 100644 > > --- a/drivers/devfreq/tegra30-devfreq.c > > +++ b/

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

2020-07-03 Thread Dmitry Osipenko
03.07.2020 13:08, Chanwoo Choi пишет: > diff --git a/drivers/devfreq/tegra30-devfreq.c > b/drivers/devfreq/tegra30-devfreq.c > index e94a27804c20..620ecd250d7c 100644 > --- a/drivers/devfreq/tegra30-devfreq.c > +++ b/drivers/devfreq/tegra30-devfreq.c > @@ -765,10 +765,12 @@ static int tegra_govern

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

2020-07-03 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 re