aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-11-28 21:07:25 +0800
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-12-07 10:59:23 +0100
commitc93c613214ac70c87beab5422a60077bf126b855 (patch)
treeab990ae5f6e74ae17c9db110ac191d670db58c7a /include/linux/mtd
parentmtd: rawnand: Deprecate the dummy_controller field (diff)
downloadlinux-dev-c93c613214ac70c87beab5422a60077bf126b855.tar.xz
linux-dev-c93c613214ac70c87beab5422a60077bf126b855.zip
mtd: spinand: add support for GigaDevice GD5FxGQ4xA
Add support for GigaDevice GD5F1G/2G/4GQ4xA SPI NAND. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/spinand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/spinand.h b/include/linux/mtd/spinand.h
index 816c4b00abca..b92e2aa955b6 100644
--- a/include/linux/mtd/spinand.h
+++ b/include/linux/mtd/spinand.h
@@ -194,6 +194,7 @@ struct spinand_manufacturer {
};
/* SPI NAND manufacturers */
+extern const struct spinand_manufacturer gigadevice_spinand_manufacturer;
extern const struct spinand_manufacturer macronix_spinand_manufacturer;
extern const struct spinand_manufacturer micron_spinand_manufacturer;
extern const struct spinand_manufacturer toshiba_spinand_manufacturer;