[U-Boot] [PATCH 0/9] spi flash updates for v2011.09

Mike Frysinger vapier at gentoo.org
Tue Jun 28 19:38:05 CEST 2011


These have all been posted already.  A few part updates, bug fixes,
code unification, and that kind of fun stuff.

Macpaul Lin (1):
  sf: macronix: add MX25L4005 and MX25L8005

Mike Frysinger (6):
  sf: unify write enable commands
  sf: unify write funcs
  sf: kill off now-unused local state
  sf: eon/stmicro: inline useless ID defines
  sf: unify write disable commands
  sf: sst: support newer standardized flashes

Shaohui Xie (1):
  sf: spansion: add support for S25FL129P_64K

Simon Guinot (1):
  sf: macronix: disable write protection when initializing

 drivers/mtd/spi/eon.c                |  102 ++++------------------------
 drivers/mtd/spi/macronix.c           |  126 +++++++++++++++-------------------
 drivers/mtd/spi/ramtron.c            |    2 +-
 drivers/mtd/spi/spansion.c           |  107 ++++++-----------------------
 drivers/mtd/spi/spi_flash.c          |   59 ++++++++++++++++-
 drivers/mtd/spi/spi_flash_internal.h |   25 +++++++
 drivers/mtd/spi/sst.c                |   26 ++++++-
 drivers/mtd/spi/stmicro.c            |  124 ++++++----------------------------
 drivers/mtd/spi/winbond.c            |  104 ++++------------------------
 include/spi_flash.h                  |    5 +-
 10 files changed, 232 insertions(+), 448 deletions(-)

-- 
1.7.5.3



More information about the U-Boot mailing list