Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934743AbcJRO6B (ORCPT ); Tue, 18 Oct 2016 10:58:01 -0400 Received: from smtpout.microchip.com ([198.175.253.82]:40635 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932230AbcJRO5y (ORCPT ); Tue, 18 Oct 2016 10:57:54 -0400 From: Cyrille Pitchen To: , CC: , , , , Cyrille Pitchen Subject: [PATCH 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem Date: Tue, 18 Oct 2016 16:58:44 +0200 Message-ID: <0a3eaa21fb0f38743308c9cc9fc5d2373f4877de.1476802288.git.cyrille.pitchen@atmel.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: H4sIAAAAAAAAC+NgFprNrMTGxcLF5cOiW2DBFmGw+uGZPg6LjimrmCzufdrGaDFt+jtmi/vXTrNYXJ+3j9mBNYAhijUzLym/IoE1Y3rHdPaCg7wVuzbvYW1gnM/dxcjFISSwnlGi8/lm9i5GTg42AUOJtw+OsnYxcnCICDhIXJugDxJmFljIKHH9hBKILSzgIzHldDMTiM0ioCqxYdEDsFZegXiJz/t+gtkSAnISN891MkPEBSVOznzCAjFHQuLgixdgcSEBNYmFLSuYQVZJCARKvFjhAdHqJLFz+VQWCNtO4vD0i1AjHSSW/p7DDlPTvvQNK4StLbH91T4oW0di28F+qF5biT0zJjJB2O4SDx4th7J9JWY9bICqiZJ4O+8UywRGsVlILp2F5NIFjEyrGKWdPfx0g8N0XSOcPQxM9XKTMwp0cxMz8/SS83M3MUJiI2sHY+8kf6kGRrPH7lpztnzPsp0udt7KeZbFc5Henlx2vcDJ3Dpcl/13i+4VSv93bhvzZk6Xzon3BMuP9ssFHixT2x74etmJIuPDuvJCDYZ/z3IskWMsPXpsv5l0q+Trg4tK9jP2VO9+/EGM53tb14PNWvUXj0m+qy69/UVgckmZl4/5WhPJl2mzp55OYJjdo8RSnJFoqMVcVJwIANuZW5guAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1680 Lines: 47 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 --- 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 -- 2.7.4