linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer
@ 2019-01-15 16:57 Tudor.Ambarus
  2019-01-15 17:10 ` Boris Brezillon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tudor.Ambarus @ 2019-01-15 16:57 UTC (permalink / raw)
  To: marek.vasut, boris.brezillon, richard, dwmw2, computersforpeace,
	miquel.raynal, linux-mtd, linux-kernel
  Cc: Tudor.Ambarus

From: Tudor Ambarus <tudor.ambarus@microchip.com>

I have been reviewing and contributing to the SPI NOR subsystem
for the last few months and I'm willing to continue doing so.
Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6682420421c1..7deb0e91e3ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14081,6 +14081,7 @@ F:	arch/arm/mach-spear/
 
 SPI NOR SUBSYSTEM
 M:	Marek Vasut <marek.vasut@gmail.com>
+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/
-- 
2.9.4


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

* Re: [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer
  2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
@ 2019-01-15 17:10 ` Boris Brezillon
  2019-01-15 17:53 ` Miquel Raynal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Boris Brezillon @ 2019-01-15 17:10 UTC (permalink / raw)
  To: Tudor.Ambarus
  Cc: marek.vasut, boris.brezillon, richard, dwmw2, computersforpeace,
	miquel.raynal, linux-mtd, linux-kernel

Hi Tudor,

On Tue, 15 Jan 2019 16:57:52 +0000
<Tudor.Ambarus@microchip.com> wrote:

> From: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> I have been reviewing and contributing to the SPI NOR subsystem
> for the last few months and I'm willing to continue doing so.
> Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.

I'll wait a bit before applying this patch to let other maintainers ack
or nack it if they want, but I must say that's a huge relief for me to
have a new person handling SPI NOR patches on board.

Thanks a lot for doing that.

Regards,

Boris

> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6682420421c1..7deb0e91e3ed 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14081,6 +14081,7 @@ F:	arch/arm/mach-spear/
>  
>  SPI NOR SUBSYSTEM
>  M:	Marek Vasut <marek.vasut@gmail.com>
> +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/


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

* Re: [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer
  2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
  2019-01-15 17:10 ` Boris Brezillon
@ 2019-01-15 17:53 ` Miquel Raynal
  2019-01-15 17:54 ` Marek Vasut
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Miquel Raynal @ 2019-01-15 17:53 UTC (permalink / raw)
  To: Tudor.Ambarus
  Cc: marek.vasut, boris.brezillon, richard, dwmw2, computersforpeace,
	linux-mtd, linux-kernel

Hi Tudor,

<Tudor.Ambarus@microchip.com> wrote on Tue, 15 Jan 2019 16:57:52 +0000:

> From: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> I have been reviewing and contributing to the SPI NOR subsystem
> for the last few months and I'm willing to continue doing so.
> Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Welcome :)

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


Thanks,
Miquèl

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

* Re: [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer
  2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
  2019-01-15 17:10 ` Boris Brezillon
  2019-01-15 17:53 ` Miquel Raynal
@ 2019-01-15 17:54 ` Marek Vasut
  2019-01-15 18:15 ` Richard Weinberger
  2019-01-16 12:57 ` Boris Brezillon
  4 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-01-15 17:54 UTC (permalink / raw)
  To: Tudor.Ambarus, boris.brezillon, richard, dwmw2,
	computersforpeace, miquel.raynal, linux-mtd, linux-kernel

On 1/15/19 5:57 PM, Tudor.Ambarus@microchip.com wrote:
> From: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> I have been reviewing and contributing to the SPI NOR subsystem
> for the last few months and I'm willing to continue doing so.
> Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Acked-by: Marek Vasut <marek.vasut@gmail.com>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6682420421c1..7deb0e91e3ed 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14081,6 +14081,7 @@ F:	arch/arm/mach-spear/
>  
>  SPI NOR SUBSYSTEM
>  M:	Marek Vasut <marek.vasut@gmail.com>
> +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/
> 


-- 
Best regards,
Marek Vasut

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

* Re: [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer
  2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
                   ` (2 preceding siblings ...)
  2019-01-15 17:54 ` Marek Vasut
@ 2019-01-15 18:15 ` Richard Weinberger
  2019-01-16 12:57 ` Boris Brezillon
  4 siblings, 0 replies; 6+ messages in thread
From: Richard Weinberger @ 2019-01-15 18:15 UTC (permalink / raw)
  To: Tudor.Ambarus
  Cc: marek.vasut, boris.brezillon, dwmw2, computersforpeace,
	miquel.raynal, linux-mtd, linux-kernel

Am Dienstag, 15. Januar 2019, 17:57:52 CET schrieb Tudor.Ambarus@microchip.com:
> From: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> I have been reviewing and contributing to the SPI NOR subsystem
> for the last few months and I'm willing to continue doing so.
> Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6682420421c1..7deb0e91e3ed 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14081,6 +14081,7 @@ F:	arch/arm/mach-spear/
>  
>  SPI NOR SUBSYSTEM
>  M:	Marek Vasut <marek.vasut@gmail.com>
> +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/

Nice to have you on board! :-)

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

Thanks,
//richard




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

* Re: MAINTAINERS: add myself as SPI NOR co-maintainer
  2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
                   ` (3 preceding siblings ...)
  2019-01-15 18:15 ` Richard Weinberger
@ 2019-01-16 12:57 ` Boris Brezillon
  4 siblings, 0 replies; 6+ messages in thread
From: Boris Brezillon @ 2019-01-16 12:57 UTC (permalink / raw)
  To: Tudor.Ambarus, marek.vasut, boris.brezillon, richard, dwmw2,
	computersforpeace, miquel.raynal, linux-mtd, linux-kernel
  Cc: Boris Brezillon

From: Boris Brezillon <boris.brezillon@bootlin.com>

On Tue, 2019-01-15 at 16:57:52 UTC,  wrote:
> From: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> I have been reviewing and contributing to the SPI NOR subsystem
> for the last few months and I'm willing to continue doing so.
> Volunteer as a maintainer for the SPI NOR part of the MTD subsystem.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
> Acked-by: Marek Vasut <marek.vasut@gmail.com>
> Acked-by: Richard Weinberger <richard@nod.at>

Applied to http://git.infradead.org/linux-mtd.git spi-nor/next, thanks.

Boris

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

end of thread, other threads:[~2019-01-16 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 16:57 [PATCH] MAINTAINERS: add myself as SPI NOR co-maintainer Tudor.Ambarus
2019-01-15 17:10 ` Boris Brezillon
2019-01-15 17:53 ` Miquel Raynal
2019-01-15 17:54 ` Marek Vasut
2019-01-15 18:15 ` Richard Weinberger
2019-01-16 12:57 ` Boris Brezillon

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