]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: denali: split the generic driver and PCI layer
authorDinh Nguyen <dinguyen@altera.com>
Thu, 27 Sep 2012 16:58:05 +0000 (10:58 -0600)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 9 Nov 2012 15:02:52 +0000 (17:02 +0200)
commited16db1a30faca957a326874e5f88ed6ebe35b91
tree499172cf54c547cfc43d1033e099feb87ab0507b
parent8ba5411359802b17ce62017c4fb7279321e13c3d
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]