Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935492AbcJRPUX (ORCPT ); Tue, 18 Oct 2016 11:20:23 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:37339 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935263AbcJRPUN (ORCPT ); Tue, 18 Oct 2016 11:20:13 -0400 X-Auth-Info: +EU6oINir8N0ARV3e5+Se+pP3ZpR99TfedwR/R5FM3g= Subject: Re: [PATCH 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem To: Cyrille Pitchen , computersforpeace@gmail.com, linux-mtd@lists.infradead.org References: <0a3eaa21fb0f38743308c9cc9fc5d2373f4877de.1476802288.git.cyrille.pitchen@atmel.com> Cc: nicolas.ferre@atmel.com, boris.brezillon@free-electrons.com, linux-kernel@vger.kernel.org From: Marek Vasut Message-ID: Date: Tue, 18 Oct 2016 17:17:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <0a3eaa21fb0f38743308c9cc9fc5d2373f4877de.1476802288.git.cyrille.pitchen@atmel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1883 Lines: 55 On 10/18/2016 04:58 PM, Cyrille Pitchen wrote: > I would like to volunteer as a maintainer for the SPI NOR part of the MTD > subsystem. > > Over the last months, a significant number of SPI NOR related patches have > been submitted, some of them have been reviewed, but very few have finally > been merged. Hence, the number of pending SPI NOR related patches continues > to increase over the time. > > Through my work on SPI NOR memories from many manufacturers over the last > two years, I've gained a solid understanding of this technology. > I've already helped by reviewing patches from other contributors on the > mailing list, and would like to help getting those patches integrated by > volunteering as a maintainer for this specific area. > > Boris Brezillon has already stepped up as a maintainer for the NAND > sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in > the same way: I would be reviewing patches touching this area, collecting > them and sending pull requests to Brian Norris. > > Signed-off-by: Cyrille Pitchen Let me know if you need co-maintainer. > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 757f9c4b388d..73e9319b3f9f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11390,6 +11390,16 @@ W: http://www.st.com/spear > S: Maintained > F: drivers/clk/spear/ > > +SPI NOR SUBSYSTEM > +M: Cyrille Pitchen > +L: linux-mtd@lists.infradead.org > +W: http://www.linux-mtd.infradead.org/ > +Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ > +T: git git://github.com/spi-nor/linux.git > +S: Maintained > +F: drivers/mtd/spi-nor/ > +F: include/linux/mtd/spi-nor.h > + > SPI SUBSYSTEM > M: Mark Brown > L: linux-spi@vger.kernel.org > -- Best regards, Marek Vasut