public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Viresh Kumar <viresh.kumar@linaro.org>, Yue Hu <zbestahu@gmail.com>
Cc: rafael.j.wysocki@intel.com, linux-pm@vger.kernel.org, huyue2@yulong.com
Subject: Re: [PATCH] cpufreq / boost: Remove CONFIG_CPU_FREQ_BOOST_SW Kconfig option
Date: Wed, 01 May 2019 12:20:09 +0200	[thread overview]
Message-ID: <2085382.RNldxVhX4H@kreacher> (raw)
In-Reply-To: <20190410041005.iwuppsv7je5oa537@vireshk-i7>

On Wednesday, April 10, 2019 6:10:05 AM CEST Viresh Kumar wrote:
> On 10-04-19, 11:59, Yue Hu wrote:
> > From: Yue Hu <huyue2@yulong.com>
> > 
> > Commit 2fb4719b2560 ("cpufreq / boost: Kconfig: Support for
> > software-managed BOOST") added the CONFIG_CPU_FREQ_BOOST_SW config.
> > However EXYNOS based cpufreq drivers have been removed because of
> > switching to cpufreq-dt driver which will set boost-attr if required.
> > 
> > So, let's remove this option and update cpufreq_generic_attr[].
> > 
> > Signed-off-by: Yue Hu <huyue2@yulong.com>
> > ---
> >  drivers/cpufreq/Kconfig      | 4 ----
> >  drivers/cpufreq/freq_table.c | 3 ---
> >  2 files changed, 7 deletions(-)
> > 
> > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
> > index b22e6bb..4d2b33a 100644
> > --- a/drivers/cpufreq/Kconfig
> > +++ b/drivers/cpufreq/Kconfig
> > @@ -26,10 +26,6 @@ config CPU_FREQ_GOV_COMMON
> >  	select IRQ_WORK
> >  	bool
> >  
> > -config CPU_FREQ_BOOST_SW
> > -	bool
> > -	depends on THERMAL
> > -
> >  config CPU_FREQ_STAT
> >  	bool "CPU frequency transition statistics"
> >  	help
> > diff --git a/drivers/cpufreq/freq_table.c b/drivers/cpufreq/freq_table.c
> > index 3a8cc99..e7be0af 100644
> > --- a/drivers/cpufreq/freq_table.c
> > +++ b/drivers/cpufreq/freq_table.c
> > @@ -290,9 +290,6 @@ static ssize_t scaling_boost_frequencies_show(struct cpufreq_policy *policy,
> >  
> >  struct freq_attr *cpufreq_generic_attr[] = {
> >  	&cpufreq_freq_attr_scaling_available_freqs,
> > -#ifdef CONFIG_CPU_FREQ_BOOST_SW
> > -	&cpufreq_freq_attr_scaling_boost_freqs,
> > -#endif
> >  	NULL,
> >  };
> >  EXPORT_SYMBOL_GPL(cpufreq_generic_attr);
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Patch applied, thanks!




      reply	other threads:[~2019-05-01 10:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10  3:59 [PATCH] cpufreq / boost: Remove CONFIG_CPU_FREQ_BOOST_SW Kconfig option Yue Hu
2019-04-10  4:10 ` Viresh Kumar
2019-05-01 10:20   ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2085382.RNldxVhX4H@kreacher \
    --to=rjw@rjwysocki.net \
    --cc=huyue2@yulong.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=viresh.kumar@linaro.org \
    --cc=zbestahu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox