On 27.02.23 16:24, Dario Binacchi wrote: > Hi Frieder, > > On Mon, Feb 13, 2023 at 10:47 AM Frieder Schrempf <frie...@fris.de> wrote: >> >> From: Frieder Schrempf <frieder.schre...@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.schre...@kontron.de> >> Cc: Jagan Teki <ja...@amarulasolutions.com> >> Cc: Dario Binacchi <dario.binac...@amarulasolutions.com> >> Cc: Michael Nazzareno Trimarchi <mich...@amarulasolutions.com> >> Cc: Tom Rini <tr...@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.binac...@amarulasolutions.com> >> +M: Michael Trimarchi <mich...@amarulasolutions.com> >> +R: Frieder Schrempf <frieder.schre...@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.schre...@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?