[PATCH v4 34/37] mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back

2014-01-08 Thread Lee Jones
This patch allows us to prepare some of the message sequences which will be required to talk to the S25FLxxx family of Serial Flash devices. It also allows us to do some required extra operations after any busy wait failures. Signed-off-by: Lee Jones --- drivers/mtd/devices/st_spi_fsm.c | 271

[PATCH v4 34/37] mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back

2014-01-08 Thread Lee Jones
This patch allows us to prepare some of the message sequences which will be required to talk to the S25FLxxx family of Serial Flash devices. It also allows us to do some required extra operations after any busy wait failures. Signed-off-by: Lee Jones lee.jo...@linaro.org ---