Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1575630
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. |
| Date | 2017-02-07 13:50 +0100 |
| Message-ID | <t8dnA-2Us-15@gated-at.bofh.it> (permalink) |
| References | <t7Zuh-28q-1@gated-at.bofh.it> <t7Zuh-28q-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Feb 6, 2017 at 10:51 PM, Markus Mayer <code@mmayer.net> wrote: > From: Markus Mayer <mmayer@broadcom.com> > > Turn on CPU_SUPPORTS_CPUFREQ and MIPS_EXTERNAL_TIMER for BMIPS. > > Signed-off-by: Markus Mayer <mmayer@broadcom.com> An ACK from the MIPS maintainers is requisite here. > --- > arch/mips/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index b3c5bde..e137eed 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -1703,6 +1703,8 @@ config CPU_BMIPS > select WEAK_ORDERING > select CPU_SUPPORTS_HIGHMEM > select CPU_HAS_PREFETCH > + select CPU_SUPPORTS_CPUFREQ > + select MIPS_EXTERNAL_TIMER > help > Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors. > > -- Thanks, Rafael
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] cpufreq: bmips-cpufreq: Add CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
[PATCH v2 1/4] MIPS: BMIPS: Update defconfig Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 1/4] MIPS: BMIPS: Update defconfig Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:20 +0100
[PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 2/4] BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig. "Rafael J. Wysocki" <rafael@kernel.org> - 2017-02-07 13:50 +0100
[PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 4/4] MIPS: BMIPS: enable CPUfreq Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:30 +0100
[PATCH v2 3/4] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs Markus Mayer <code@mmayer.net> - 2017-02-06 23:00 +0100
Re: [PATCH v2 3/4] cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCs Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-07 05:20 +0100
csiph-web