summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi_flash_internal.h
diff options
context:
space:
mode:
authorChong Huang <chuang@ucrobotics.com>2010-11-30 03:33:25 -0500
committerMike Frysinger <vapier@gentoo.org>2010-12-17 08:53:55 -0500
commitd1d9065647a25fa8267214ec499fda2441084c7a (patch)
tree5fd5b6a7d21f9611a923427eebccd55ae709e8b9 /drivers/mtd/spi/spi_flash_internal.h
parent97a85b223ab316d11f3a374fecc5d449a1c8a694 (diff)
downloadu-boot-imx-d1d9065647a25fa8267214ec499fda2441084c7a.zip
u-boot-imx-d1d9065647a25fa8267214ec499fda2441084c7a.tar.gz
u-boot-imx-d1d9065647a25fa8267214ec499fda2441084c7a.tar.bz2
sf: new driver for EON devices
Signed-off-by: Chong Huang <chuang@ucrobotics.com> Signed-off-by: Haitao Zhang <minipanda@linuxrobot.org> 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 9bc43dd..68dcffb 100644
--- a/drivers/mtd/spi/spi_flash_internal.h
+++ b/drivers/mtd/spi/spi_flash_internal.h
@@ -46,6 +46,7 @@ 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_eon(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);