diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2022-06-29 17:57:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-01 16:00:54 -0400 |
commit | 975918f6a14374f21f094ed5f5262e959190a9d2 (patch) | |
tree | 5cc7164503ab0c281d2005c8b5fbb99c97bbaebf /MAINTAINERS | |
parent | 04b26c98965c11161031425a9494c25f0f2353b0 (diff) | |
download | u-boot-975918f6a14374f21f094ed5f5262e959190a9d2.tar.gz |
MAINTAINERS: Add Dario and Michael as NAND maintainers
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 guarantee 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>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Acked-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files 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/ |