mtd: spi-nor: stm32: remove the driver as it was replaced by spi-stm32-qspi.c
authorLudovic Barre <ludovic.barre@st.com>
Tue, 7 May 2019 09:16:38 +0000 (11:16 +0200)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 7 Jun 2019 04:10:38 +0000 (07:10 +0300)
commitdf6bd6c002a4dee73d274a87ef1c0e36f21d2583
tree6874693085bdff2e696b95e5a5e5c34925803a14
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
mtd: spi-nor: stm32: remove the driver as it was replaced by spi-stm32-qspi.c

There's a new driver using the SPI memory interface of the
SPI framework at spi/spi-stm32-qspi.c, which can be used
together with m25p80.c to replace the functionality of
this SPI NOR driver.

The "new" driver uses the same dt properties and not affects
the legacy compatibility.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Documentation/devicetree/bindings/mtd/stm32-quadspi.txt [deleted file]
drivers/mtd/spi-nor/Kconfig
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/stm32-quadspi.c [deleted file]