summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi_flash_internal.h
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-01-22 20:30:18 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-05-20 13:47:22 +0900
commitf10b4c0e650e9a7e8ff4631c3dd16e84b0d6fb6a (patch)
treef4b5ddc36b82a8487aa2ecf5632ba1a63c0c590a /drivers/mtd/spi/spi_flash_internal.h
parentd0a51373131c4ba565a2391d5ed78b87c406ce98 (diff)
downloadu-boot-imx-f10b4c0e650e9a7e8ff4631c3dd16e84b0d6fb6a.zip
u-boot-imx-f10b4c0e650e9a7e8ff4631c3dd16e84b0d6fb6a.tar.gz
u-boot-imx-f10b4c0e650e9a7e8ff4631c3dd16e84b0d6fb6a.tar.bz2
SF: Add driver for Gigabyte device GD25LQ and GD25Q64B
This patch adds driver for the gigabyte devices GD25LQ and GD25Q64B required for Snow Board. Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.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 141cfa8..e0afbc3 100644
--- a/drivers/mtd/spi/spi_flash_internal.h
+++ b/drivers/mtd/spi/spi_flash_internal.h
@@ -106,3 +106,4 @@ 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);
+struct spi_flash *spi_flash_probe_gigadevice(struct spi_slave *spi, u8 *idcode);