mbox

[U-Boot] Pull request for sf patches (forward)

Message ID 20110710104740.GA22702@kw.sim.vm.gnt
State Superseded
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://lacie-nas.org/u-boot-lacie.git sf

Message

Simon Guinot July 10, 2011, 10:47 a.m. UTC
The following changes since commit 810cb19003ffe0115d10700fc512a2a743916f20:

  MPC83XX: Fix PCI express clock setup (2011-07-06 19:09:28 -0500)

are available in the git repository at:
  git://lacie-nas.org/u-boot-lacie.git sf

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(-)