Message ID | 1481887062-25522-1-git-send-email-shilpa.bhat@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | Mainlined |
Delegated to: | Rafael Wysocki |
Headers | show |
On 16-12-16, 16:47, Shilpasri G Bhat wrote: > Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> > --- > Documentation/cpu-freq/user-guide.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt > index 109e97b..5e10d5f 100644 > --- a/Documentation/cpu-freq/user-guide.txt > +++ b/Documentation/cpu-freq/user-guide.txt > @@ -87,7 +87,9 @@ UltraSPARC-III > ------- > > Several "PowerBook" and "iBook2" notebooks are supported. > - > +The following POWER processors are supported in powernv mode: > +POWER8 > +POWER9 > > 1.5 SuperH > ---------- Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
On Mon, 2 Jan 2017 12:38:15 +0530 Viresh Kumar <viresh.kumar@linaro.org> wrote: > > +The following POWER processors are supported in powernv mode: > > +POWER8 > > +POWER9 I've applied this to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wednesday, January 04, 2017 02:35:27 PM Jonathan Corbet wrote: > On Mon, 2 Jan 2017 12:38:15 +0530 > Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > +The following POWER processors are supported in powernv mode: > > > +POWER8 > > > +POWER9 > > I've applied this to the docs tree, thanks. OK I'm assuming then, that you're going to handle cpufreq docs changes in the future. Some cpufreq patches update the docs too, though, so there may be changes in there coming from two sources. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, 04 Jan 2017 23:11:30 +0100 "Rafael J. Wysocki" <rjw@rjwysocki.net> wrote: > I'm assuming then, that you're going to handle cpufreq docs changes in the > future. > > Some cpufreq patches update the docs too, though, so there may be changes in > there coming from two sources. I saw it wasn't in linux-next yet, so figured I had to. :) If you'd rather I stayed away from there, I'll happily do so, just say the word (and preferably send a MAINTAINERS update :). Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Jan 4, 2017 at 11:20 PM, Jonathan Corbet <corbet@lwn.net> wrote: > On Wed, 04 Jan 2017 23:11:30 +0100 > "Rafael J. Wysocki" <rjw@rjwysocki.net> wrote: > >> I'm assuming then, that you're going to handle cpufreq docs changes in the >> future. >> >> Some cpufreq patches update the docs too, though, so there may be changes in >> there coming from two sources. > > I saw it wasn't in linux-next yet, so figured I had to. :) Well, it actually is there in my linux-next branch and I was going to include it in the next pull request. Still, I can drop it easily enough. :-) > If you'd rather I stayed away from there, I'll happily do so, just say > the word (and preferably send a MAINTAINERS update :). I can handle cpufreq docs updates, but if you think it's better to route them via the docs tree, that would be fine by me too. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt index 109e97b..5e10d5f 100644 --- a/Documentation/cpu-freq/user-guide.txt +++ b/Documentation/cpu-freq/user-guide.txt @@ -87,7 +87,9 @@ UltraSPARC-III ------- Several "PowerBook" and "iBook2" notebooks are supported. - +The following POWER processors are supported in powernv mode: +POWER8 +POWER9 1.5 SuperH ----------
Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> --- Documentation/cpu-freq/user-guide.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)