]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 25 Aug 2012 11:33:55 +0000 (14:33 +0300)
commit5100a1fd3e6af57044b90c5971459c3bce118c20
tree4867eb03987d8cd0d28818fae6a47aa653b9503c
parente00e00b43507eec77ecfa14094b36554d3bc464d
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>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/xway_nand.c [new file with mode: 0644]