mtd: spi-nor: add driver for STM32 quad spi flash controller
authorLudovic Barre <ludovic.barre@st.com>
Thu, 13 Apr 2017 17:15:57 +0000 (19:15 +0200)
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Mon, 1 May 2017 14:45:32 +0000 (16:45 +0200)
commit0d43d7ab277a048c4b1455ee00030933e1bd5fa3
treed96da317b19ab41d1d8255b052b0933737170fbd
parentb0fcb4b413028376894feaaaf62bcb09ab1b52f2
mtd: spi-nor: add driver for STM32 quad spi flash controller

The quadspi is a specialized communication interface targeting single,
dual or quad SPI Flash memories.

It can operate in any of the following modes:
-indirect mode: all the operations are performed using the quadspi
 registers
-read memory-mapped mode: the external Flash memory is mapped to the
 microcontroller address space and is seen by the system as if it was
 an internal memory

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
drivers/mtd/spi-nor/Kconfig
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/stm32-quadspi.c [new file with mode: 0644]