]> git.baikalelectronics.ru Git - kernel.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, 15 Nov 2012 13:37:46 +0000 (15:37 +0200)
commitbc1ee2922d748107d96d6394360db439c3088884
treef726010165435c55d7b54936fa2521391b05a89b
parent88260b423fa8c30ddfdb25cae27d8ff5c159137b
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]