linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
@ 2019-04-05  8:03 Miquel Raynal
  2019-04-05  8:17 ` Richard Weinberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Miquel Raynal @ 2019-04-05  8:03 UTC (permalink / raw)
  To: Richard Weinberger, David Woodhouse, Brian Norris, Marek Vasut,
	Tudor Ambarus, Vignesh Raghavendra, linux-mtd
  Cc: Miquel Raynal

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
* Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---

Changes in v2:
* Drop nand/fixes and spi-nor/fixes, we won't use them.


 MAINTAINERS | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 383915d69a51..ef6a56141344 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,7 @@ 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/next
 S:	Maintained
 F:	drivers/mtd/nand/
 F:	include/linux/mtd/*nand*.h
@@ -14603,8 +14602,7 @@ 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/next
 S:	Maintained
 F:	drivers/mtd/spi-nor/
 F:	include/linux/mtd/spi-nor.h
-- 
2.19.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
  2019-04-05  8:03 [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org Miquel Raynal
@ 2019-04-05  8:17 ` Richard Weinberger
  2019-04-05  8:38 ` Tudor.Ambarus
  2019-04-09 16:33 ` Vignesh Raghavendra
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2019-04-05  8:17 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Vignesh Raghavendra, Tudor Ambarus, Marek Vasut, linux-mtd,
	Brian Norris, David Woodhouse

Am Freitag, 5. April 2019, 10:03:42 CEST schrieb Miquel Raynal:
> 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
> * Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> 
> Changes in v2:
> * Drop nand/fixes and spi-nor/fixes, we won't use them.
> 
> 
>  MAINTAINERS | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 383915d69a51..ef6a56141344 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,7 @@ 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/next
>  S:	Maintained
>  F:	drivers/mtd/nand/
>  F:	include/linux/mtd/*nand*.h
> @@ -14603,8 +14602,7 @@ 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/next
>  S:	Maintained
>  F:	drivers/mtd/spi-nor/
>  F:	include/linux/mtd/spi-nor.h
> 

Acked-by: Richard Weinberger <richard@nod.at>

Thanks,
//richard



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
  2019-04-05  8:03 [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org Miquel Raynal
  2019-04-05  8:17 ` Richard Weinberger
@ 2019-04-05  8:38 ` Tudor.Ambarus
  2019-04-09 16:33 ` Vignesh Raghavendra
  2 siblings, 0 replies; 4+ messages in thread
From: Tudor.Ambarus @ 2019-04-05  8:38 UTC (permalink / raw)
  To: miquel.raynal, richard, dwmw2, computersforpeace, marek.vasut,
	vigneshr, linux-mtd



On 04/05/2019 11:03 AM, Miquel Raynal wrote:
> External E-Mail
> 
> 
> 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
> * Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> 
> Changes in v2:
> * Drop nand/fixes and spi-nor/fixes, we won't use them.
> 
> 
>  MAINTAINERS | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)

Acked-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Thanks,
ta
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org
  2019-04-05  8:03 [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org Miquel Raynal
  2019-04-05  8:17 ` Richard Weinberger
  2019-04-05  8:38 ` Tudor.Ambarus
@ 2019-04-09 16:33 ` Vignesh Raghavendra
  2 siblings, 0 replies; 4+ messages in thread
From: Vignesh Raghavendra @ 2019-04-09 16:33 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, David Woodhouse, Brian Norris,
	Marek Vasut, Tudor Ambarus, linux-mtd



On 05-Apr-19 1:33 PM, Miquel Raynal wrote:
> 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
> * Next branch based usually on -rc1: mtd/next, nand/next, spi-nor/next.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> 
> Changes in v2:
> * Drop nand/fixes and spi-nor/fixes, we won't use them.
> 
> 
>  MAINTAINERS | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 

Acked-by: Vignesh Raghavendra <vigneshr@ti.com>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 383915d69a51..ef6a56141344 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,7 @@ 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/next
>  S:	Maintained
>  F:	drivers/mtd/nand/
>  F:	include/linux/mtd/*nand*.h
> @@ -14603,8 +14602,7 @@ 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/next
>  S:	Maintained
>  F:	drivers/mtd/spi-nor/
>  F:	include/linux/mtd/spi-nor.h
> 

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-04-09 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05  8:03 [PATCH v2] MAINTAINERS: MTD Git repository is hosted on kernel.org Miquel Raynal
2019-04-05  8:17 ` Richard Weinberger
2019-04-05  8:38 ` Tudor.Ambarus
2019-04-09 16:33 ` Vignesh Raghavendra

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).