public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
@ 2016-03-09 20:57 Boris Brezillon
  2016-03-09 21:01 ` Richard Weinberger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Boris Brezillon @ 2016-03-09 20:57 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, linux-mtd
  Cc: linux-kernel, Richard Weinberger, Boris Brezillon

Add myself as the maintainer of the NAND subsystem.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
Changes since v1:
- rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
- add Richard as a reviewer
- add a git tree
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4a..4afa65f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7393,6 +7393,17 @@ W:	https://www.myricom.com/support/downloads/myri10ge.html
 S:	Supported
 F:	drivers/net/ethernet/myricom/myri10ge/
 
+NAND FLASH SUBSYSTEM
+M:	Boris Brezillon <boris.brezillon@free-electrons.com>
+R:	Richard Weinberger <richard@nod.at>
+L:	linux-mtd@lists.infradead.org
+W:	http://www.linux-mtd.infradead.org/
+Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
+T:	git git://github.com/linux-nand/linux.git
+S:	Maintained
+F:	drivers/mtd/nand/
+F:	include/linux/mtd/nand*.h
+
 NATSEMI ETHERNET DRIVER (DP8381x)
 S:	Orphan
 F:	drivers/net/ethernet/natsemi/natsemi.c
-- 
2.1.4

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

* Re: [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
  2016-03-09 20:57 [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem Boris Brezillon
@ 2016-03-09 21:01 ` Richard Weinberger
  2016-03-09 21:48 ` Brian Norris
  2016-03-10 18:50 ` Brian Norris
  2 siblings, 0 replies; 6+ messages in thread
From: Richard Weinberger @ 2016-03-09 21:01 UTC (permalink / raw)
  To: Boris Brezillon, David Woodhouse, Brian Norris, linux-mtd; +Cc: linux-kernel

Am 09.03.2016 um 21:57 schrieb Boris Brezillon:
> Add myself as the maintainer of the NAND subsystem.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> Changes since v1:
> - rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
> - add Richard as a reviewer
> - add a git tree
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4a..4afa65f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7393,6 +7393,17 @@ W:	https://www.myricom.com/support/downloads/myri10ge.html
>  S:	Supported
>  F:	drivers/net/ethernet/myricom/myri10ge/
>  
> +NAND FLASH SUBSYSTEM
> +M:	Boris Brezillon <boris.brezillon@free-electrons.com>
> +R:	Richard Weinberger <richard@nod.at>
> +L:	linux-mtd@lists.infradead.org
> +W:	http://www.linux-mtd.infradead.org/
> +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> +T:	git git://github.com/linux-nand/linux.git
> +S:	Maintained
> +F:	drivers/mtd/nand/
> +F:	include/linux/mtd/nand*.h
> +

Acked-by: Richard Weinberger <richard@nod.at>

Thanks,
//richard

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

* Re: [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
  2016-03-09 20:57 [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem Boris Brezillon
  2016-03-09 21:01 ` Richard Weinberger
@ 2016-03-09 21:48 ` Brian Norris
  2016-03-10  8:52   ` Artem Bityutskiy
  2016-03-10 18:50 ` Brian Norris
  2 siblings, 1 reply; 6+ messages in thread
From: Brian Norris @ 2016-03-09 21:48 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: David Woodhouse, linux-mtd, linux-kernel, Richard Weinberger,
	Artem Bityutskiy

On Wed, Mar 09, 2016 at 09:57:24PM +0100, Boris Brezillon wrote:
> Add myself as the maintainer of the NAND subsystem.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> Changes since v1:
> - rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
> - add Richard as a reviewer
> - add a git tree

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

Thanks for stepping up! I'll plan to take this tomorrow, and get it into
the next merge window. I'll leave it for another day, in case any others
want to weigh in.

> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4a..4afa65f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7393,6 +7393,17 @@ W:	https://www.myricom.com/support/downloads/myri10ge.html
>  S:	Supported
>  F:	drivers/net/ethernet/myricom/myri10ge/
>  
> +NAND FLASH SUBSYSTEM
> +M:	Boris Brezillon <boris.brezillon@free-electrons.com>
> +R:	Richard Weinberger <richard@nod.at>
> +L:	linux-mtd@lists.infradead.org
> +W:	http://www.linux-mtd.infradead.org/
> +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> +T:	git git://github.com/linux-nand/linux.git

We'll want to send this to Stephen Rothwell, once we've added this to
MAINTAINERS.

Brian

> +S:	Maintained
> +F:	drivers/mtd/nand/
> +F:	include/linux/mtd/nand*.h
> +
>  NATSEMI ETHERNET DRIVER (DP8381x)
>  S:	Orphan
>  F:	drivers/net/ethernet/natsemi/natsemi.c
> -- 
> 2.1.4
> 

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

* Re: [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
  2016-03-09 21:48 ` Brian Norris
@ 2016-03-10  8:52   ` Artem Bityutskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Artem Bityutskiy @ 2016-03-10  8:52 UTC (permalink / raw)
  To: Brian Norris, Boris Brezillon
  Cc: David Woodhouse, linux-mtd, linux-kernel, Richard Weinberger

On Wed, 2016-03-09 at 13:48 -0800, Brian Norris wrote:
> On Wed, Mar 09, 2016 at 09:57:24PM +0100, Boris Brezillon wrote:
> > 
> > Add myself as the maintainer of the NAND subsystem.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > ---
> > Changes since v1:
> > - rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
> > - add Richard as a reviewer
> > - add a git tree
> Acked-by: Brian Norris <computersforpeace@gmail.com>

Acked-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

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

* Re: [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
  2016-03-09 20:57 [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem Boris Brezillon
  2016-03-09 21:01 ` Richard Weinberger
  2016-03-09 21:48 ` Brian Norris
@ 2016-03-10 18:50 ` Brian Norris
  2016-03-11  9:58   ` Boris Brezillon
  2 siblings, 1 reply; 6+ messages in thread
From: Brian Norris @ 2016-03-10 18:50 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: David Woodhouse, linux-mtd, linux-kernel, Richard Weinberger

On Wed, Mar 09, 2016 at 09:57:24PM +0100, Boris Brezillon wrote:
> Add myself as the maintainer of the NAND subsystem.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> Changes since v1:
> - rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
> - add Richard as a reviewer
> - add a git tree

Pushed to linux-mtd.git.

I'll take any last NAND inclusions for this upcoming merge window
directly, but I'll generally defer to you to queue them up in your tree
first from then on.

Regards,
Brian

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

* Re: [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
  2016-03-10 18:50 ` Brian Norris
@ 2016-03-11  9:58   ` Boris Brezillon
  0 siblings, 0 replies; 6+ messages in thread
From: Boris Brezillon @ 2016-03-11  9:58 UTC (permalink / raw)
  To: Brian Norris; +Cc: David Woodhouse, linux-mtd, linux-kernel, Richard Weinberger

On Thu, 10 Mar 2016 10:50:59 -0800
Brian Norris <computersforpeace@gmail.com> wrote:

> On Wed, Mar 09, 2016 at 09:57:24PM +0100, Boris Brezillon wrote:
> > Add myself as the maintainer of the NAND subsystem.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > ---
> > Changes since v1:
> > - rename the MAINTAINERS entry to NAND FLASH SUBSYSTEM
> > - add Richard as a reviewer
> > - add a git tree
> 
> Pushed to linux-mtd.git.
> 
> I'll take any last NAND inclusions for this upcoming merge window
> directly, but I'll generally defer to you to queue them up in your tree
> first from then on.

Okay.

Thanks,

Boris

-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-03-11  9:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 20:57 [PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem Boris Brezillon
2016-03-09 21:01 ` Richard Weinberger
2016-03-09 21:48 ` Brian Norris
2016-03-10  8:52   ` Artem Bityutskiy
2016-03-10 18:50 ` Brian Norris
2016-03-11  9:58   ` Boris Brezillon

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