diff mbox

[v2] MAINTAINERS: add a maintainer for the NAND subsystem

Message ID 1457557044-7029-1-git-send-email-boris.brezillon@free-electrons.com
State Accepted
Commit 9df4f913eb39046fa57c4217bb3429a63e164000
Headers show

Commit Message

Boris Brezillon March 9, 2016, 8:57 p.m. UTC
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(+)

Comments

Richard Weinberger March 9, 2016, 9:01 p.m. UTC | #1
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
Brian Norris March 9, 2016, 9:48 p.m. UTC | #2
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
>
Artem Bityutskiy March 10, 2016, 8:52 a.m. UTC | #3
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>
Brian Norris March 10, 2016, 6:50 p.m. UTC | #4
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
Boris Brezillon March 11, 2016, 9:58 a.m. UTC | #5
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
diff mbox

Patch

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