From f10b4c0e650e9a7e8ff4631c3dd16e84b0d6fb6a Mon Sep 17 00:00:00 2001 From: Rajeshwari Shinde Date: Tue, 22 Jan 2013 20:30:18 +0000 Subject: 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 Acked-by: Simon Glass Reviewed-by: Tom Rini Signed-off-by: Minkyu Kang --- drivers/mtd/spi/spi_flash_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd/spi/spi_flash_internal.h') 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); -- cgit v1.1