]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: st_spi_fsm: Add support for Macronix MX25L3255E
authorAngus Clark <angus.clark@st.com>
Wed, 26 Mar 2014 16:39:20 +0000 (16:39 +0000)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 14 Apr 2014 18:23:00 +0000 (11:23 -0700)
commit6b6d37377c4c4c5cd1d9505afbc4e2d3113707f2
tree025dd05376d12229dbd51e931f19ba388eeb5bca
parent85bdcf6b255e5197be6a6876d663256e9c164a78
mtd: st_spi_fsm: Add support for Macronix MX25L3255E

This patch adds support for the Macronix MX25L3255E device.  Unlike the other
Macronix devices we have seen, this device supports WRITE_1_4_4 at reasonable
frequencies.  Rather than masking out WRITE_1_4_4 support altogether, we now
rely on the table parameters to indicate whether or not WRITE_1_4_4 should be
used.

Signed-off-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