]> 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)
commit85af6fb88fdfdc5eef45829aed053c1ca6ccd9c5
tree2f8ccd69f664e2aae1efc0b68b4ae1d22967515d
parent36773335e164e20d07270df155f6baf1ee876cdf
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]