From patchwork Mon Jan 7 09:30:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 1021235 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kontron.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lhUgQool"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43Y9Bv1fr7z9sCX for ; Mon, 7 Jan 2019 20:31:51 +1100 (AEDT) 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:In-Reply-To:References: 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: List-Owner; bh=KVSyZyy82/QcNYxmCB5+mFSya6uZ//XTXqeABQqgAhs=; b=lhUgQoolZVLIWq 97ly3Hzy3TkW0WdSiqIU2tGLOO7QtrutFG6CXmO5OTMW2riDa1H1/KuLe8Dv/SIPON2dXiIZVLjbv 1+Fh19EO3/gonbOY/qXucG0DvxZpK1Bx+Z9Jj2x2hyIOKYZY4vhU7xowF21ZP2K6uWyJWQgyyMBuS 5/p6YSlhc6rPjesZ+QFMckK2MwpCT6IZP5h6ynvj+SECFbvsrWG3QNjeZWwloc9mvuPhhnruvoKea EyvNziaqVx6iiX3bkE4NIMrLYFHzcttPkSzm3Th2wcpCkMEZjP7x9vqIZ5OFvyFOThGGIttV49/yu tHiIuu4wPLwJuvyI3Puw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ggRG2-0000SO-Sh; Mon, 07 Jan 2019 09:31:42 +0000 Received: from skedge03.snt-world.com ([91.208.41.68]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ggREb-0006dU-6l for linux-mtd@lists.infradead.org; Mon, 07 Jan 2019 09:30:33 +0000 Received: from sntmail11s.snt-is.com (unknown [10.203.32.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by skedge03.snt-world.com (Postfix) with ESMTPS id 3B80767B8C7; Mon, 7 Jan 2019 10:30:11 +0100 (CET) Received: from sntmail12r.snt-is.com (10.203.32.182) by sntmail11s.snt-is.com (10.203.32.181) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1466.3; Mon, 7 Jan 2019 10:30:10 +0100 Received: from sntmail12r.snt-is.com ([fe80::e551:8750:7bba:3305]) by sntmail12r.snt-is.com ([fe80::e551:8750:7bba:3305%5]) with mapi id 15.01.1466.003; Mon, 7 Jan 2019 10:30:10 +0100 From: Schrempf Frieder To: "linux-mtd@lists.infradead.org" , "boris.brezillon@bootlin.com" , "linux-spi@vger.kernel.org" , "broonie@kernel.org" , "linux-kernel@vger.kernel.org" Subject: [PATCH v8 7/7] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework Thread-Topic: [PATCH v8 7/7] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework Thread-Index: AQHUpmuVzeEw6+OFa0Gn1kM8UNj/BQ== Date: Mon, 7 Jan 2019 09:30:10 +0000 Message-ID: <20190107092823.11188-8-frieder.schrempf@kontron.de> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> In-Reply-To: <20190107092823.11188-1-frieder.schrempf@kontron.de> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.9.42] x-c2processedorg: 51b406b7-48a2-4d03-b652-521f56ac89f3 MIME-Version: 1.0 X-SnT-MailScanner-Information: Please contact the ISP for more information X-SnT-MailScanner-ID: 3B80767B8C7.ADD22 X-SnT-MailScanner: Found to be clean X-SnT-MailScanner-SpamCheck: X-SnT-MailScanner-From: frieder.schrempf@kontron.de X-SnT-MailScanner-To: akpm@linux-foundation.org, arnd@arndb.de, boris.brezillon@bootlin.com, broonie@kernel.org, computersforpeace@gmail.com, davem@davemloft.net, david.wolfe@nxp.com, dwmw2@infradead.org, fabio.estevam@nxp.com, gregkh@linuxfoundation.org, han.xu@nxp.com, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org, marek.vasut@gmail.com, mchehab+samsung@kernel.org, miquel.raynal@bootlin.com, nicolas.ferre@microchip.com, prabhakar.kushwaha@nxp.com, richard@nod.at, shawnguo@kernel.org, yogeshnarayan.gaur@nxp.com X-Spam-Status: No X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190107_013014_494586_A48A2A76 X-CRM114-Status: UNSURE ( 9.64 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [91.208.41.68 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "yogeshnarayan.gaur@nxp.com" , Arnd Bergmann , Mauro Carvalho Chehab , Greg Kroah-Hartman , "richard@nod.at" , Nicolas Ferre , "shawnguo@kernel.org" , "marek.vasut@gmail.com" , "han.xu@nxp.com" , "prabhakar.kushwaha@nxp.com" , Schrempf Frieder , "miquel.raynal@bootlin.com" , "fabio.estevam@nxp.com" , "david.wolfe@nxp.com" , Andrew Morton , "computersforpeace@gmail.com" , "dwmw2@infradead.org" , "David S. Miller" Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Frieder Schrempf The driver was ported to the SPI framework so it can be used as a generic SPI memory driver and not only for SPI NOR. Reflect this transition in the MAINTAINERS file. Signed-off-by: Frieder Schrempf --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..8b6c0d454d7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6090,9 +6090,9 @@ F: Documentation/devicetree/bindings/ptp/ptp-qoriq.txt FREESCALE QUAD SPI DRIVER M: Han Xu -L: linux-mtd@lists.infradead.org +L: linux-spi@vger.kernel.org S: Maintained -F: drivers/mtd/spi-nor/fsl-quadspi.c +F: drivers/spi/spi-fsl-qspi.c FREESCALE QUICC ENGINE LIBRARY M: Qiang Zhao