All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
@ 2023-02-13  9:46 Frieder Schrempf
  2023-02-13  9:46 ` [PATCH 2/2] MAINTAINERS: Rename NAND FLASH to RAW NAND Frieder Schrempf
  2023-02-27 15:24 ` [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Dario Binacchi
  0 siblings, 2 replies; 9+ messages in thread
From: Frieder Schrempf @ 2023-02-13  9:46 UTC (permalink / raw)
  To: u-boot
  Cc: Frieder Schrempf, Jagan Teki, Dario Binacchi,
	Michael Nazzareno Trimarchi, Tom Rini, Damien Le Moal,
	Ilias Apalodimas, Marek Behún, Michal Simek,
	Philippe Reynes, Sean Anderson, Simon Glass, Stefan Roese,
	William Zhang

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>
-- 
2.39.1


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

* [PATCH 2/2] MAINTAINERS: Rename NAND FLASH to RAW NAND
  2023-02-13  9:46 [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Frieder Schrempf
@ 2023-02-13  9:46 ` Frieder Schrempf
  2023-02-27 15:24 ` [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Dario Binacchi
  1 sibling, 0 replies; 9+ messages in thread
From: Frieder Schrempf @ 2023-02-13  9:46 UTC (permalink / raw)
  To: u-boot
  Cc: Frieder Schrempf, Damien Le Moal, Ilias Apalodimas,
	Marek Behún, Michal Simek, Philippe Reynes, Sean Anderson,
	Simon Glass, Stefan Roese, William Zhang

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>
-- 
2.39.1


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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-02-13  9:46 [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Frieder Schrempf
  2023-02-13  9:46 ` [PATCH 2/2] MAINTAINERS: Rename NAND FLASH to RAW NAND Frieder Schrempf
@ 2023-02-27 15:24 ` Dario Binacchi
  2023-02-28  8:52   ` Frieder Schrempf
  1 sibling, 1 reply; 9+ messages in thread
From: Dario Binacchi @ 2023-02-27 15:24 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: u-boot, Frieder Schrempf, Jagan Teki,
	Michael Nazzareno Trimarchi, Tom Rini, Damien Le Moal,
	Ilias Apalodimas, Marek Behún, Michal Simek,
	Philippe Reynes, Sean Anderson, Simon Glass, Stefan Roese,
	William Zhang

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
>


-- 

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

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-02-27 15:24 ` [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Dario Binacchi
@ 2023-02-28  8:52   ` Frieder Schrempf
  2023-02-28 14:48     ` Tom Rini
  2023-02-28 14:57     ` Jagan Teki
  0 siblings, 2 replies; 9+ messages in thread
From: Frieder Schrempf @ 2023-02-28  8:52 UTC (permalink / raw)
  To: Dario Binacchi, Frieder Schrempf
  Cc: u-boot, Jagan Teki, Michael Nazzareno Trimarchi, Tom Rini,
	Damien Le Moal, Ilias Apalodimas, Marek Behún, Michal Simek,
	Philippe Reynes, Sean Anderson, Simon Glass, Stefan Roese,
	William Zhang

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
>>
>> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
>>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
>> +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?

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-02-28  8:52   ` Frieder Schrempf
@ 2023-02-28 14:48     ` Tom Rini
  2023-03-28  8:00       ` Frieder Schrempf
  2023-02-28 14:57     ` Jagan Teki
  1 sibling, 1 reply; 9+ messages in thread
From: Tom Rini @ 2023-02-28 14:48 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: Dario Binacchi, Frieder Schrempf, u-boot, Jagan Teki,
	Michael Nazzareno Trimarchi, Damien Le Moal, Ilias Apalodimas,
	Marek Behún, Michal Simek, Philippe Reynes, Sean Anderson,
	Simon Glass, Stefan Roese, William Zhang

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

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
> >>
> >> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
> >>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
> >> +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.

-- 
Tom

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

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-02-28  8:52   ` Frieder Schrempf
  2023-02-28 14:48     ` Tom Rini
@ 2023-02-28 14:57     ` Jagan Teki
  1 sibling, 0 replies; 9+ messages in thread
From: Jagan Teki @ 2023-02-28 14:57 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: Dario Binacchi, Frieder Schrempf, u-boot,
	Michael Nazzareno Trimarchi, Tom Rini, Damien Le Moal,
	Ilias Apalodimas, Marek Behún, Michal Simek,
	Philippe Reynes, Sean Anderson, Simon Glass, Stefan Roese,
	William Zhang

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
> >>
> >> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
> >>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
> >> +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.

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-02-28 14:48     ` Tom Rini
@ 2023-03-28  8:00       ` Frieder Schrempf
  2023-03-28  8:04         ` Dario Binacchi
  0 siblings, 1 reply; 9+ messages in thread
From: Frieder Schrempf @ 2023-03-28  8:00 UTC (permalink / raw)
  To: Tom Rini
  Cc: Dario Binacchi, Frieder Schrempf, u-boot, Jagan Teki,
	Michael Nazzareno Trimarchi, Damien Le Moal, Ilias Apalodimas,
	Marek Behún, Michal Simek, Philippe Reynes, Sean Anderson,
	Simon Glass, Stefan Roese, William Zhang

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
>>>>
>>>> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
>>>>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
>>>> +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?

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-03-28  8:00       ` Frieder Schrempf
@ 2023-03-28  8:04         ` Dario Binacchi
  2023-04-17  8:30           ` Dario Binacchi
  0 siblings, 1 reply; 9+ messages in thread
From: Dario Binacchi @ 2023-03-28  8:04 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: Tom Rini, Frieder Schrempf, u-boot, Jagan Teki,
	Michael Nazzareno Trimarchi, Damien Le Moal, Ilias Apalodimas,
	Marek Behún, Michal Simek, Philippe Reynes, Sean Anderson,
	Simon Glass, Stefan Roese, William Zhang

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
> >>>>
> >>>> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
> >>>>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
> >>>> +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

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

* Re: [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
  2023-03-28  8:04         ` Dario Binacchi
@ 2023-04-17  8:30           ` Dario Binacchi
  0 siblings, 0 replies; 9+ messages in thread
From: Dario Binacchi @ 2023-04-17  8:30 UTC (permalink / raw)
  To: Frieder Schrempf
  Cc: Tom Rini, Frieder Schrempf, u-boot, Jagan Teki,
	Michael Nazzareno Trimarchi, Damien Le Moal, Ilias Apalodimas,
	Marek Behún, Michal Simek, Philippe Reynes, Sean Anderson,
	Simon Glass, Stefan Roese, William Zhang

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.de%2Fpipermail%2Fu-boot%2F2023-February%2F508571.html&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HDR%2BwouzdpqPFWPdvnZWRXSyjc94T%2F0pPHaXTYNrsM%3D&reserved=0
> > >>>>
> > >>>> 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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-spi.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=RPFcfbNZYy7sKTu8PruDhcIDts7ufkzrUtPr1cR8yhw%3D&reserved=0
> > >>>>  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.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-nand-flash.git&data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C0ec7e2ff745f4303d31208db18d6c423%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638131082918732044%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pGjKSC7chQZ4%2BvT7QVNDdselY2P4llM5AeEMLTjzYUI%3D&reserved=0
> > >>>> +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

-- 

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

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

end of thread, other threads:[~2023-04-17  8:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  9:46 [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Frieder Schrempf
2023-02-13  9:46 ` [PATCH 2/2] MAINTAINERS: Rename NAND FLASH to RAW NAND Frieder Schrempf
2023-02-27 15:24 ` [PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers Dario Binacchi
2023-02-28  8:52   ` Frieder Schrempf
2023-02-28 14:48     ` Tom Rini
2023-03-28  8:00       ` Frieder Schrempf
2023-03-28  8:04         ` Dario Binacchi
2023-04-17  8:30           ` Dario Binacchi
2023-02-28 14:57     ` Jagan Teki

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.