
The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
are available in the git repository at for the "next" branch:
git://www.denx.de/git/u-boot-blackfin.git sf
Prafulla Wadaskar (1): sf: new Macronix MX25xx SPI flash driver
Todor I Mollov (1): sf: atmel: implement power-of-two write/erase funcs
drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/atmel.c | 139 +++++++++++++++ drivers/mtd/spi/macronix.c | 312 ++++++++++++++++++++++++++++++++++ drivers/mtd/spi/spi_flash.c | 5 + drivers/mtd/spi/spi_flash_internal.h | 1 + 5 files changed, 458 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/spi/macronix.c