mtd: devices: Provide header for shared OPCODEs and SFDP commands
authorLee Jones <lee.jones@linaro.org>
Thu, 20 Mar 2014 09:20:39 +0000 (09:20 +0000)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 20 Mar 2014 11:17:15 +0000 (04:17 -0700)
commit5549fbd514b6002073437ee543deb89904045078
tree317ea92048c4c66ee1959c1f110b741fa1dfc609
parent1bd512b562dde92dae90036c4e6fd91f3870e44f
mtd: devices: Provide header for shared OPCODEs and SFDP commands

JEDEC have helped to standardise a great deal of the commands which
can be issued to a Serial Flash devices. Many of the Serial Flash
Discoverable Parameters (SFDP) commands are generic across devices.
This patch provides a shared point where these commands can be
defined.

Suggested-by: Mark Brown <broonie@kernel.org>
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/serial_flash_cmds.h [new file with mode: 0644]
drivers/mtd/devices/st_spi_fsm.c