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

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

Dear Mike Frysinger,
In message 1238779336-6138-1-git-send-email-vapier@gentoo.org you wrote:
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
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Mike Frysinger
-
Wolfgang Denk