[PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers

From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://lists.denx.de/pipermail/u-boot/2023-February/508571.html
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git +F: drivers/mtd/nand/spi/ + SPI-NOR M: Jagan Teki jagan@amarulasolutions.com M: Vignesh R vigneshr@ti.com

From: Frieder Schrempf frieder.schrempf@kontron.de
As there are other types of NAND flashes like SPI NAND, let's be more specific.
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de --- MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index e40c401337..00ad83a8c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1166,13 +1166,6 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git F: drivers/mmc/
-NAND FLASH -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/ - NETWORK M: Joe Hershberger joe.hershberger@ni.com M: Ramon Fried rfried.dev@gmail.com @@ -1285,6 +1278,13 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git F: arch/powerpc/cpu/mpc85xx/
+RAW NAND +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/ + RISC-V M: Rick Chen rick@andestech.com M: Leo ycliang@andestech.com

Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://lists.denx.de/pipermail/u-boot/2023-February/508571.html
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de" Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Thanks and regards, Dario
SPI-NOR M: Jagan Teki jagan@amarulasolutions.com M: Vignesh R vigneshr@ti.com -- 2.39.1

On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?

On Tue, Feb 28, 2023 at 09:52:45AM +0100, Frieder Schrempf wrote:
On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?
What matters most is that get_maintainers.pl returns something useful and correct. So if you're only comfortable with SPI NAND, the above is fine, we have similar for SPI-NOR already.

On 28.02.23 15:48, Tom Rini wrote:
On Tue, Feb 28, 2023 at 09:52:45AM +0100, Frieder Schrempf wrote:
On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?
What matters most is that get_maintainers.pl returns something useful and correct. So if you're only comfortable with SPI NAND, the above is fine, we have similar for SPI-NOR already.
This sounds like an Ack from Tom, so can someone pick up this series, please?

Hi Frieder,
On Tue, Mar 28, 2023 at 10:00 AM Frieder Schrempf frieder.schrempf@kontron.de wrote:
On 28.02.23 15:48, Tom Rini wrote:
On Tue, Feb 28, 2023 at 09:52:45AM +0100, Frieder Schrempf wrote:
On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?
What matters most is that get_maintainers.pl returns something useful and correct. So if you're only comfortable with SPI NAND, the above is fine, we have similar for SPI-NOR already.
This sounds like an Ack from Tom, so can someone pick up this series, please?
I'll do it.
Thanks and reagrds, Dario

Hi Frieder,
On Tue, Mar 28, 2023 at 10:04 AM Dario Binacchi dario.binacchi@amarulasolutions.com wrote:
Hi Frieder,
On Tue, Mar 28, 2023 at 10:00 AM Frieder Schrempf frieder.schrempf@kontron.de wrote:
On 28.02.23 15:48, Tom Rini wrote:
On Tue, Feb 28, 2023 at 09:52:45AM +0100, Frieder Schrempf wrote:
On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?
What matters most is that get_maintainers.pl returns something useful and correct. So if you're only comfortable with SPI NAND, the above is fine, we have similar for SPI-NOR already.
This sounds like an Ack from Tom, so can someone pick up this series, please?
I'll do it.
Thanks and reagrds, Dario
--
Dario Binacchi
Senior Embedded Linux Developer
dario.binacchi@amarulasolutions.com
Amarula Solutions SRL
Via Le Canevare 30, 31100 Treviso, Veneto, IT
T. +39 042 243 5310 info@amarulasolutions.com
www.amarulasolutions.com
Applied to nand-next,
Thanks and regards Dario

On Tue, Feb 28, 2023 at 2:22 PM Frieder Schrempf frieder.schrempf@kontron.de wrote:
On 27.02.23 16:24, Dario Binacchi wrote:
Hi Frieder,
On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf frieder@fris.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer.
[1] https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx...
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de Cc: Jagan Teki jagan@amarulasolutions.com Cc: Dario Binacchi dario.binacchi@amarulasolutions.com Cc: Michael Nazzareno Trimarchi michael@amarulasolutions.com Cc: Tom Rini trini@konsulko.com
MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b9c505d5fa..e40c401337 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,14 @@ T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... F: drivers/spi/ F: include/spi*
+SPI NAND +M: Dario Binacchi dario.binacchi@amarulasolutions.com +M: Michael Trimarchi michael@amarulasolutions.com +R: Frieder Schrempf frieder.schrempf@kontron.de +S: Maintained +T: git https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.den... +F: drivers/mtd/nand/spi/
Please re-send a single patch where you only consider drivers/mtd/nand for NAND FLASH in order to be as similar as possible to the Linux kernel MAINTAINERS file. Add to it "+R: Frieder Schrempf frieder.schrempf@kontron.de"
Actually, I don't really like to be listed as reviewer for the whole NAND subsystem. I only have limited time and knowledge and SPI NAND is an area I feel I can provide help.
Neither SPI NAND nor RAW NAND exists in the Linux kernel MAINTAINERS file.
Is there a requirement to have MAINTAINERS in sync with Linux?
For SPI NAND Core functionalities yes, but it would be better if it wouldn't be direct sync.
Thanks, Jagan.
participants (5)
-
Dario Binacchi
-
Frieder Schrempf
-
Frieder Schrempf
-
Jagan Teki
-
Tom Rini