mtd: prepare place for BCMA NAND flash driver(s)
authorRafał Miłecki <zajec5@gmail.com>
Mon, 12 Nov 2012 12:03:21 +0000 (13:03 +0100)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 22 Nov 2012 07:32:34 +0000 (09:32 +0200)
commita5401370c520d573e9d62b3f8f34940c3b798a49
tree931764e13b4176a77a5dac2b9cca1c474bd22a12
parent8d4b9e3182634d8b5afb5a144a8c6c24b187bcc1
mtd: prepare place for BCMA NAND flash driver(s)

BCMA bus can contain NAND flash memory, it's registered in system as
platform device. This adds required hooks and place for controler
specific drivers.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/bcm47xxnflash/Makefile [new file with mode: 0644]
drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h [new file with mode: 0644]
drivers/mtd/nand/bcm47xxnflash/main.c [new file with mode: 0644]
This page took 0.025667 seconds and 5 git commands to generate.