]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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>
21 files changed:
MAINTAINERS
drivers/mtd/Kconfig
drivers/mtd/Makefile
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/onenand/Kconfig [new file with mode: 0644]
drivers/mtd/nand/onenand/Makefile [new file with mode: 0644]
drivers/mtd/nand/onenand/generic.c [new file with mode: 0644]
drivers/mtd/nand/onenand/omap2.c [new file with mode: 0644]
drivers/mtd/nand/onenand/onenand_base.c [new file with mode: 0644]
drivers/mtd/nand/onenand/onenand_bbt.c [new file with mode: 0644]
drivers/mtd/nand/onenand/samsung.c [new file with mode: 0644]
drivers/mtd/nand/onenand/samsung.h [new file with mode: 0644]
drivers/mtd/onenand/Kconfig [deleted file]
drivers/mtd/onenand/Makefile [deleted file]
drivers/mtd/onenand/generic.c [deleted file]
drivers/mtd/onenand/omap2.c [deleted file]
drivers/mtd/onenand/onenand_base.c [deleted file]
drivers/mtd/onenand/onenand_bbt.c [deleted file]
drivers/mtd/onenand/samsung.c [deleted file]
drivers/mtd/onenand/samsung.h [deleted file]