[U-Boot] [PATCH v3 00/13] sf: BAR/wait_ready logic updates

Jagan Teki jteki at openedev.com
Wed Sep 2 08:09:44 CEST 2015


BAR and spi_flash_cmd_wait_ready are updated to make more
module to add new status checks.

Hou Zhiqiang (1):
  sf: Add clear flag status register support

Jagan Teki (12):
  spi: zynq_spi: Remove unneeded headers
  sf: Return bank_sel, if flash->bank_curr == bank_sel
  sf: Make BAR discovery, as spi_flash_read_bar
  sf: Optimize BAR write code
  sf: Make flash->flags use for generic usage
  sf: Update status reg check in spi_flash_cmd_wait_ready
  sf: Add FSR support to spi_flash_cmd_wait_ready
  sf: Add flash_read_reg support
  sf: Use flash_read_reg routine
  sf: Add flash_read support
  sf: Use flash_read routine in spi_flash_read_ops
  sf: Rename read register functions

 drivers/mtd/spi/sf.c          |  46 ++++++++++
 drivers/mtd/spi/sf_internal.h |  30 ++++---
 drivers/mtd/spi/sf_ops.c      | 199 ++++++++++++++++++------------------------
 drivers/mtd/spi/sf_probe.c    |  80 +++++++++--------
 drivers/spi/zynq_spi.c        |   6 +-
 include/spi_flash.h           |   6 +-
 6 files changed, 195 insertions(+), 172 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list