Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583722 > unrolled thread
| Started by | Markus Mayer <code@mmayer.net> |
|---|---|
| First post | 2017-02-17 21:30 +0100 |
| Last post | 2017-02-20 05:20 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] MAINTAINERS: cpufreq: add bmips-cpufreq.c Markus Mayer <code@mmayer.net> - 2017-02-17 21:30 +0100
Re: [PATCH v2] MAINTAINERS: cpufreq: add bmips-cpufreq.c Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-20 04:40 +0100
Re: [PATCH v2] MAINTAINERS: cpufreq: add bmips-cpufreq.c Markus Mayer <code@mmayer.net> - 2017-02-20 05:20 +0100
| From | Markus Mayer <code@mmayer.net> |
|---|---|
| Date | 2017-02-17 21:30 +0100 |
| Subject | [PATCH v2] MAINTAINERS: cpufreq: add bmips-cpufreq.c |
| Message-ID | <tbXke-wK-19@gated-at.bofh.it> |
From: Markus Mayer <mmayer@broadcom.com> Add maintainer information for bmips-cpufreq.c. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> --- This is based on PM's linux-next from today (February 17). This patch could be squashed into patch 3/4 of the original series if that is acceptable (see [1]) or it can remain separate. [1] https://lkml.org/lkml/2017/2/7/775 Changes in v2: - added bcm-kernel-feedback-list@broadcom.com MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 107c10e..d4ac248 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2692,6 +2692,13 @@ F: drivers/irqchip/irq-brcmstb* F: include/linux/bcm963xx_nvram.h F: include/linux/bcm963xx_tag.h +BROADCOM BMIPS CPUFREQ DRIVER +M: Markus Mayer <mmayer@broadcom.com> +M: bcm-kernel-feedback-list@broadcom.com +L: linux-pm@vger.kernel.org +S: Maintained +F: drivers/cpufreq/bmips-cpufreq.c + BROADCOM TG3 GIGABIT ETHERNET DRIVER M: Siva Reddy Kallam <siva.kallam@broadcom.com> M: Prashant Sreedharan <prashant@broadcom.com> -- 2.7.4
[toc] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-02-20 04:40 +0100 |
| Message-ID | <tcMZr-7Ku-5@gated-at.bofh.it> |
| In reply to | #1583722 |
On 17-02-17, 12:27, Markus Mayer wrote: > From: Markus Mayer <mmayer@broadcom.com> > > Add maintainer information for bmips-cpufreq.c. > > Signed-off-by: Markus Mayer <mmayer@broadcom.com> > Acked-by: Florian Fainelli <f.fainelli@gmail.com> > --- > > This is based on PM's linux-next from today (February 17). > > This patch could be squashed into patch 3/4 of the original series if that > is acceptable (see [1]) or it can remain separate. > > [1] https://lkml.org/lkml/2017/2/7/775 > > Changes in v2: > - added bcm-kernel-feedback-list@broadcom.com > > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 107c10e..d4ac248 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2692,6 +2692,13 @@ F: drivers/irqchip/irq-brcmstb* > F: include/linux/bcm963xx_nvram.h > F: include/linux/bcm963xx_tag.h > > +BROADCOM BMIPS CPUFREQ DRIVER > +M: Markus Mayer <mmayer@broadcom.com> > +M: bcm-kernel-feedback-list@broadcom.com Isn't this a list as well? Shouldn't this be L: ? > +L: linux-pm@vger.kernel.org > +S: Maintained > +F: drivers/cpufreq/bmips-cpufreq.c > + > BROADCOM TG3 GIGABIT ETHERNET DRIVER > M: Siva Reddy Kallam <siva.kallam@broadcom.com> > M: Prashant Sreedharan <prashant@broadcom.com> -- viresh
[toc] | [prev] | [next] | [standalone]
| From | Markus Mayer <code@mmayer.net> |
|---|---|
| Date | 2017-02-20 05:20 +0100 |
| Message-ID | <tcNCa-8cN-7@gated-at.bofh.it> |
| In reply to | #1584331 |
On 19 February 2017 at 19:29, Viresh Kumar <viresh.kumar@linaro.org> wrote: > On 17-02-17, 12:27, Markus Mayer wrote: >> From: Markus Mayer <mmayer@broadcom.com> >> >> Add maintainer information for bmips-cpufreq.c. >> >> Signed-off-by: Markus Mayer <mmayer@broadcom.com> >> Acked-by: Florian Fainelli <f.fainelli@gmail.com> >> --- >> >> This is based on PM's linux-next from today (February 17). >> >> This patch could be squashed into patch 3/4 of the original series if that >> is acceptable (see [1]) or it can remain separate. >> >> [1] https://lkml.org/lkml/2017/2/7/775 >> >> Changes in v2: >> - added bcm-kernel-feedback-list@broadcom.com >> >> MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 107c10e..d4ac248 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -2692,6 +2692,13 @@ F: drivers/irqchip/irq-brcmstb* >> F: include/linux/bcm963xx_nvram.h >> F: include/linux/bcm963xx_tag.h >> >> +BROADCOM BMIPS CPUFREQ DRIVER >> +M: Markus Mayer <mmayer@broadcom.com> >> +M: bcm-kernel-feedback-list@broadcom.com > > Isn't this a list as well? Shouldn't this be L: ? We used to do that, but then there was a discussion at some point in the past (I don't have the link handy for it at this point), where it was suggested that we use M: for the Broadcom list, because it is a private, closed list (i.e. you can't just go and subscribe). It does reach a bunch of folks at Broadcom, however, who work on upstreaming. Therefore, the reasoning was that it fits the "maintainer" category better than the "list" category (where people might expect to be able to subscribe or find a public archive). >> +L: linux-pm@vger.kernel.org >> +S: Maintained >> +F: drivers/cpufreq/bmips-cpufreq.c >> + >> BROADCOM TG3 GIGABIT ETHERNET DRIVER >> M: Siva Reddy Kallam <siva.kallam@broadcom.com> >> M: Prashant Sreedharan <prashant@broadcom.com> > > -- > viresh
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web