From patchwork Wed Dec 4 23:28:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 296664 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 176472C00A9 for ; Thu, 5 Dec 2013 10:30:16 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VoLtN-0003Tg-0z; Wed, 04 Dec 2013 23:30:05 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VoLtH-0004g1-1F; Wed, 04 Dec 2013 23:29:59 +0000 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VoLtD-0004dG-1t for linux-mtd@lists.infradead.org; Wed, 04 Dec 2013 23:29:56 +0000 Received: by mail-ie0-f172.google.com with SMTP id qd12so28444284ieb.17 for ; Wed, 04 Dec 2013 15:29:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3jBTXrliNZl8PWfcrbki3SL6wGDhN+uHTUqvjuX5ILk=; b=d4VKP6p9UkKFpcUxYjNXegNC8ujau08f0HMn7YW+uSUtYWSrMfQBTnvG5XXxyJ3gWV e4qcn5hBLx/Y8cmpAMREDO9KED9q2AZF9RiP89zpqXL2teOni7ZTk6nBduKJLCPbymnX /ONpsV9lvwq2g8vhG7wIdJRjcH+m0Boi8uP5LvJZdXJfvlQ8PPLN0sNU4K2R/xoY0Jcy 6iFLhk+0zSTsj68l6ERhkmbCV81+xy6AOJJI6MgN3C5Bn++fOpqZZgvkjB6ZRNqD/8Wf fGvpiQoejhtUM7DdNLneeuQI4YaXtVXhqSPIOL2NHhvHMQCYeknA4/9DrZ4DFLJ+G764 2DpQ== X-Received: by 10.50.23.103 with SMTP id l7mr9910496igf.3.1386199773715; Wed, 04 Dec 2013 15:29:33 -0800 (PST) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id j16sm463711igf.6.2013.12.04.15.29.32 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 04 Dec 2013 15:29:33 -0800 (PST) From: Brian Norris To: Subject: [PATCH v2 2/2] MAINTAINERS: mtd: add PXA3xx NAND driver to MAINTAINERS Date: Wed, 4 Dec 2013 15:28:46 -0800 Message-Id: <1386199726-28074-3-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.8.5 In-Reply-To: <1386199726-28074-1-git-send-email-computersforpeace@gmail.com> References: <1386199726-28074-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131204_182955_272915_8106A6C0 X-CRM114-Status: UNSURE ( 9.61 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (computersforpeace[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Brian Norris , David Woodhouse , Linux Kernel , Ezequiel Garcia , Artem Bityutskiy X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Ezequiel Garcia Add the pxa3xx-nand driver which supports PXA3xx and Armada 370/XP SoC family to MAINTAINERS to ensure I get proper Cc on patches. Signed-off-by: Ezequiel Garcia Signed-off-by: Brian Norris --- v1 -> v2: (Brian) placed into semi-alphabetical order; MMP SUPPORT is out-of-place... MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9a7f53bee1cf..99870552637a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6825,6 +6825,12 @@ F: include/sound/pxa2xx-lib.h F: sound/arm/pxa* F: sound/soc/pxa/ +PXA3xx NAND FLASH DRIVER +M: Ezequiel Garcia +L: linux-mtd@lists.infradead.org +S: Maintained +F: drivers/mtd/nand/pxa3xx-nand.c + MMP SUPPORT M: Eric Miao M: Haojian Zhuang