On 05/07/2019 12:16 PM, Ludovic Barre wrote: > From: Ludovic Barre <ludovic.barre@xxxxxx> > > 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@xxxxxx> > --- > .../devicetree/bindings/mtd/stm32-quadspi.txt | 43 -- > drivers/mtd/spi-nor/Kconfig | 7 - > drivers/mtd/spi-nor/Makefile | 1 - > drivers/mtd/spi-nor/stm32-quadspi.c | 720 --------------------- > 4 files changed, 771 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mtd/stm32-quadspi.txt > delete mode 100644 drivers/mtd/spi-nor/stm32-quadspi.c Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git, spi-nor/next branch. Thanks, ta