mtd: lantiq: Add NAND support on Lantiq XWAY SoC.
authorJohn Crispin <blogic@openwrt.org>
Thu, 23 Aug 2012 18:28:32 +0000 (20:28 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:05:18 +0000 (15:05 +0100)
commit99f2b107924c07bee0bae7151426495fb815ca6e
tree111e492991fc9a4a258ffff7548fb9786e04aa57
parentda3888cb84065a03d30b5f729b405e573bd0d66e
mtd: lantiq: Add NAND support on Lantiq XWAY SoC.

The driver uses plat_nand. As the platform_device is loaded from DT, we need
to lookup the node and attach our xway specific "struct platform_nand_data"
to it.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/xway_nand.c [new file with mode: 0644]