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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot