aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorPeter Pan <peterpandong@micron.com>2018-06-22 14:28:25 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-07-18 09:24:11 +0200
commita508e8875e135d7a1df26d8131b5443cb07005ff (patch)
tree4c62d800dad96875edca4eba5db39ebca7b61470 /include/linux/mtd
parentdt-bindings: Add bindings for SPI NAND devices (diff)
downloadlinux-dev-a508e8875e135d7a1df26d8131b5443cb07005ff.tar.xz
linux-dev-a508e8875e135d7a1df26d8131b5443cb07005ff.zip
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
Add a basic driver for Micron SPI NANDs. Only one device is supported right now, but the driver will be extended to support more devices afterwards. Signed-off-by: Peter Pan <peterpandong@micron.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/spinand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mtd/spinand.h b/include/linux/mtd/spinand.h
index d3efe62dc9de..717b272940f1 100644
--- a/include/linux/mtd/spinand.h
+++ b/include/linux/mtd/spinand.h
@@ -193,6 +193,9 @@ struct spinand_manufacturer {
const struct spinand_manufacturer_ops *ops;
};
+/* SPI NAND manufacturers */
+extern const struct spinand_manufacturer micron_spinand_manufacturer;
+
/**
* struct spinand_op_variants - SPI NAND operation variants
* @ops: the list of variants for a given operation