[U-Boot] Pull request spi flash changes from u-boot-blackfin.git

Mike Frysinger vapier at gentoo.org
Fri Apr 3 19:22:16 CEST 2009


The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-arm

are available in the git repository at:

  git://www.denx.de/git/u-boot-blackfin.git sf

Jean-Christophe PLAGNIOL-VILLARD (1):
      mtd: add some at45 spi flash support

Mike Frysinger (7):
      sf: drop DEBUG defines
      sf: add driver for SST flashes
      sf: stmicro: drop redundant id read
      sf: always read 5 bytes for the idcode
      sf: stmicro: use common page timeout define
      sf: set common timeouts in seconds, not milliseconds
      sf: stmicro: dont send 4 bytes when reading status register

Mingkai Hu (1):
      mtd: SPI Flash: Support the Spansion Flash

 drivers/mtd/spi/Makefile             |    2 +
 drivers/mtd/spi/atmel.c              |   50 +++++-
 drivers/mtd/spi/spansion.c           |  350 +++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi_flash.c          |   13 +-
 drivers/mtd/spi/spi_flash_internal.h |   10 +-
 drivers/mtd/spi/sst.c                |  358 ++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/stmicro.c            |   17 +--
 7 files changed, 780 insertions(+), 20 deletions(-)
 create mode 100644 drivers/mtd/spi/spansion.c
 create mode 100644 drivers/mtd/spi/sst.c


More information about the U-Boot mailing list