mtd: denali: split the generic driver and PCI layer
commit2a0a288ec258bd38d8855fad9419aeb45b7e8499
authorDinh Nguyen <dinguyen@altera.com>
Thu, 27 Sep 2012 16:58:05 +0000 (27 10:58 -0600)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 15 Nov 2012 13:37:46 +0000 (15 15:37 +0200)
treef726010165435c55d7b54936fa2521391b05a89b
parent30fad64325ba368ffe1f92bd37f4b96c1fa4da83
mtd: denali: split the generic driver and PCI layer

The Denali controller can also be found in SoC devices attached to a
simple bus.  Move the PCI specific parts into denali_pci so that we can
add a denali_dt that uses the same driver but for a device tree driver
instead of a PCI based device.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/denali.c
drivers/mtd/nand/denali.h
drivers/mtd/nand/denali_pci.c [new file with mode: 0644]