linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: brcmstb entry updates
@ 2014-10-28 18:44 Florian Fainelli
  2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-10-28 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Here are two small updates to the brcmstb MAINTAINERS entry for our
platform.

I would appreciate if you could queue these for an upcoming 3.18-rc, thanks!

Thanks!

Florian Fainelli (2):
  MAINTAINERS: update brcmstb entries
  MAINTAINERS: add entry for the GISB arbiter driver

 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
1.9.1

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-10-28 18:44 [PATCH 0/2] MAINTAINERS: brcmstb entry updates Florian Fainelli
@ 2014-10-28 18:44 ` Florian Fainelli
  2014-10-31 20:14   ` Gregory Fong
  2014-11-04 20:45   ` Olof Johansson
  2014-10-28 18:44 ` [PATCH 2/2] MAINTAINERS: add entry for the GISB arbiter driver Florian Fainelli
  2014-10-29  5:03 ` [PATCH 0/2] MAINTAINERS: brcmstb entry updates Brian Norris
  2 siblings, 2 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-10-28 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

Remove Marc Carino from the brcmstb maintainers list and add Gregory
Fong and myself as new maintainers for the brcmstb platform.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dab92a78d1d5..33a8b31e03f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2093,8 +2093,9 @@ F:	arch/arm/mach-bcm/bcm63xx.c
 F:	arch/arm/include/debug/bcm63xx.S
 
 BROADCOM BCM7XXX ARM ARCHITECTURE
-M:	Marc Carino <marc.ceeeee@gmail.com>
 M:	Brian Norris <computersforpeace@gmail.com>
+M:	Gregory Fong <gregory.0xf0@gmail.com>
+M:	Florian Fainelli <f.fainelli@gmail.com>
 L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-bcm/*brcmstb*
-- 
1.9.1

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

* [PATCH 2/2] MAINTAINERS: add entry for the GISB arbiter driver
  2014-10-28 18:44 [PATCH 0/2] MAINTAINERS: brcmstb entry updates Florian Fainelli
  2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
@ 2014-10-28 18:44 ` Florian Fainelli
  2014-10-29  5:03 ` [PATCH 0/2] MAINTAINERS: brcmstb entry updates Brian Norris
  2 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-10-28 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

The GISB bus arbiter driver is relevant for BCM7xxx (brcmstb) platforms,
add an entry to cover this file.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 33a8b31e03f0..e9fe70cb525a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2100,6 +2100,7 @@ L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-bcm/*brcmstb*
 F:	arch/arm/boot/dts/bcm7*.dts*
+F:	drivers/bus/brcmstb_gisb.c
 
 BROADCOM TG3 GIGABIT ETHERNET DRIVER
 M:	Prashant Sreedharan <prashant@broadcom.com>
-- 
1.9.1

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

* [PATCH 0/2] MAINTAINERS: brcmstb entry updates
  2014-10-28 18:44 [PATCH 0/2] MAINTAINERS: brcmstb entry updates Florian Fainelli
  2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
  2014-10-28 18:44 ` [PATCH 2/2] MAINTAINERS: add entry for the GISB arbiter driver Florian Fainelli
@ 2014-10-29  5:03 ` Brian Norris
  2 siblings, 0 replies; 11+ messages in thread
From: Brian Norris @ 2014-10-29  5:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Oct 28, 2014 at 11:44:53AM -0700, Florian Fainelli wrote:
> Here are two small updates to the brcmstb MAINTAINERS entry for our
> platform.
> 
> I would appreciate if you could queue these for an upcoming 3.18-rc, thanks!

In case it helps:

Acked-by: Brian Norris <computersforpeace@gmail.com>

for both patches.

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
@ 2014-10-31 20:14   ` Gregory Fong
  2014-11-04 20:45   ` Olof Johansson
  1 sibling, 0 replies; 11+ messages in thread
From: Gregory Fong @ 2014-10-31 20:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Oct 28, 2014 at 11:44 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Remove Marc Carino from the brcmstb maintainers list and add Gregory
> Fong and myself as new maintainers for the brcmstb platform.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Acked-by: Gregory Fong <gregory.0xf0@gmail.com>

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
  2014-10-31 20:14   ` Gregory Fong
@ 2014-11-04 20:45   ` Olof Johansson
  2014-11-04 22:48     ` Florian Fainelli
  1 sibling, 1 reply; 11+ messages in thread
From: Olof Johansson @ 2014-11-04 20:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
> Remove Marc Carino from the brcmstb maintainers list and add Gregory
> Fong and myself as new maintainers for the brcmstb platform.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dab92a78d1d5..33a8b31e03f0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2093,8 +2093,9 @@ F:	arch/arm/mach-bcm/bcm63xx.c
>  F:	arch/arm/include/debug/bcm63xx.S
>  
>  BROADCOM BCM7XXX ARM ARCHITECTURE
> -M:	Marc Carino <marc.ceeeee@gmail.com>
>  M:	Brian Norris <computersforpeace@gmail.com>
> +M:	Gregory Fong <gregory.0xf0@gmail.com>
> +M:	Florian Fainelli <f.fainelli@gmail.com>

You're removing Marc here, but I don't see an ack from him, nor has
he been cc:d on the patch. It's common practice for people to agree to
being removed. Can you please make sure we get an ack from him on this,
maybe by reposting and cc:ing him?

Thanks!


-Olof

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-11-04 20:45   ` Olof Johansson
@ 2014-11-04 22:48     ` Florian Fainelli
  2014-11-04 22:56       ` Grant Likely
  0 siblings, 1 reply; 11+ messages in thread
From: Florian Fainelli @ 2014-11-04 22:48 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/04/2014 12:45 PM, Olof Johansson wrote:
> Hi,
> 
> On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
>> Remove Marc Carino from the brcmstb maintainers list and add Gregory
>> Fong and myself as new maintainers for the brcmstb platform.
>>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>> ---
>>  MAINTAINERS | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index dab92a78d1d5..33a8b31e03f0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2093,8 +2093,9 @@ F:	arch/arm/mach-bcm/bcm63xx.c
>>  F:	arch/arm/include/debug/bcm63xx.S
>>  
>>  BROADCOM BCM7XXX ARM ARCHITECTURE
>> -M:	Marc Carino <marc.ceeeee@gmail.com>
>>  M:	Brian Norris <computersforpeace@gmail.com>
>> +M:	Gregory Fong <gregory.0xf0@gmail.com>
>> +M:	Florian Fainelli <f.fainelli@gmail.com>
> 
> You're removing Marc here, but I don't see an ack from him, nor has
> he been cc:d on the patch. It's common practice for people to agree to
> being removed. Can you please make sure we get an ack from him on this,
> maybe by reposting and cc:ing him?

Marc is no longer with Broadcom, do you still want him to ack this?
--
Florian

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-11-04 22:48     ` Florian Fainelli
@ 2014-11-04 22:56       ` Grant Likely
  2014-11-04 23:23         ` Florian Fainelli
  0 siblings, 1 reply; 11+ messages in thread
From: Grant Likely @ 2014-11-04 22:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 4, 2014 at 10:48 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 11/04/2014 12:45 PM, Olof Johansson wrote:
>> Hi,
>>
>> On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
>>> Remove Marc Carino from the brcmstb maintainers list and add Gregory
>>> Fong and myself as new maintainers for the brcmstb platform.
>>>
>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>> ---
>>>  MAINTAINERS | 3 ++-
>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index dab92a78d1d5..33a8b31e03f0 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -2093,8 +2093,9 @@ F:     arch/arm/mach-bcm/bcm63xx.c
>>>  F:  arch/arm/include/debug/bcm63xx.S
>>>
>>>  BROADCOM BCM7XXX ARM ARCHITECTURE
>>> -M:  Marc Carino <marc.ceeeee@gmail.com>
>>>  M:  Brian Norris <computersforpeace@gmail.com>
>>> +M:  Gregory Fong <gregory.0xf0@gmail.com>
>>> +M:  Florian Fainelli <f.fainelli@gmail.com>
>>
>> You're removing Marc here, but I don't see an ack from him, nor has
>> he been cc:d on the patch. It's common practice for people to agree to
>> being removed. Can you please make sure we get an ack from him on this,
>> maybe by reposting and cc:ing him?
>
> Marc is no longer with Broadcom, do you still want him to ack this?

Yes, absolutely. Maintainership is entrusted to an individual, not
their employer. We've had many situations where someone has continued
to maintain a platform even after changing employment. So, yes, there
needs to be an ack from Marc.

g.

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-11-04 22:56       ` Grant Likely
@ 2014-11-04 23:23         ` Florian Fainelli
  2015-01-15  0:13           ` Brian Norris
  0 siblings, 1 reply; 11+ messages in thread
From: Florian Fainelli @ 2014-11-04 23:23 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/04/2014 02:56 PM, Grant Likely wrote:
> On Tue, Nov 4, 2014 at 10:48 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> On 11/04/2014 12:45 PM, Olof Johansson wrote:
>>> Hi,
>>>
>>> On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
>>>> Remove Marc Carino from the brcmstb maintainers list and add Gregory
>>>> Fong and myself as new maintainers for the brcmstb platform.
>>>>
>>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>>> ---
>>>>  MAINTAINERS | 3 ++-
>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index dab92a78d1d5..33a8b31e03f0 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -2093,8 +2093,9 @@ F:     arch/arm/mach-bcm/bcm63xx.c
>>>>  F:  arch/arm/include/debug/bcm63xx.S
>>>>
>>>>  BROADCOM BCM7XXX ARM ARCHITECTURE
>>>> -M:  Marc Carino <marc.ceeeee@gmail.com>
>>>>  M:  Brian Norris <computersforpeace@gmail.com>
>>>> +M:  Gregory Fong <gregory.0xf0@gmail.com>
>>>> +M:  Florian Fainelli <f.fainelli@gmail.com>
>>>
>>> You're removing Marc here, but I don't see an ack from him, nor has
>>> he been cc:d on the patch. It's common practice for people to agree to
>>> being removed. Can you please make sure we get an ack from him on this,
>>> maybe by reposting and cc:ing him?
>>
>> Marc is no longer with Broadcom, do you still want him to ack this?
> 
> Yes, absolutely. Maintainership is entrusted to an individual, not
> their employer. We've had many situations where someone has continued
> to maintain a platform even after changing employment. So, yes, there
> needs to be an ack from Marc.

He is CC'd, now. Marc, please Ack this if you are okay with the change.

Thanks
--
Florian

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2014-11-04 23:23         ` Florian Fainelli
@ 2015-01-15  0:13           ` Brian Norris
  2015-01-15  1:52             ` Florian Fainelli
  0 siblings, 1 reply; 11+ messages in thread
From: Brian Norris @ 2015-01-15  0:13 UTC (permalink / raw)
  To: linux-arm-kernel

Since I found this in my inbox during garbage collection...

On Tue, Nov 4, 2014 at 3:23 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 11/04/2014 02:56 PM, Grant Likely wrote:
>> On Tue, Nov 4, 2014 at 10:48 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>>> On 11/04/2014 12:45 PM, Olof Johansson wrote:
>>>> On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
>>>>> Remove Marc Carino from the brcmstb maintainers list and add Gregory
>>>>> Fong and myself as new maintainers for the brcmstb platform.
>>>>>
>>>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>>>> ---
>>>>>  MAINTAINERS | 3 ++-
>>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index dab92a78d1d5..33a8b31e03f0 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -2093,8 +2093,9 @@ F:     arch/arm/mach-bcm/bcm63xx.c
>>>>>  F:  arch/arm/include/debug/bcm63xx.S
>>>>>
>>>>>  BROADCOM BCM7XXX ARM ARCHITECTURE
>>>>> -M:  Marc Carino <marc.ceeeee@gmail.com>
>>>>>  M:  Brian Norris <computersforpeace@gmail.com>
>>>>> +M:  Gregory Fong <gregory.0xf0@gmail.com>
>>>>> +M:  Florian Fainelli <f.fainelli@gmail.com>
>>>>
>>>> You're removing Marc here, but I don't see an ack from him, nor has
>>>> he been cc:d on the patch. It's common practice for people to agree to
>>>> being removed. Can you please make sure we get an ack from him on this,
>>>> maybe by reposting and cc:ing him?
>>>
>>> Marc is no longer with Broadcom, do you still want him to ack this?
>>
>> Yes, absolutely. Maintainership is entrusted to an individual, not
>> their employer. We've had many situations where someone has continued
>> to maintain a platform even after changing employment. So, yes, there
>> needs to be an ack from Marc.
>
> He is CC'd, now. Marc, please Ack this if you are okay with the change.

Can we add a "Not-nacked-by" tag and proceed? Marc is obviously not
involved here any more. I figure removing expired maintainers should
be a little easier than removing SCOTUS judges.

Brian

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

* [PATCH 1/2] MAINTAINERS: update brcmstb entries
  2015-01-15  0:13           ` Brian Norris
@ 2015-01-15  1:52             ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2015-01-15  1:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 14/01/15 16:13, Brian Norris wrote:
> Since I found this in my inbox during garbage collection...
> 
> On Tue, Nov 4, 2014 at 3:23 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> On 11/04/2014 02:56 PM, Grant Likely wrote:
>>> On Tue, Nov 4, 2014 at 10:48 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>>>> On 11/04/2014 12:45 PM, Olof Johansson wrote:
>>>>> On Tue, Oct 28, 2014 at 11:44:54AM -0700, Florian Fainelli wrote:
>>>>>> Remove Marc Carino from the brcmstb maintainers list and add Gregory
>>>>>> Fong and myself as new maintainers for the brcmstb platform.
>>>>>>
>>>>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>>>>> ---
>>>>>>  MAINTAINERS | 3 ++-
>>>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>>>
>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>>> index dab92a78d1d5..33a8b31e03f0 100644
>>>>>> --- a/MAINTAINERS
>>>>>> +++ b/MAINTAINERS
>>>>>> @@ -2093,8 +2093,9 @@ F:     arch/arm/mach-bcm/bcm63xx.c
>>>>>>  F:  arch/arm/include/debug/bcm63xx.S
>>>>>>
>>>>>>  BROADCOM BCM7XXX ARM ARCHITECTURE
>>>>>> -M:  Marc Carino <marc.ceeeee@gmail.com>
>>>>>>  M:  Brian Norris <computersforpeace@gmail.com>
>>>>>> +M:  Gregory Fong <gregory.0xf0@gmail.com>
>>>>>> +M:  Florian Fainelli <f.fainelli@gmail.com>
>>>>>
>>>>> You're removing Marc here, but I don't see an ack from him, nor has
>>>>> he been cc:d on the patch. It's common practice for people to agree to
>>>>> being removed. Can you please make sure we get an ack from him on this,
>>>>> maybe by reposting and cc:ing him?
>>>>
>>>> Marc is no longer with Broadcom, do you still want him to ack this?
>>>
>>> Yes, absolutely. Maintainership is entrusted to an individual, not
>>> their employer. We've had many situations where someone has continued
>>> to maintain a platform even after changing employment. So, yes, there
>>> needs to be an ack from Marc.
>>
>> He is CC'd, now. Marc, please Ack this if you are okay with the change.
> 
> Can we add a "Not-nacked-by" tag and proceed? Marc is obviously not
> involved here any more. I figure removing expired maintainers should
> be a little easier than removing SCOTUS judges.

You'd think so right? How about this plan: unless Marc replies
otherwise, I submit a MAINTAINERS update removing him for the v3.21
kernel release?
-- 
Florian

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

end of thread, other threads:[~2015-01-15  1:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 18:44 [PATCH 0/2] MAINTAINERS: brcmstb entry updates Florian Fainelli
2014-10-28 18:44 ` [PATCH 1/2] MAINTAINERS: update brcmstb entries Florian Fainelli
2014-10-31 20:14   ` Gregory Fong
2014-11-04 20:45   ` Olof Johansson
2014-11-04 22:48     ` Florian Fainelli
2014-11-04 22:56       ` Grant Likely
2014-11-04 23:23         ` Florian Fainelli
2015-01-15  0:13           ` Brian Norris
2015-01-15  1:52             ` Florian Fainelli
2014-10-28 18:44 ` [PATCH 2/2] MAINTAINERS: add entry for the GISB arbiter driver Florian Fainelli
2014-10-29  5:03 ` [PATCH 0/2] MAINTAINERS: brcmstb entry updates Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).