diff options
| author | Jason McMullan <mcmullan@netapp.com> | 2009-10-09 17:12:23 -0400 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-11-22 23:54:18 +0100 |
| commit | d394a7795027d96ca55799df40bd5c4a13dbeebe (patch) | |
| tree | 893b1365ed7f2d0ff04e0c4068d3c255fb833a76 /drivers/mtd/spi/spi_flash_internal.h | |
| parent | cada315100c88894b85972a91309a6f2413966b6 (diff) | |
| download | olio-uboot-2014.01-d394a7795027d96ca55799df40bd5c4a13dbeebe.tar.xz olio-uboot-2014.01-d394a7795027d96ca55799df40bd5c4a13dbeebe.zip | |
sf: new driver for Winbond W25X16/32/64 devices
Signed-off-by: Jason McMullan <jason.mcmullan@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/mtd/spi/spi_flash_internal.h')
| -rw-r--r-- | drivers/mtd/spi/spi_flash_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/spi_flash_internal.h b/drivers/mtd/spi/spi_flash_internal.h index 0612383c6..08546fbb0 100644 --- a/drivers/mtd/spi/spi_flash_internal.h +++ b/drivers/mtd/spi/spi_flash_internal.h @@ -49,3 +49,4 @@ struct spi_flash *spi_flash_probe_atmel(struct spi_slave *spi, u8 *idcode); struct spi_flash *spi_flash_probe_macronix(struct spi_slave *spi, u8 *idcode); struct spi_flash *spi_flash_probe_sst(struct spi_slave *spi, u8 *idcode); struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 *idcode); +struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode); |