mtd: onenand: Use a better name for samsung driver
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 30 Dec 2019 17:31:02 +0000 (18:31 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 19:00:35 +0000 (20:00 +0100)
commit446b6dc8d87482af53fa30d29780a78bbae1e9b8
tree30e4b372011b75c2c96c8b10d5a56be4efa7ed01
parent7a95a72e052a7d15333de932e0a89b4934ce6085
mtd: onenand: Use a better name for samsung driver

Commit 55ed51fff224 ("{tty: serial, nand: onenand}: samsung: rename to
fix build warning") has changed the samsung.c driver to be
samsung_mtd.c in order to avoid a conflict in module names with the
tty driver.

Since the *_mtd suffix is very undescriptive, rename it to
onenand_samsung.c, following the folder's convention. Same will be
applied to the omap2 onenand driver.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/onenand/Makefile
drivers/mtd/nand/onenand/onenand_samsung.c [moved from drivers/mtd/nand/onenand/samsung_mtd.c with 100% similarity]