u-boot-brain/drivers/mtd/spi
Simon Glass b5aec1424d sf: Add spi_flash_alloc() to create a new SPI flash struct
At present it is difficult to extend the SPI flash structure since
all devices allocate it themselves, and few of them zero all fields.
Add a new function spi_flash_alloc() which can be used by SPI devices
to perform this allocation, and thus ensure that all devices can
better cope with SPI structure changes.

Signed-off-by: Simon Glass <sjg@chromium.org>
2013-03-19 08:45:36 -07:00
..
atmel.c spiflash: at25: using common spi flash operation 2012-09-17 19:00:31 +02:00
eeprom_m95xxx.c sf: eeprom_m95xxx: set a sane default timeout 2012-02-12 15:18:28 -05:00
eon.c sf: eon: drop duplicate id 2012-03-04 23:08:37 -05:00
macronix.c sf: unify status register writing (and thus block unlocking) 2012-03-04 23:18:17 -05:00
Makefile sf: Add spi_boot() to allow booting from SPI flash in an SPL 2011-12-24 10:23:30 +01:00
ramtron.c sf: drop unused/duplicate command defines 2012-07-20 00:41:36 -04:00
spansion.c sf: spansion: Correct the first byte of idcode1 for S25FL256S part 2013-02-06 10:10:00 -05:00
spi_flash_internal.h sf: unify status register writing (and thus block unlocking) 2012-03-04 23:18:17 -05:00
spi_flash.c sf: Add spi_flash_alloc() to create a new SPI flash struct 2013-03-19 08:45:36 -07:00
spi_spl_load.c SPL: SPI: Enhance spi_spl_load to match the other load functions 2012-09-27 11:20:27 -07:00
sst.c sf: unify status register writing (and thus block unlocking) 2012-03-04 23:18:17 -05:00
stmicro.c sf: stmicro: Add support for N25Q256A 2013-02-06 10:10:00 -05:00
winbond.c sf: winbond: Add W25Q64W 2013-02-06 10:10:00 -05:00