[U-Boot] [PATCH 0/7] SPI flash updates for 2009.05
Mike Frysinger
vapier at gentoo.org
Thu Apr 2 12:57:54 CEST 2009
These patches have all been posted at one point or another, I'm just
collecting them all in my tree here:
git://git.denx.de/u-boot-blackfin.git sf
So if you have any complaints, now's the time !
Jean-Christophe PLAGNIOL-VILLARD (1):
mtd: add some at45 spi flash support
Mike Frysinger (5):
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
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 | 1 +
drivers/mtd/spi/sst.c | 358 ++++++++++++++++++++++++++++++++++
drivers/mtd/spi/stmicro.c | 11 +-
7 files changed, 771 insertions(+), 14 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