From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d6Jye-0007kO-S0 for linux-mtd@lists.infradead.org; Thu, 04 May 2017 16:51:42 +0000 Received: by mail-pf0-x244.google.com with SMTP id b23so2779711pfc.0 for ; Thu, 04 May 2017 09:51:20 -0700 (PDT) Date: Thu, 4 May 2017 09:51:16 -0700 From: Brian Norris To: Boris Brezillon Cc: David Woodhouse , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org Subject: Re: [PATCH] MAINTAINERS: Update NAND subsystem git repositories Message-ID: <20170504165116.GA50116@google.com> References: <1493794135-23074-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493794135-23074-1-git-send-email-boris.brezillon@free-electrons.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > --- > 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 > 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 >