mtd: Move onenand code base to drivers/mtd/nand/onenand
authorBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 18 Feb 2018 16:05:16 +0000 (17:05 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 15 Mar 2018 14:40:37 +0000 (15:40 +0100)
commit26777d37216c976cf6fd196700133a38aa2c4b0f
tree73199fbe5fba118d48421b21bfdb110d21c03532
parent801492c508f617d5bdc383b98b4a49d7de90c154
mtd: Move onenand code base to drivers/mtd/nand/onenand

Move onenand code base to the drivers/mtd/nand directory in the hope
that someday someone will patch it to use the generic NAND helpers.
If it never happens, at least we'll have all NAND related support in a
single directory and not spread over the drivers/mtd/ directory.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
13 files changed:
MAINTAINERS
drivers/mtd/Kconfig
drivers/mtd/Makefile
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/onenand/Kconfig [moved from drivers/mtd/onenand/Kconfig with 100% similarity]
drivers/mtd/nand/onenand/Makefile [moved from drivers/mtd/onenand/Makefile with 100% similarity]
drivers/mtd/nand/onenand/generic.c [moved from drivers/mtd/onenand/generic.c with 100% similarity]
drivers/mtd/nand/onenand/omap2.c [moved from drivers/mtd/onenand/omap2.c with 100% similarity]
drivers/mtd/nand/onenand/onenand_base.c [moved from drivers/mtd/onenand/onenand_base.c with 100% similarity]
drivers/mtd/nand/onenand/onenand_bbt.c [moved from drivers/mtd/onenand/onenand_bbt.c with 100% similarity]
drivers/mtd/nand/onenand/samsung.c [moved from drivers/mtd/onenand/samsung.c with 100% similarity]
drivers/mtd/nand/onenand/samsung.h [moved from drivers/mtd/onenand/samsung.h with 100% similarity]