[U-Boot] [PATCH 0/9] SPI Flash updates for 2011.06

Mike Frysinger vapier at gentoo.org
Tue Apr 12 08:35:19 CEST 2011


Some bug fixes for the recent SPI flash cleanups, some more cleanups
based on work by Richard, support for +len when erasing SPI flashes,
and more cleanups I noticed should be done while doing all of that.

Mike Frysinger (7):
  sf: punt unused spi_flash_region struct
  sf: atmel: undo unification of status polling
  sf: sst: setup read func
  sf: localize erase funcs
  sf: use print_size() for sector_size output
  cmd_sf: drop device status message when probing
  cmd_sf: use cmd_usage() in more places

Richard Retanubun (2):
  sf: add struct spi_flash.sector_size parameter
  cmd_sf: add handler for +len arg for erase command

 common/cmd_sf.c                      |  111 +++++++++++++++++++++++-----------
 drivers/mtd/spi/atmel.c              |   40 ++++++++++---
 drivers/mtd/spi/eon.c                |   13 +---
 drivers/mtd/spi/macronix.c           |   17 ++----
 drivers/mtd/spi/ramtron.c            |    5 +-
 drivers/mtd/spi/spansion.c           |   15 +----
 drivers/mtd/spi/spi_flash.c          |    9 ++-
 drivers/mtd/spi/spi_flash_internal.h |    2 +-
 drivers/mtd/spi/sst.c                |   13 ++---
 drivers/mtd/spi/stmicro.c            |   15 +----
 drivers/mtd/spi/winbond.c            |   13 +---
 include/spi_flash.h                  |    7 +--
 12 files changed, 144 insertions(+), 116 deletions(-)

-- 
1.7.5.rc1



More information about the U-Boot mailing list