public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
@ 2017-02-08 23:22 Jon Mason
  2017-02-08 23:29 ` Rafał Miłecki
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Mason @ 2017-02-08 23:22 UTC (permalink / raw)
  To: linux-arm-kernel

Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, adding
a regex entry to discover the SVK DTs already present.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2abda6c..03c1760 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2641,12 +2641,14 @@ F:	arch/mips/include/asm/mach-bcm47xx/*
 BROADCOM BCM5301X ARM ARCHITECTURE
 M:	Hauke Mehrtens <hauke@hauke-m.de>
 M:	Rafa? Mi?ecki <zajec5@gmail.com>
+M:	Jon Mason <jonmason@broadcom.com>
 M:	bcm-kernel-feedback-list at broadcom.com
 L:	linux-arm-kernel at lists.infradead.org
 S:	Maintained
 F:	arch/arm/mach-bcm/bcm_5301x.c
 F:	arch/arm/boot/dts/bcm5301x*.dtsi
 F:	arch/arm/boot/dts/bcm470*
+N:	bcm953012
 
 BROADCOM BCM53573 ARM ARCHITECTURE
 M:	Rafa? Mi?ecki <rafal@milecki.pl>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:22 [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers Jon Mason
@ 2017-02-08 23:29 ` Rafał Miłecki
  2017-02-08 23:34   ` Jon Mason
  0 siblings, 1 reply; 7+ messages in thread
From: Rafał Miłecki @ 2017-02-08 23:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/09/2017 12:22 AM, Jon Mason wrote:
> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, adding
> a regex entry to discover the SVK DTs already present.
>
> Signed-off-by: Jon Mason <jon.mason@broadcom.com>

Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>


>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2abda6c..03c1760 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2641,12 +2641,14 @@ F:	arch/mips/include/asm/mach-bcm47xx/*
>  BROADCOM BCM5301X ARM ARCHITECTURE
>  M:	Hauke Mehrtens <hauke@hauke-m.de>
>  M:	Rafa? Mi?ecki <zajec5@gmail.com>
> +M:	Jon Mason <jonmason@broadcom.com>
>  M:	bcm-kernel-feedback-list at broadcom.com
>  L:	linux-arm-kernel at lists.infradead.org
>  S:	Maintained
>  F:	arch/arm/mach-bcm/bcm_5301x.c
>  F:	arch/arm/boot/dts/bcm5301x*.dtsi
>  F:	arch/arm/boot/dts/bcm470*
> +N:	bcm953012

Is it worth using N: (regex pattern)? Just asking.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:29 ` Rafał Miłecki
@ 2017-02-08 23:34   ` Jon Mason
  2017-02-08 23:35     ` Rafał Miłecki
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Mason @ 2017-02-08 23:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 8, 2017 at 6:29 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
> On 02/09/2017 12:22 AM, Jon Mason wrote:
>>
>> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, adding
>> a regex entry to discover the SVK DTs already present.
>>
>> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
>
>
> Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>
>
>
>>  MAINTAINERS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2abda6c..03c1760 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2641,12 +2641,14 @@ F:      arch/mips/include/asm/mach-bcm47xx/*
>>  BROADCOM BCM5301X ARM ARCHITECTURE
>>  M:     Hauke Mehrtens <hauke@hauke-m.de>
>>  M:     Rafa? Mi?ecki <zajec5@gmail.com>
>> +M:     Jon Mason <jonmason@broadcom.com>
>>  M:     bcm-kernel-feedback-list at broadcom.com
>>  L:     linux-arm-kernel at lists.infradead.org
>>  S:     Maintained
>>  F:     arch/arm/mach-bcm/bcm_5301x.c
>>  F:     arch/arm/boot/dts/bcm5301x*.dtsi
>>  F:     arch/arm/boot/dts/bcm470*
>> +N:     bcm953012

There are 2 now, and a 3rd one coming soon.
./arch/arm/boot/dts/bcm953012k.dts
./arch/arm/boot/dts/bcm953012er.dts

It might be overkill, but I thought it was the way everyone was going
(and seems to be more elegant).  I'll defer if the simpler version is
desired

Thanks,
Jon

>
>
> Is it worth using N: (regex pattern)? Just asking.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:34   ` Jon Mason
@ 2017-02-08 23:35     ` Rafał Miłecki
  2017-02-08 23:37       ` Jon Mason
  0 siblings, 1 reply; 7+ messages in thread
From: Rafał Miłecki @ 2017-02-08 23:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 2017-02-09 00:34, Jon Mason wrote:
> On Wed, Feb 8, 2017 at 6:29 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
>> On 02/09/2017 12:22 AM, Jon Mason wrote:
>>> 
>>> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, 
>>> adding
>>> a regex entry to discover the SVK DTs already present.
>>> 
>>> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
>> 
>> 
>> Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>
>> 
>> 
>>>  MAINTAINERS | 2 ++
>>>  1 file changed, 2 insertions(+)
>>> 
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 2abda6c..03c1760 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -2641,12 +2641,14 @@ F:      arch/mips/include/asm/mach-bcm47xx/*
>>>  BROADCOM BCM5301X ARM ARCHITECTURE
>>>  M:     Hauke Mehrtens <hauke@hauke-m.de>
>>>  M:     Rafa? Mi?ecki <zajec5@gmail.com>
>>> +M:     Jon Mason <jonmason@broadcom.com>
>>>  M:     bcm-kernel-feedback-list at broadcom.com
>>>  L:     linux-arm-kernel at lists.infradead.org
>>>  S:     Maintained
>>>  F:     arch/arm/mach-bcm/bcm_5301x.c
>>>  F:     arch/arm/boot/dts/bcm5301x*.dtsi
>>>  F:     arch/arm/boot/dts/bcm470*
>>> +N:     bcm953012
> 
> There are 2 now, and a 3rd one coming soon.
> ./arch/arm/boot/dts/bcm953012k.dts
> ./arch/arm/boot/dts/bcm953012er.dts
> 
> It might be overkill, but I thought it was the way everyone was going
> (and seems to be more elegant).  I'll defer if the simpler version is
> desired

Maybe
F: arch/arm/boot/dts/bcm953012*
would be sufficient and more efficient?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:35     ` Rafał Miłecki
@ 2017-02-08 23:37       ` Jon Mason
  2017-02-08 23:37         ` Florian Fainelli
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Mason @ 2017-02-08 23:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 8, 2017 at 6:35 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
> On 2017-02-09 00:34, Jon Mason wrote:
>>
>> On Wed, Feb 8, 2017 at 6:29 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
>>>
>>> On 02/09/2017 12:22 AM, Jon Mason wrote:
>>>>
>>>>
>>>> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, adding
>>>> a regex entry to discover the SVK DTs already present.
>>>>
>>>> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
>>>
>>>
>>>
>>> Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>
>>>
>>>
>>>>  MAINTAINERS | 2 ++
>>>>  1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 2abda6c..03c1760 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -2641,12 +2641,14 @@ F:      arch/mips/include/asm/mach-bcm47xx/*
>>>>  BROADCOM BCM5301X ARM ARCHITECTURE
>>>>  M:     Hauke Mehrtens <hauke@hauke-m.de>
>>>>  M:     Rafa? Mi?ecki <zajec5@gmail.com>
>>>> +M:     Jon Mason <jonmason@broadcom.com>
>>>>  M:     bcm-kernel-feedback-list at broadcom.com
>>>>  L:     linux-arm-kernel at lists.infradead.org
>>>>  S:     Maintained
>>>>  F:     arch/arm/mach-bcm/bcm_5301x.c
>>>>  F:     arch/arm/boot/dts/bcm5301x*.dtsi
>>>>  F:     arch/arm/boot/dts/bcm470*
>>>> +N:     bcm953012
>>
>>
>> There are 2 now, and a 3rd one coming soon.
>> ./arch/arm/boot/dts/bcm953012k.dts
>> ./arch/arm/boot/dts/bcm953012er.dts
>>
>> It might be overkill, but I thought it was the way everyone was going
>> (and seems to be more elegant).  I'll defer if the simpler version is
>> desired
>
>
> Maybe
> F: arch/arm/boot/dts/bcm953012*
> would be sufficient and more efficient?

Works for me.

Florian, you want a v2 or did you want to massage the patch by hand?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:37       ` Jon Mason
@ 2017-02-08 23:37         ` Florian Fainelli
  2017-02-08 23:40           ` Rafał Miłecki
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2017-02-08 23:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/08/2017 03:37 PM, Jon Mason wrote:
> On Wed, Feb 8, 2017 at 6:35 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
>> On 2017-02-09 00:34, Jon Mason wrote:
>>>
>>> On Wed, Feb 8, 2017 at 6:29 PM, Rafa? Mi?ecki <rafal@milecki.pl> wrote:
>>>>
>>>> On 02/09/2017 12:22 AM, Jon Mason wrote:
>>>>>
>>>>>
>>>>> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, adding
>>>>> a regex entry to discover the SVK DTs already present.
>>>>>
>>>>> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
>>>>
>>>>
>>>>
>>>> Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>
>>>>
>>>>
>>>>>  MAINTAINERS | 2 ++
>>>>>  1 file changed, 2 insertions(+)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index 2abda6c..03c1760 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -2641,12 +2641,14 @@ F:      arch/mips/include/asm/mach-bcm47xx/*
>>>>>  BROADCOM BCM5301X ARM ARCHITECTURE
>>>>>  M:     Hauke Mehrtens <hauke@hauke-m.de>
>>>>>  M:     Rafa? Mi?ecki <zajec5@gmail.com>
>>>>> +M:     Jon Mason <jonmason@broadcom.com>
>>>>>  M:     bcm-kernel-feedback-list at broadcom.com
>>>>>  L:     linux-arm-kernel at lists.infradead.org
>>>>>  S:     Maintained
>>>>>  F:     arch/arm/mach-bcm/bcm_5301x.c
>>>>>  F:     arch/arm/boot/dts/bcm5301x*.dtsi
>>>>>  F:     arch/arm/boot/dts/bcm470*
>>>>> +N:     bcm953012
>>>
>>>
>>> There are 2 now, and a 3rd one coming soon.
>>> ./arch/arm/boot/dts/bcm953012k.dts
>>> ./arch/arm/boot/dts/bcm953012er.dts
>>>
>>> It might be overkill, but I thought it was the way everyone was going
>>> (and seems to be more elegant).  I'll defer if the simpler version is
>>> desired
>>
>>
>> Maybe
>> F: arch/arm/boot/dts/bcm953012*
>> would be sufficient and more efficient?
> 
> Works for me.
> 
> Florian, you want a v2 or did you want to massage the patch by hand?

I am very lazy, so I need a v2, thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers
  2017-02-08 23:37         ` Florian Fainelli
@ 2017-02-08 23:40           ` Rafał Miłecki
  0 siblings, 0 replies; 7+ messages in thread
From: Rafał Miłecki @ 2017-02-08 23:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 2017-02-09 00:37, Florian Fainelli wrote:
> On 02/08/2017 03:37 PM, Jon Mason wrote:
>> On Wed, Feb 8, 2017 at 6:35 PM, Rafa? Mi?ecki <rafal@milecki.pl> 
>> wrote:
>>> On 2017-02-09 00:34, Jon Mason wrote:
>>>> 
>>>> On Wed, Feb 8, 2017 at 6:29 PM, Rafa? Mi?ecki <rafal@milecki.pl> 
>>>> wrote:
>>>>> 
>>>>> On 02/09/2017 12:22 AM, Jon Mason wrote:
>>>>>> 
>>>>>> 
>>>>>> Adding myself as a maintainer for Broadcom Northstar SoCs.  Also, 
>>>>>> adding
>>>>>> a regex entry to discover the SVK DTs already present.
>>>>>> 
>>>>>> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
>>>>> 
>>>>> 
>>>>> 
>>>>> Acked-by: Rafa? Mi?ecki <rafal@milecki.pl>
>>>>> 
>>>>> 
>>>>>>  MAINTAINERS | 2 ++
>>>>>>  1 file changed, 2 insertions(+)
>>>>>> 
>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>>> index 2abda6c..03c1760 100644
>>>>>> --- a/MAINTAINERS
>>>>>> +++ b/MAINTAINERS
>>>>>> @@ -2641,12 +2641,14 @@ F:      
>>>>>> arch/mips/include/asm/mach-bcm47xx/*
>>>>>>  BROADCOM BCM5301X ARM ARCHITECTURE
>>>>>>  M:     Hauke Mehrtens <hauke@hauke-m.de>
>>>>>>  M:     Rafa? Mi?ecki <zajec5@gmail.com>
>>>>>> +M:     Jon Mason <jonmason@broadcom.com>
>>>>>>  M:     bcm-kernel-feedback-list at broadcom.com
>>>>>>  L:     linux-arm-kernel at lists.infradead.org
>>>>>>  S:     Maintained
>>>>>>  F:     arch/arm/mach-bcm/bcm_5301x.c
>>>>>>  F:     arch/arm/boot/dts/bcm5301x*.dtsi
>>>>>>  F:     arch/arm/boot/dts/bcm470*
>>>>>> +N:     bcm953012
>>>> 
>>>> 
>>>> There are 2 now, and a 3rd one coming soon.
>>>> ./arch/arm/boot/dts/bcm953012k.dts
>>>> ./arch/arm/boot/dts/bcm953012er.dts
>>>> 
>>>> It might be overkill, but I thought it was the way everyone was 
>>>> going
>>>> (and seems to be more elegant).  I'll defer if the simpler version 
>>>> is
>>>> desired
>>> 
>>> 
>>> Maybe
>>> F: arch/arm/boot/dts/bcm953012*
>>> would be sufficient and more efficient?
>> 
>> Works for me.
>> 
>> Florian, you want a v2 or did you want to massage the patch by hand?
> 
> I am very lazy, so I need a v2, thanks!

I am lazy too: keep my Acked-by :P
I'm sure your V2 will be OK :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-08 23:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 23:22 [PATCH] MAINTAINERS: Add Jon Mason to BCM5301X maintainers Jon Mason
2017-02-08 23:29 ` Rafał Miłecki
2017-02-08 23:34   ` Jon Mason
2017-02-08 23:35     ` Rafał Miłecki
2017-02-08 23:37       ` Jon Mason
2017-02-08 23:37         ` Florian Fainelli
2017-02-08 23:40           ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox