summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi/spi_flash_internal.h
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-08-06 16:08:41 -0500
committerJohn Rigby <jrigby@freescale.com>2008-09-09 11:57:29 -0600
commit7b7a869a8ba3bd6d9bffb748c91232141330f514 (patch)
treeaae89b0929cee35126666a332f9ea6829e30b083 /drivers/mtd/spi/spi_flash_internal.h
parent3b20fd83c73c22acfcb0c6663be747bd5c8b7011 (diff)
downloaddevice_goldelico_gta04_u-boot-7b7a869a8ba3bd6d9bffb748c91232141330f514.tar.gz
device_goldelico_gta04_u-boot-7b7a869a8ba3bd6d9bffb748c91232141330f514.tar.bz2
device_goldelico_gta04_u-boot-7b7a869a8ba3bd6d9bffb748c91232141330f514.zip
mtd: SPI Flash: Support the STMicro Flash
Add MTD SPI Flash support for M25P16, M25P20, M25P32, M25P40, M25P64, M25P80, M25P128. Signed-off-by: Jason McMullan <mcmullan@netapp.com> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'drivers/mtd/spi/spi_flash_internal.h')
-rw-r--r--drivers/mtd/spi/spi_flash_internal.h1
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 14380500a..e5f758e10 100644
--- a/drivers/mtd/spi/spi_flash_internal.h
+++ b/drivers/mtd/spi/spi_flash_internal.h
@@ -43,3 +43,4 @@ int spi_flash_read_common(struct spi_flash *flash, const u8 *cmd,
/* Manufacturer-specific probe functions */
struct spi_flash *spi_flash_probe_spansion(struct spi_slave *spi, u8 *idcode);
struct spi_flash *spi_flash_probe_atmel(struct spi_slave *spi, u8 *idcode);
+struct spi_flash *spi_flash_probe_stmicro(struct spi_slave *spi, u8 *idcode);