Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945269AbcJSPeB (ORCPT ); Wed, 19 Oct 2016 11:34:01 -0400 Received: from smtpout.microchip.com ([198.175.253.82]:35572 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S938803AbcJSPeA (ORCPT ); Wed, 19 Oct 2016 11:34:00 -0400 From: Cyrille Pitchen To: , CC: , , , , Cyrille Pitchen Subject: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem Date: Wed, 19 Oct 2016 17:34:49 +0200 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: H4sIAAAAAAAAC+NgFvrIosTGxcLF5cOimzaJPcLg0Mud13ktOqasYrK492kbo8W06e+YLe5fO81icX3ePmYH1gCGKNbMvKT8igTWjLUdL5kLtgpUzF2wjK2B8TJvFyMXh5DAekaJ60eusnYxcnKwCRhKvH1wFMjm4BARcJC4NkEfJMwssBCo5oQSiC0s4C+x59VWRhCbRUBVonXPL2YQm1cgXmL1209gtoSAnMTNc51QcUGJkzOfsEDMkZA4+OIFWFxIQE1iYcsKqPpAiS9/bkHZThL/V85kh7DtJA5PvwhlO0jcvz+DDabm4NbnULa2xPZX+1ghbB2JbQf7WSBsW4k9MyYyQdjuEg8eLYeyfSVmPWyAqomSONX/mXUCo9gsJKfOQnLqAkamVYzSzh5+usFhuq4Rzh4GZnq5yRkFurmJmXl6yfm5mxgh0ZG9g/FMm/8hRkkOJiVR3q2TzocL8SXlp1RmJBZnxBeV5qQWH2KU4OBREuE9tAwox1tckJhbnJkOk5Lh4FCS4L0AkhIsSk1PrUjLzClJLYJIn2KUlBLnvQeSFADpyyjNg8tdYhSVEuaNWgqU4ylILcrNLIGI32IU5njIJMSSl5+XKgV0IgMQaDC+YhTnYFQS5r0IMosnM68E7oRXQNcxAV23bvdpkOtKEhFSUg2MC9waovT9TyxQ7f3N8Uj42Kb/1cW+/d09CgWpNteUqzNfPbxTqXlt99cjWfMe3D0plGy4V9bmxLq/d/cauDS2sAW/Tkq3Lco2Ct1dbPhHM+iCa4ey9QltoZtXJx3UzhRZvyQqwdtkq5rfuQ3O633eRHpdL8/6lLtfY7nURI3kTd2O+2ycCs2VWIozEg21mIuKEwH5u6jJBAMAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2039 Lines: 60 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. Also both Marek Vasut and Richard Weinberger have volunteered as well as maintainers for the SPI NOR subsystem. Signed-off-by: Cyrille Pitchen Acked-by: Boris Brezillon --- ChangeLog: v1 -> v2: - add Marek and Richard as maintainers. - add Acked-by from Boris Brezillon. MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 757f9c4b388d..7e63b2015072 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11390,6 +11390,18 @@ W: http://www.st.com/spear S: Maintained F: drivers/clk/spear/ +SPI NOR SUBSYSTEM +M: Cyrille Pitchen +M: Marek Vasut +M: Richard Weinberger +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 -- 2.7.4