]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6042b9a18397ea7636e28767ec2e2ef4b2fc7603
tree2f8ccd69f664e2aae1efc0b68b4ae1d22967515d
parent83f0cb07c5d3c92878e1f88665e1dc8aa9a5af49
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]