mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
authorLee Jones <lee.jones@linaro.org>
Thu, 20 Mar 2014 09:20:55 +0000 (09:20 +0000)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 20 Mar 2014 11:17:18 +0000 (04:17 -0700)
commit218b870f906b609d37737ee176dc4fcba86163d4
tree08d6aa895d091bb0603517b438dbbde6eb113c9a
parente85a619676a503d7622c17d38c2cc9f26b59f2be
mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back

In the FSM driver we handle chip differences by providing the possibility
of calling back into a chip specific initialisation routine. In this patch
we provide one for the N25Qxxx series, which endeavours to setup things
like the read, write and erase sequences, as they differ from the
default. We also configure 32bit support and the amount of dummy cycles to
use.

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/st_spi_fsm.c
This page took 0.024676 seconds and 5 git commands to generate.