[PATCH v4 16/37] mtd: st_spi_fsm: Provide the erase one sector sequence

2014-01-08 Thread Lee Jones
The FSM Serial Flash Controller is driven by issuing a standard set of register writes we call a message sequence. This patch supplies a method to prepare the message sequence responsible for erasing a single sector. Signed-off-by: Lee Jones --- drivers/mtd/devices/st_spi_fsm.c | 35

[PATCH v4 16/37] mtd: st_spi_fsm: Provide the erase one sector sequence

2014-01-08 Thread Lee Jones
The FSM Serial Flash Controller is driven by issuing a standard set of register writes we call a message sequence. This patch supplies a method to prepare the message sequence responsible for erasing a single sector. Signed-off-by: Lee Jones lee.jo...@linaro.org ---