[MTD] [NAND] ndfc driver
authorSean MacLennan <smaclennan@pikatech.com>
Wed, 10 Dec 2008 13:16:34 +0000 (13:16 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 5 Jan 2009 16:42:44 +0000 (16:42 +0000)
commita808ad3b0d28411e2838117c5b2ae680ae42483c
treeedd291f3873ca95e0fb2a434034d30669666b6f4
parent647b0d3854d776485faea9de7e7ed7fd4bdc6f20
[MTD] [NAND] ndfc driver

The current ndfc driver only compiles under arch/ppc. This arch was
removed from the kernel. I notice the event entry for the ndfc in
Kconfig has been removed in 2.6.28.

This patch converts the ndfc to a proper OF (OpenFirmware) driver. I
can give a working example of the DTS if needed.

The patch has been in production use on the PIKA Warp Appliance and is
in use by others. The Warp basically boots from NAND, so the ndfc driver
is very important to us.

Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Acked-By: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Documentation/powerpc/dts-bindings/4xx/ndfc.txt [new file with mode: 0644]
drivers/mtd/nand/Kconfig
drivers/mtd/nand/ndfc.c