From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eR2dH-0008Jh-7k for linux-mtd@lists.infradead.org; Mon, 18 Dec 2017 21:07:39 +0000 Date: Mon, 18 Dec 2017 22:07:19 +0100 From: Boris Brezillon To: Stephen Rothwell Cc: David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Move all MTD related branches to a single repo Message-ID: <20171218220719.15339f2d@bbrezillon> In-Reply-To: <20171219075952.7953c361@canb.auug.org.au> References: <20171218154934.6674-1-boris.brezillon@free-electrons.com> <20171219075952.7953c361@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 19 Dec 2017 07:59:52 +1100 Stephen Rothwell wrote: > Hi Boris, > > On Mon, 18 Dec 2017 16:49:34 +0100 Boris Brezillon wrote: > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index aa71ab52fd76..10732ecfc937 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -8956,7 +8956,7 @@ 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://git.infradead.org/linux-mtd.git master > > -T: git git://git.infradead.org/l2-mtd.git master > > +T: git git://git.infradead.org/linux-mtd.git mtd/next > > Done. This is the l2-mtd tree. > > > S: Maintained > > F: Documentation/devicetree/bindings/mtd/ > > F: drivers/mtd/ > > @@ -9344,7 +9344,7 @@ 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://git.infradead.org/linux-mtd.git nand/fixes > > -T: git git://git.infradead.org/l2-mtd.git nand/next > > +T: git git://git.infradead.org/linux-mtd.git nand/next > > Done. This is the nand tree. I noticed that it has lost its four top commits. It should be fixed now. Just forgot to update the nand/next branch on linux-mtd :-/. > > > S: Maintained > > F: drivers/mtd/nand/ > > F: include/linux/mtd/*nand*.h > > @@ -12761,7 +12761,7 @@ 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://git.infradead.org/linux-mtd.git spi-nor/fixes > > -T: git git://git.infradead.org/l2-mtd.git spi-nor/next > > +T: git git://git.infradead.org/linux-mtd.git spi-nor/next > > Done. This is the spi-nor tree. > Thanks for updating your script so quickly. Boris