OSDN Git Service

mtd: st_spi_fsm: Refactor status register operations
authorAngus Clark <angus.clark@st.com>
Wed, 26 Mar 2014 16:39:18 +0000 (16:39 +0000)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 14 Apr 2014 18:22:59 +0000 (11:22 -0700)
commit5d0bddab397ff705d66e6f87b61ea8abc3c62948
tree0ba81ad4a2aa8dce22d41364751df2da8886e9f6
parentcc6668637ebed620eaafc807802f3d85b193f534
mtd: st_spi_fsm: Refactor status register operations

This patch refactors the fsm_read_status() and fsm_write_status() code to
support 1 or 2 byte operations, with a specified command.  This allows us to
remove device/register specific code, such as the N25Q fsm_wrvcr() function.

The 'QE' configuration code is updated accordingly, with minor tweaks to ensure
the register values are only written if actually required.  One notable change
in this area is that the 'W25Q_STATUS_QE' bit-field is now defined with respect
to the 'SR2' register, rather than the combined 'SR1+SR2' register which is only
used for write operations.

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