summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi/spi_flash_internal.h
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2010-10-05 16:56:40 +0200
committerMike Frysinger <vapier@gentoo.org>2010-11-10 04:26:18 -0500
commite0987e251ff0eff25a55bf8db13a41f5849f59f7 (patch)
tree2701133209fd54c41951988ce5c5921d54fa913f /drivers/mtd/spi/spi_flash_internal.h
parent0c0892be0d93a5a892b93739c5eb3bf692fed4ff (diff)
downloadtalos-obmc-uboot-e0987e251ff0eff25a55bf8db13a41f5849f59f7.tar.gz
talos-obmc-uboot-e0987e251ff0eff25a55bf8db13a41f5849f59f7.zip
sf: ramtron: new spi fram driver
Supports most types that support Read-Id and the FM25H20. Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de> 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.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 08546fbb03..9bc43dd21e 100644
--- a/drivers/mtd/spi/spi_flash_internal.h
+++ b/drivers/mtd/spi/spi_flash_internal.h
@@ -50,3 +50,4 @@ 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);
+struct spi_flash *spi_fram_probe_ramtron(struct spi_slave *spi, u8 *idcode);
OpenPOWER on IntegriCloud