From: Tony Lindgren <tony@atomide.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Nishanth Menon <nm@ti.com>,
Viresh Kumar <viresh.kumar@linaro.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Linux PM list <linux-pm@vger.kernel.org>,
Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
Simon Horman <horms@verge.net.au>,
Linux-sh list <linux-sh@vger.kernel.org>
Subject: Re: [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
Date: Mon, 5 Jan 2015 11:17:45 -0800 [thread overview]
Message-ID: <20150105191745.GI4081@atomide.com> (raw)
In-Reply-To: <CAMuHMdW4CQz_n8b4-JOogDvc6ggBjWrFWcqr4Tezojj+mJD6pw@mail.gmail.com>
* Geert Uytterhoeven <geert@linux-m68k.org> [141215 02:44]:
> On Fri, Dec 12, 2014 at 6:18 PM, Nishanth Menon <nm@ti.com> wrote:
> > CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
> > ("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'")
> >
> > Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with
> > v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via
> > different trees causing the resultant v3.18-rc1 to be non-functional for
> > cpufreq as default supported with omap2plus_defconfig.
> >
> > Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig")
> > Signed-off-by: Nishanth Menon <nm@ti.com>
> > ---
> >
> > NOTE: as of v3.18 tag, The following still need to be fixed - I do not have all
> > the platforms impacted to make a generic change, so CCying folks who might be interested
> >
> > arch/arm/configs/shmobile_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
>
> Thanks!
>
> FTR: this has been fixed in Simon's defconfig-for-v3.20 branch.
>
> > arch/arm/configs/multi_v7_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
Oops looks like this is still missing from omap2plus_defconfig, so
applying into omap-for-v3.19/fixes.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
Date: Mon, 05 Jan 2015 19:17:45 +0000 [thread overview]
Message-ID: <20150105191745.GI4081@atomide.com> (raw)
In-Reply-To: <CAMuHMdW4CQz_n8b4-JOogDvc6ggBjWrFWcqr4Tezojj+mJD6pw@mail.gmail.com>
* Geert Uytterhoeven <geert@linux-m68k.org> [141215 02:44]:
> On Fri, Dec 12, 2014 at 6:18 PM, Nishanth Menon <nm@ti.com> wrote:
> > CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
> > ("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'")
> >
> > Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with
> > v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via
> > different trees causing the resultant v3.18-rc1 to be non-functional for
> > cpufreq as default supported with omap2plus_defconfig.
> >
> > Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig")
> > Signed-off-by: Nishanth Menon <nm@ti.com>
> > ---
> >
> > NOTE: as of v3.18 tag, The following still need to be fixed - I do not have all
> > the platforms impacted to make a generic change, so CCying folks who might be interested
> >
> > arch/arm/configs/shmobile_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
>
> Thanks!
>
> FTR: this has been fixed in Simon's defconfig-for-v3.20 branch.
>
> > arch/arm/configs/multi_v7_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
Oops looks like this is still missing from omap2plus_defconfig, so
applying into omap-for-v3.19/fixes.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
Date: Mon, 5 Jan 2015 11:17:45 -0800 [thread overview]
Message-ID: <20150105191745.GI4081@atomide.com> (raw)
In-Reply-To: <CAMuHMdW4CQz_n8b4-JOogDvc6ggBjWrFWcqr4Tezojj+mJD6pw@mail.gmail.com>
* Geert Uytterhoeven <geert@linux-m68k.org> [141215 02:44]:
> On Fri, Dec 12, 2014 at 6:18 PM, Nishanth Menon <nm@ti.com> wrote:
> > CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
> > ("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'")
> >
> > Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with
> > v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via
> > different trees causing the resultant v3.18-rc1 to be non-functional for
> > cpufreq as default supported with omap2plus_defconfig.
> >
> > Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig")
> > Signed-off-by: Nishanth Menon <nm@ti.com>
> > ---
> >
> > NOTE: as of v3.18 tag, The following still need to be fixed - I do not have all
> > the platforms impacted to make a generic change, so CCying folks who might be interested
> >
> > arch/arm/configs/shmobile_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
>
> Thanks!
>
> FTR: this has been fixed in Simon's defconfig-for-v3.20 branch.
>
> > arch/arm/configs/multi_v7_defconfig:CONFIG_GENERIC_CPUFREQ_CPU0=y
Oops looks like this is still missing from omap2plus_defconfig, so
applying into omap-for-v3.19/fixes.
Regards,
Tony
next prev parent reply other threads:[~2015-01-05 19:17 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 17:18 [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT Nishanth Menon
2014-12-12 17:18 ` Nishanth Menon
2014-12-12 17:18 ` Nishanth Menon
2014-12-12 17:18 ` Nishanth Menon
2014-12-15 4:23 ` Viresh Kumar
2014-12-15 4:35 ` Viresh Kumar
2014-12-15 4:23 ` Viresh Kumar
2014-12-15 10:42 ` Geert Uytterhoeven
2014-12-15 10:42 ` Geert Uytterhoeven
2014-12-15 10:42 ` Geert Uytterhoeven
2015-01-05 19:17 ` Tony Lindgren [this message]
2015-01-05 19:17 ` Tony Lindgren
2015-01-05 19:17 ` Tony Lindgren
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=20150105191745.GI4081@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=nm@ti.com \
--cc=olof@lixom.net \
--cc=viresh.kumar@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.