Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2017-08-30 10:49 Maintenance of Linux/MIPS? Matt Redfearn
@ 2017-09-02 19:34 ` Florian Fainelli
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2017-09-02 19:34 UTC (permalink / raw)
  To: linux-mips
  Cc: ralf, james.hogan, john, david.daney, paul.burton, matt.redfearn,
	Florian Fainelli

Based on popular vote, designate James as a co-maintainer for the MIPS
architecture.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 317e72c230ca..68204d6bef2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8768,6 +8768,7 @@ S:	Maintained
 F:	drivers/usb/image/microtek.*
 
 MIPS
+M:	James Hogan <james.hogan@imgtec.com>
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-mips@linux-mips.org
 W:	http://www.linux-mips.org/
-- 
2.11.0

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

* [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
@ 2018-01-05 21:36 James Hogan
  2018-01-05 21:56 ` Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: James Hogan @ 2018-01-05 21:36 UTC (permalink / raw)
  To: linux-mips, Ralf Baechle
  Cc: James Hogan, Paul Burton, David Daney, John Crispin,
	Florian Fainelli, Matt Redfearn

I've been taking on some co-maintainer duties already, so lets make it
official in the MAINTAINERS file.

Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: David Daney <david.daney@cavium.com>
Cc: John Crispin <john@phrozen.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Matt Redfearn <matt.redfearn@mips.com>
Cc: linux-mips@linux-mips.org
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2d3d750b19c0..61bccbd3715f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
 
 MIPS
 M:	Ralf Baechle <ralf@linux-mips.org>
+M:	James Hogan <jhogan@kernel.org>
 L:	linux-mips@linux-mips.org
 W:	http://www.linux-mips.org/
 T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
-- 
2.13.6

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
@ 2018-01-05 21:56 ` Paul Burton
  2018-01-05 21:56   ` Paul Burton
  2018-01-05 22:07 ` Aaro Koskinen
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Paul Burton @ 2018-01-05 21:56 UTC (permalink / raw)
  To: James Hogan
  Cc: linux-mips, Ralf Baechle, David Daney, John Crispin,
	Florian Fainelli, Matt Redfearn

Hi James,

On Fri, Jan 05, 2018 at 09:36:47PM +0000, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.

Yes please! Especially if this means more consistent & responsive
maintainership in between merge windows I'm all for it.

I'm not sure which is more appropriate here, but please consider either
of these valid:

  Acked-by: Paul Burton <paul.burton@mips.com>
  Reviewed-by: Paul Burton <paul.burton@mips.com>

Thanks,
    Paul

> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>  
>  MIPS
>  M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>  L:	linux-mips@linux-mips.org
>  W:	http://www.linux-mips.org/
>  T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> -- 
> 2.13.6
> 

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:56 ` Paul Burton
@ 2018-01-05 21:56   ` Paul Burton
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Burton @ 2018-01-05 21:56 UTC (permalink / raw)
  To: James Hogan
  Cc: linux-mips, Ralf Baechle, David Daney, John Crispin,
	Florian Fainelli, Matt Redfearn

Hi James,

On Fri, Jan 05, 2018 at 09:36:47PM +0000, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.

Yes please! Especially if this means more consistent & responsive
maintainership in between merge windows I'm all for it.

I'm not sure which is more appropriate here, but please consider either
of these valid:

  Acked-by: Paul Burton <paul.burton@mips.com>
  Reviewed-by: Paul Burton <paul.burton@mips.com>

Thanks,
    Paul

> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>  
>  MIPS
>  M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>  L:	linux-mips@linux-mips.org
>  W:	http://www.linux-mips.org/
>  T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> -- 
> 2.13.6
> 

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
  2018-01-05 21:56 ` Paul Burton
@ 2018-01-05 22:07 ` Aaro Koskinen
  2018-01-05 22:34 ` David Daney
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Aaro Koskinen @ 2018-01-05 22:07 UTC (permalink / raw)
  To: James Hogan
  Cc: linux-mips, Ralf Baechle, Paul Burton, David Daney, John Crispin,
	Florian Fainelli, Matt Redfearn

Hi,

On Fri, Jan 05, 2018 at 09:36:47PM +0000, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.
> 
> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org

Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>

A.

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>  
>  MIPS
>  M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>  L:	linux-mips@linux-mips.org
>  W:	http://www.linux-mips.org/
>  T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> -- 
> 2.13.6
> 
> 

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
  2018-01-05 21:56 ` Paul Burton
  2018-01-05 22:07 ` Aaro Koskinen
@ 2018-01-05 22:34 ` David Daney
  2018-01-06  0:53 ` Florian Fainelli
  2018-01-08  8:55 ` Matt Redfearn
  4 siblings, 0 replies; 9+ messages in thread
From: David Daney @ 2018-01-05 22:34 UTC (permalink / raw)
  To: James Hogan, linux-mips, Ralf Baechle
  Cc: Paul Burton, David Daney, John Crispin, Florian Fainelli,
	Matt Redfearn

On 01/05/2018 01:36 PM, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.
> 
> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org

This is a really good idea.  I'm not sure what kind of buy-in you need 
from Ralf and/or Linus, but this seems like a very good step towards 
making MIPS maintenance possible during Ralf's occasional absences.


Acked-by: David Daney <david.daney@cavium.com>


> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>   
>   MIPS
>   M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>   L:	linux-mips@linux-mips.org
>   W:	http://www.linux-mips.org/
>   T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> 

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
                   ` (2 preceding siblings ...)
  2018-01-05 22:34 ` David Daney
@ 2018-01-06  0:53 ` Florian Fainelli
  2018-01-08  8:55 ` Matt Redfearn
  4 siblings, 0 replies; 9+ messages in thread
From: Florian Fainelli @ 2018-01-06  0:53 UTC (permalink / raw)
  To: James Hogan, linux-mips, Ralf Baechle
  Cc: Paul Burton, David Daney, John Crispin, Matt Redfearn

On 01/05/2018 01:36 PM, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.
> 
> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Thanks James!
-- 
Florian

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
                   ` (3 preceding siblings ...)
  2018-01-06  0:53 ` Florian Fainelli
@ 2018-01-08  8:55 ` Matt Redfearn
  2018-01-08  8:55   ` Matt Redfearn
  4 siblings, 1 reply; 9+ messages in thread
From: Matt Redfearn @ 2018-01-08  8:55 UTC (permalink / raw)
  To: James Hogan, linux-mips, Ralf Baechle
  Cc: Paul Burton, David Daney, John Crispin, Florian Fainelli

Hi James

On 05/01/18 21:36, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.
> 
> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org

Yes please! I think with you and Ralf on the case we should be able to 
get patches merged much quicker! This would be great!

Acked-by: Matt Redfearn <matt.redfearn@mips.com>

Matt

> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>   
>   MIPS
>   M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>   L:	linux-mips@linux-mips.org
>   W:	http://www.linux-mips.org/
>   T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> 

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

* Re: [PATCH] MAINTAINERS: Add James as MIPS co-maintainer
  2018-01-08  8:55 ` Matt Redfearn
@ 2018-01-08  8:55   ` Matt Redfearn
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Redfearn @ 2018-01-08  8:55 UTC (permalink / raw)
  To: James Hogan, linux-mips, Ralf Baechle
  Cc: Paul Burton, David Daney, John Crispin, Florian Fainelli

Hi James

On 05/01/18 21:36, James Hogan wrote:
> I've been taking on some co-maintainer duties already, so lets make it
> official in the MAINTAINERS file.
> 
> Link: https://lkml.kernel.org/r/33db77a2-32e4-6b2c-d463-9d116ba55623@imgtec.com
> Link: https://lkml.kernel.org/r/20171207110549.GM27409@jhogan-linux.mipstec.com
> Signed-off-by: James Hogan <jhogan@kernel.org>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Paul Burton <paul.burton@mips.com>
> Cc: David Daney <david.daney@cavium.com>
> Cc: John Crispin <john@phrozen.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Matt Redfearn <matt.redfearn@mips.com>
> Cc: linux-mips@linux-mips.org

Yes please! I think with you and Ralf on the case we should be able to 
get patches merged much quicker! This would be great!

Acked-by: Matt Redfearn <matt.redfearn@mips.com>

Matt

> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d750b19c0..61bccbd3715f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8983,6 +8983,7 @@ F:	drivers/usb/image/microtek.*
>   
>   MIPS
>   M:	Ralf Baechle <ralf@linux-mips.org>
> +M:	James Hogan <jhogan@kernel.org>
>   L:	linux-mips@linux-mips.org
>   W:	http://www.linux-mips.org/
>   T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
> 

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

end of thread, other threads:[~2018-01-08  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 21:36 [PATCH] MAINTAINERS: Add James as MIPS co-maintainer James Hogan
2018-01-05 21:56 ` Paul Burton
2018-01-05 21:56   ` Paul Burton
2018-01-05 22:07 ` Aaro Koskinen
2018-01-05 22:34 ` David Daney
2018-01-06  0:53 ` Florian Fainelli
2018-01-08  8:55 ` Matt Redfearn
2018-01-08  8:55   ` Matt Redfearn
  -- strict thread matches above, loose matches on Subject: below --
2017-08-30 10:49 Maintenance of Linux/MIPS? Matt Redfearn
2017-09-02 19:34 ` [PATCH] MAINTAINERS: Add James as MIPS co-maintainer Florian Fainelli

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