Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583641 > unrolled thread
| Started by | Markus Mayer <code@mmayer.net> |
|---|---|
| First post | 2017-02-17 19:40 +0100 |
| Last post | 2017-02-18 02:50 +0100 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c Markus Mayer <code@mmayer.net> - 2017-02-17 19:40 +0100
Re: [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c Florian Fainelli <f.fainelli@gmail.com> - 2017-02-17 20:30 +0100
Re: [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-02-18 02:30 +0100
Re: [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c Florian Fainelli <f.fainelli@gmail.com> - 2017-02-18 02:30 +0100
Re: [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-02-18 02:50 +0100
| From | Markus Mayer <code@mmayer.net> |
|---|---|
| Date | 2017-02-17 19:40 +0100 |
| Subject | [PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c |
| Message-ID | <tbVBM-7Rv-1@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> --- 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 MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 107c10e..db251c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2692,6 +2692,12 @@ 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> +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 | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-02-17 20:30 +0100 |
| Message-ID | <tbWoa-8oi-5@gated-at.bofh.it> |
| In reply to | #1583641 |
On 02/17/2017 10:30 AM, Markus Mayer wrote: > From: Markus Mayer <mmayer@broadcom.com> > > Add maintainer information for bmips-cpufreq.c. > > Signed-off-by: Markus Mayer <mmayer@broadcom.com> Looks great, thanks for adding this, one nit below: > --- > > 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 > > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 107c10e..db251c0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2692,6 +2692,12 @@ 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> > +L: linux-pm@vger.kernel.org Please also include bcm-kernel-feedback-list@broadcom.com here With that: Acked-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2017-02-18 02:30 +0100 |
| Message-ID | <tc20y-3BL-5@gated-at.bofh.it> |
| In reply to | #1583667 |
On Friday, February 17, 2017 11:24:56 AM Florian Fainelli wrote: > On 02/17/2017 10:30 AM, Markus Mayer wrote: > > From: Markus Mayer <mmayer@broadcom.com> > > > > Add maintainer information for bmips-cpufreq.c. > > > > Signed-off-by: Markus Mayer <mmayer@broadcom.com> > > Looks great, thanks for adding this, one nit below: > > > --- > > > > 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 > > > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 107c10e..db251c0 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2692,6 +2692,12 @@ 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> > > +L: linux-pm@vger.kernel.org > > Please also include bcm-kernel-feedback-list@broadcom.com here > > With that: > > Acked-by: Florian Fainelli <f.fainelli@gmail.com> > Patch applied. Thanks, Rafael
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-02-18 02:30 +0100 |
| Message-ID | <tc20x-3BL-3@gated-at.bofh.it> |
| In reply to | #1583827 |
On 02/17/2017 05:20 PM, Rafael J. Wysocki wrote: > On Friday, February 17, 2017 11:24:56 AM Florian Fainelli wrote: >> On 02/17/2017 10:30 AM, Markus Mayer wrote: >>> From: Markus Mayer <mmayer@broadcom.com> >>> >>> Add maintainer information for bmips-cpufreq.c. >>> >>> Signed-off-by: Markus Mayer <mmayer@broadcom.com> >> >> Looks great, thanks for adding this, one nit below: >> >>> --- >>> >>> 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 >>> >>> MAINTAINERS | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 107c10e..db251c0 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -2692,6 +2692,12 @@ 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> >>> +L: linux-pm@vger.kernel.org >> >> Please also include bcm-kernel-feedback-list@broadcom.com here >> >> With that: >> >> Acked-by: Florian Fainelli <f.fainelli@gmail.com> >> > > Patch applied. There was a v2 submitted shortly after. -- Florian
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2017-02-18 02:50 +0100 |
| Message-ID | <tc2jT-3KD-5@gated-at.bofh.it> |
| In reply to | #1583829 |
On Friday, February 17, 2017 05:26:59 PM Florian Fainelli wrote: > > On 02/17/2017 05:20 PM, Rafael J. Wysocki wrote: > > On Friday, February 17, 2017 11:24:56 AM Florian Fainelli wrote: > >> On 02/17/2017 10:30 AM, Markus Mayer wrote: > >>> From: Markus Mayer <mmayer@broadcom.com> > >>> > >>> Add maintainer information for bmips-cpufreq.c. > >>> > >>> Signed-off-by: Markus Mayer <mmayer@broadcom.com> > >> > >> Looks great, thanks for adding this, one nit below: > >> > >>> --- > >>> > >>> 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 > >>> > >>> MAINTAINERS | 6 ++++++ > >>> 1 file changed, 6 insertions(+) > >>> > >>> diff --git a/MAINTAINERS b/MAINTAINERS > >>> index 107c10e..db251c0 100644 > >>> --- a/MAINTAINERS > >>> +++ b/MAINTAINERS > >>> @@ -2692,6 +2692,12 @@ 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> > >>> +L: linux-pm@vger.kernel.org > >> > >> Please also include bcm-kernel-feedback-list@broadcom.com here > >> > >> With that: > >> > >> Acked-by: Florian Fainelli <f.fainelli@gmail.com> > >> > > > > Patch applied. > > There was a v2 submitted shortly after. I took the v2 actually, sorry for the confusion. Thanks, Rafael
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web