All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers
@ 2022-06-29 15:57 Michael Trimarchi
  2022-06-29 16:17 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Trimarchi @ 2022-06-29 15:57 UTC (permalink / raw)
  To: u-boot; +Cc: Dario Binacchi, Tom Rini

Both of us are working on Nand subsystem on several architectures and
we have boards and projects to improve the subsystem in uboot. The idea
is to garantee quick feedback on patches sent on mailing list and most
of the time the possibilities to test them.

Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a15ba7abdc..7f27ff4c20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1064,8 +1064,9 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
 F:	drivers/mmc/
 
 NAND FLASH
-#M:	Scott Wood <oss@buserror.net>
-S:	Orphaned (Since 2018-07)
+M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>
+M:	Michael Trimarchi <michael@amarulasolutions.com>
+S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
 F:	drivers/mtd/nand/raw/
 
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers
  2022-06-29 15:57 [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers Michael Trimarchi
@ 2022-06-29 16:17 ` Tom Rini
  2022-06-30  7:57 ` Frieder Schrempf
  2022-07-03 18:09 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-06-29 16:17 UTC (permalink / raw)
  To: Michael Trimarchi; +Cc: u-boot, Dario Binacchi

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

On Wed, Jun 29, 2022 at 05:57:51PM +0200, Michael Trimarchi wrote:

> Both of us are working on Nand subsystem on several architectures and
> we have boards and projects to improve the subsystem in uboot. The idea
> is to garantee quick feedback on patches sent on mailing list and most
> of the time the possibilities to test them.
> 
> Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Cc: Tom Rini <trini@konsulko.com>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Acked-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers
  2022-06-29 15:57 [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers Michael Trimarchi
  2022-06-29 16:17 ` Tom Rini
@ 2022-06-30  7:57 ` Frieder Schrempf
  2022-07-03 18:09 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Frieder Schrempf @ 2022-06-30  7:57 UTC (permalink / raw)
  To: Michael Trimarchi, u-boot; +Cc: Dario Binacchi, Tom Rini

Am 29.06.22 um 17:57 schrieb Michael Trimarchi:
> Both of us are working on Nand subsystem on several architectures and
> we have boards and projects to improve the subsystem in uboot. The idea
> is to garantee quick feedback on patches sent on mailing list and most
> of the time the possibilities to test them.
> 
> Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Cc: Tom Rini <trini@konsulko.com>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Thanks for stepping up to do the maintenance work for NAND in U-Boot!

Nitpick: In the future you might want to capitalize "NAND" as it's an
acronym. ;)

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

* Re: [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers
  2022-06-29 15:57 [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers Michael Trimarchi
  2022-06-29 16:17 ` Tom Rini
  2022-06-30  7:57 ` Frieder Schrempf
@ 2022-07-03 18:09 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-07-03 18:09 UTC (permalink / raw)
  To: Michael Trimarchi; +Cc: u-boot, Dario Binacchi

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

On Wed, Jun 29, 2022 at 05:57:51PM +0200, Michael Trimarchi wrote:

> Both of us are working on Nand subsystem on several architectures and
> we have boards and projects to improve the subsystem in uboot. The idea
> is to garantee quick feedback on patches sent on mailing list and most
> of the time the possibilities to test them.
> 
> Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Cc: Tom Rini <trini@konsulko.com>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> Acked-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-07-03 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 15:57 [PATCH] MAINTAINERS: Add Dario and Michael as nand maintainers Michael Trimarchi
2022-06-29 16:17 ` Tom Rini
2022-06-30  7:57 ` Frieder Schrempf
2022-07-03 18:09 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.