]> 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>
Thu, 18 Oct 2012 09:22:46 +0000 (12:22 +0300)
commitaeec042ba0160e4be443af30a6b6976eefb5cafa
treedb166d631c2ad4e14b41e10c18246aca0110413b
parentccdc50dc15dd81f33efa87779c846df3006a425b
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]