
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
Prepare v2011.06 (2011-06-27 22:22:42 +0200)
are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.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(-)