OSDN Git Service

mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 7 Jan 2019 09:29:53 +0000 (09:29 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jan 2019 16:56:55 +0000 (16:56 +0000)
commit50f1242c674226dd866949f24043f5a1076ee242
tree2f8ccd69f664e2aae1efc0b68b4ae1d22967515d
parent78df30808961cd32f0517c7469886386b0680852
mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c

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 <frieder.schrempf@kontron.de>
Acked-by: Han Xu <han.xu@nxp.com>
Tested-by: Han Xu <han.xu@nxp.com>
Acked-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/mtd/spi-nor/fsl-quadspi.c [deleted file]