[PATCH v6 27/36] mtd: st_spi_fsm: Supply a busy wait for post-write status

2014-03-20 Thread Lee Jones
When we write data to the Serial Flash chip we'll wait a predetermined period of time before giving up. During that period of time we poll the status register until completion. Acked-by Angus Clark Signed-off-by: Lee Jones --- drivers/mtd/devices/st_spi_fsm.c | 221

[PATCH v6 27/36] mtd: st_spi_fsm: Supply a busy wait for post-write status

2014-03-20 Thread Lee Jones
When we write data to the Serial Flash chip we'll wait a predetermined period of time before giving up. During that period of time we poll the status register until completion. Acked-by Angus Clark angus.cl...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org ---