linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update NAND subsystem git repositories
@ 2017-05-03  6:48 Boris Brezillon
  2017-05-03 22:27 ` Richard Weinberger
  2017-05-04 16:51 ` Brian Norris
  0 siblings, 2 replies; 5+ messages in thread
From: Boris Brezillon @ 2017-05-03  6:48 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, linux-mtd

NAND branches are now hosted on MTD repos, nand/next is on l2-mtd and
nand/fixes will be on linux-mtd.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a84d0022d57..4aa9ca992ad4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8605,7 +8605,8 @@ 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
+T:	git git://git.infradead.org/linux-mtd.git
+T:	git git://git.infradead.org/l2-mtd.git
 S:	Maintained
 F:	drivers/mtd/nand/
 F:	include/linux/mtd/nand*.h
-- 
2.7.4

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

* Re: [PATCH] MAINTAINERS: Update NAND subsystem git repositories
  2017-05-03  6:48 [PATCH] MAINTAINERS: Update NAND subsystem git repositories Boris Brezillon
@ 2017-05-03 22:27 ` Richard Weinberger
  2017-05-04 16:51 ` Brian Norris
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Weinberger @ 2017-05-03 22:27 UTC (permalink / raw)
  To: Boris Brezillon, David Woodhouse, Brian Norris, Marek Vasut,
	Cyrille Pitchen, linux-mtd

Am 03.05.2017 um 08:48 schrieb Boris Brezillon:
> NAND branches are now hosted on MTD repos, nand/next is on l2-mtd and
> nand/fixes will be on linux-mtd.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a84d0022d57..4aa9ca992ad4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8605,7 +8605,8 @@ 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
> +T:	git git://git.infradead.org/linux-mtd.git
> +T:	git git://git.infradead.org/l2-mtd.git

This is great! :-)

Thanks,
//richard

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

* Re: [PATCH] MAINTAINERS: Update NAND subsystem git repositories
  2017-05-03  6:48 [PATCH] MAINTAINERS: Update NAND subsystem git repositories Boris Brezillon
  2017-05-03 22:27 ` Richard Weinberger
@ 2017-05-04 16:51 ` Brian Norris
  2017-05-04 17:28   ` Boris Brezillon
  1 sibling, 1 reply; 5+ messages in thread
From: Brian Norris @ 2017-05-04 16:51 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: David Woodhouse, Marek Vasut, Richard Weinberger, Cyrille Pitchen,
	linux-mtd

On Wed, May 03, 2017 at 08:48:55AM +0200, Boris Brezillon wrote:
> NAND branches are now hosted on MTD repos, nand/next is on l2-mtd and
> nand/fixes will be on linux-mtd.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a84d0022d57..4aa9ca992ad4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8605,7 +8605,8 @@ 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
> +T:	git git://git.infradead.org/linux-mtd.git
> +T:	git git://git.infradead.org/l2-mtd.git

Do you want to include the branch names there? I suppose we could do the
same for the main MTD entry too...

Brian

>  S:	Maintained
>  F:	drivers/mtd/nand/
>  F:	include/linux/mtd/nand*.h
> -- 
> 2.7.4
> 

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

* Re: [PATCH] MAINTAINERS: Update NAND subsystem git repositories
  2017-05-04 16:51 ` Brian Norris
@ 2017-05-04 17:28   ` Boris Brezillon
  2017-05-11  1:27     ` Brian Norris
  0 siblings, 1 reply; 5+ messages in thread
From: Boris Brezillon @ 2017-05-04 17:28 UTC (permalink / raw)
  To: Brian Norris
  Cc: David Woodhouse, Marek Vasut, Richard Weinberger, Cyrille Pitchen,
	linux-mtd

On Thu, 4 May 2017 09:51:16 -0700
Brian Norris <computersforpeace@gmail.com> wrote:

> On Wed, May 03, 2017 at 08:48:55AM +0200, Boris Brezillon wrote:
> > NAND branches are now hosted on MTD repos, nand/next is on l2-mtd and
> > nand/fixes will be on linux-mtd.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > ---
> >  MAINTAINERS | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9a84d0022d57..4aa9ca992ad4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8605,7 +8605,8 @@ 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
> > +T:	git git://git.infradead.org/linux-mtd.git
> > +T:	git git://git.infradead.org/l2-mtd.git  
> 
> Do you want to include the branch names there?

Yep, we could do that. Do you plan to take the patch in your tree? If
you do, can you fix that when applying?

Thanks,

Boris

> I suppose we could do the
> same for the main MTD entry too...
> 
> Brian
> 
> >  S:	Maintained
> >  F:	drivers/mtd/nand/
> >  F:	include/linux/mtd/nand*.h
> > -- 
> > 2.7.4
> >   

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

* Re: [PATCH] MAINTAINERS: Update NAND subsystem git repositories
  2017-05-04 17:28   ` Boris Brezillon
@ 2017-05-11  1:27     ` Brian Norris
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Norris @ 2017-05-11  1:27 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: David Woodhouse, Marek Vasut, Richard Weinberger, Cyrille Pitchen,
	linux-mtd

On Thu, May 04, 2017 at 07:28:14PM +0200, Boris Brezillon wrote:
> On Thu, 4 May 2017 09:51:16 -0700
> Brian Norris <computersforpeace@gmail.com> wrote:
> 
> > On Wed, May 03, 2017 at 08:48:55AM +0200, Boris Brezillon wrote:
> > > NAND branches are now hosted on MTD repos, nand/next is on l2-mtd and
> > > nand/fixes will be on linux-mtd.
> > > 
> > > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > > ---
> > >  MAINTAINERS | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 9a84d0022d57..4aa9ca992ad4 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -8605,7 +8605,8 @@ 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
> > > +T:	git git://git.infradead.org/linux-mtd.git
> > > +T:	git git://git.infradead.org/l2-mtd.git  
> > 
> > Do you want to include the branch names there?
> 
> Yep, we could do that. Do you plan to take the patch in your tree? If
> you do, can you fix that when applying?

Applied, with branch names added. (Holler if I got something wrong.)

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

end of thread, other threads:[~2017-05-11  1:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-03  6:48 [PATCH] MAINTAINERS: Update NAND subsystem git repositories Boris Brezillon
2017-05-03 22:27 ` Richard Weinberger
2017-05-04 16:51 ` Brian Norris
2017-05-04 17:28   ` Boris Brezillon
2017-05-11  1:27     ` 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).