From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Subject: Re: [PATCH v8 4/7] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c Date: Mon, 7 Jan 2019 17:20:03 +0100 Message-ID: <20190107172003.1bca8a66@bbrezillon> References: <20190107092823.11188-1-frieder.schrempf@kontron.de> <20190107092823.11188-5-frieder.schrempf@kontron.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "linux-mtd@lists.infradead.org" , "boris.brezillon@bootlin.com" , "linux-spi@vger.kernel.org" , "broonie@kernel.org" , Marek Vasut , "dwmw2@infradead.org" , "computersforpeace@gmail.com" , "richard@nod.at" , "miquel.raynal@bootlin.com" , "david.wolfe@nxp.com" , "fabio.estevam@nxp.com" , "prabhakar.kushwaha@nxp.com" , "yogeshnarayan.gaur@nxp.com" , "han.xu@nxp.com" , "shawnguo@kernel.org" , "linux-kernel@vger.kern To: Schrempf Frieder Return-path: In-Reply-To: <20190107092823.11188-5-frieder.schrempf@kontron.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Mon, 7 Jan 2019 09:29:53 +0000 Schrempf Frieder wrote: > From: Frieder Schrempf > > There's a new driver using the SPI memory interface of the SPI framework > at spi/spi-fsl-qspi.c, which can be used together with m25p80.c to > replace the functionality of this SPI NOR driver. > > The new driver is already in use and this code is not compiled anymore, > so let's remove it. > > Signed-off-by: Frieder Schrempf > Acked-by: Han Xu > Tested-by: Han Xu Acked-by: Boris Brezillon