From patchwork Thu Jan 11 16:26:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 10158217 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2187E605BA for ; Thu, 11 Jan 2018 16:26:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14D24286E7 for ; Thu, 11 Jan 2018 16:26:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 095C628746; Thu, 11 Jan 2018 16:26:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B5974286E7 for ; Thu, 11 Jan 2018 16:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=74HztoGadhvguduU1PzZVPpfvgzeuMirAcoHYarxfpk=; b=mnJmhbueJUBBsf Z/WRoslOtzGp7dbE0XLfvIaq2cQJQhgFHEVI7a4nPrS3BeTrUUKUgQzm4Z7GOeciz9PX5vxXmLam5 A5lDeQZya0f7CcX72oP+OYSeZecBWMZTM1Tn5NQJ2YslTrIqhXPK6kHL+pk2F0EOHfNxJxwo/uTEh eQn+9UfMJTy+ttSunVbfGdm7NMtwXtG+s2r0WGppCV2jW1MB3/jiN3XcY+K/gP07AyBhAf+Q+Bc7Z cGAqr/DQ0Tf1cKwdqBEbOqo1JNUpv501wH11wfw76lF+gzGAohZ494/7GjHkRk5LCS1ujGNXd1iqr c0OrJWOGtfM3iI75D2eQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eZfgJ-00040I-Pj; Thu, 11 Jan 2018 16:26:19 +0000 Received: from esa4.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eZfg7-0003op-3T; Thu, 11 Jan 2018 16:26:08 +0000 X-IronPort-AV: E=Sophos;i="5.46,345,1511852400"; d="scan'208";a="10131551" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Jan 2018 09:25:54 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Thu, 11 Jan 2018 09:25:53 -0700 From: Nicolas Ferre To: , , Ludovic Desroches , Wenyou Yang , Boris BREZILLON Subject: [PATCH v2] MAINTAINERS: mtd/nand: update Microchip nand entry Date: Thu, 11 Jan 2018 17:26:59 +0100 Message-ID: <20180111162659.740-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180111_082607_192301_BCBD151C X-CRM114-Status: UNSURE ( 7.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Josh Wu , linux-mtd@lists.infradead.org, Alexandre Belloni , Mauro Carvalho Chehab , linux-media@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Update Wenyou Yang email address. Take advantage of this update to move this entry to the MICROCHIP / ATMEL location and add the DT binding documentation link. Signed-off-by: Nicolas Ferre Acked-by: Wenyou Yang --- v2: - patch agains 09ec417b0ea8 ("mtd: nand: samsung: Disable subpage writes on E-die NAND") of http://git.infradead.org/linux-mtd.git/shortlog/refs/heads/nand/next - Ack by Wenyou added Hi, v1 patch was part of a series because it was conflicting with the previous one named: "[PATCH 1/2] MAINTAINERS: linux-media: update Microchip ISI and ISC entries" Boris asked me to rebase it so that they are independent. So, if this first one goes upstream through another tree, conflicts will have to be resolved at one point. Best regards, Nicolas MAINTAINERS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aa71ab52fd76..37ee5ae4bae2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2382,13 +2382,6 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt F: drivers/input/touchscreen/atmel_mxt_ts.c F: include/linux/platform_data/atmel_mxt_ts.h -ATMEL NAND DRIVER -M: Wenyou Yang -M: Josh Wu -L: linux-mtd@lists.infradead.org -S: Supported -F: drivers/mtd/nand/atmel/* - ATMEL SAMA5D2 ADC DRIVER M: Ludovic Desroches L: linux-iio@vger.kernel.org @@ -9045,6 +9038,14 @@ F: drivers/media/platform/atmel/atmel-isc.c F: drivers/media/platform/atmel/atmel-isc-regs.h F: devicetree/bindings/media/atmel-isc.txt +MICROCHIP / ATMEL NAND DRIVER +M: Wenyou Yang +M: Josh Wu +L: linux-mtd@lists.infradead.org +S: Supported +F: drivers/mtd/nand/atmel/* +F: Documentation/devicetree/bindings/mtd/atmel-nand.txt + MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER M: Woojung Huh M: Microchip Linux Driver Support