diff mbox series

[2/2] MAINTAINERS: MTD Git repository is hosted on kernel.org

Message ID 20190401150938.10607-2-miquel.raynal@bootlin.com
State Changes Requested
Headers show
Series [1/2] MAINTAINERS: Add myself as MTD maintainer | expand

Commit Message

Miquel Raynal April 1, 2019, 3:09 p.m. UTC
Because of the slowness of the infradead.org server, Linus requested
that we send him PRs from another domain. We moved our Git repository
to kernel.org and maintain the following branches:
* Fixes based on the last -rc: mtd/fixes, nand/fixes, spi-nor/fixes.
* Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 MAINTAINERS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Miquel Raynal April 2, 2019, 9:08 a.m. UTC | #1
Hello,

Miquel Raynal <miquel.raynal@bootlin.com> wrote on Mon,  1 Apr 2019
17:09:38 +0200:

> Because of the slowness of the infradead.org server, Linus requested
> that we send him PRs from another domain. We moved our Git repository
> to kernel.org and maintain the following branches:
> * Fixes based on the last -rc: mtd/fixes, nand/fixes, spi-nor/fixes.
> * Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>  MAINTAINERS | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 383915d69a51..45b4d4ad5907 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10004,8 +10004,8 @@ M:	Vignesh Raghavendra <vigneshr@ti.com>
>  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/linux-mtd.git mtd/next
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/mtd/
>  F:	drivers/mtd/
> @@ -10617,8 +10617,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://git.infradead.org/linux-mtd.git nand/fixes
> -T:	git git://git.infradead.org/linux-mtd.git nand/next
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/fixes
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
>  S:	Maintained
>  F:	drivers/mtd/nand/
>  F:	include/linux/mtd/*nand*.h
> @@ -14603,8 +14603,8 @@ M:	Tudor Ambarus <tudor.ambarus@microchip.com>
>  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/linux-mtd.git spi-nor/next
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/fixes
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
>  S:	Maintained
>  F:	drivers/mtd/spi-nor/
>  F:	include/linux/mtd/spi-nor.h

Actually the nand/fixes and spi-nor/fixes branches are not going to be
used anymore, so let's drop them.

Miquèl
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 383915d69a51..45b4d4ad5907 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10004,8 +10004,8 @@  M:	Vignesh Raghavendra <vigneshr@ti.com>
 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/linux-mtd.git mtd/next
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
 S:	Maintained
 F:	Documentation/devicetree/bindings/mtd/
 F:	drivers/mtd/
@@ -10617,8 +10617,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://git.infradead.org/linux-mtd.git nand/fixes
-T:	git git://git.infradead.org/linux-mtd.git nand/next
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/fixes
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
 S:	Maintained
 F:	drivers/mtd/nand/
 F:	include/linux/mtd/*nand*.h
@@ -14603,8 +14603,8 @@  M:	Tudor Ambarus <tudor.ambarus@microchip.com>
 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/linux-mtd.git spi-nor/next
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/fixes
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
 S:	Maintained
 F:	drivers/mtd/spi-nor/
 F:	include/linux/mtd/spi-nor.h