mtd: st_spi_fsm: Allocate resources and register with MTD framework
authorLee Jones <lee.jones@linaro.org>
Thu, 20 Mar 2014 09:20:33 +0000 (09:20 +0000)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 20 Mar 2014 11:17:14 +0000 (04:17 -0700)
commitd90db4a074292ec07d09e54c70d62b3ab6f21591
treebe5ca4702cb5b2e5487125b21b44cef8a3f77011
parentc7b05e97010ee134d586ec093c96f4a32d17e552
mtd: st_spi_fsm: Allocate resources and register with MTD framework

This is a new driver. It's used to communicate with a special type of
optimised Serial Flash Controller called the FSM. The FSM uses a subset
of the SPI protocol to communicate with supported NOR-Flash devices.

Acked-by Angus Clark <angus.clark@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/Kconfig
drivers/mtd/devices/Makefile
drivers/mtd/devices/st_spi_fsm.c [new file with mode: 0644]