Message ID | 20170217183050.31889-1-code@mmayer.net (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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>
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
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.
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
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>