mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 19 Oct 2018 07:49:05 +0000 (09:49 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 5 Nov 2018 21:24:29 +0000 (22:24 +0100)
commit6ca15cfa0788ebef365ce31d1e01ea30a389a895
treefe6dbb27a233f1f56b2c54be0b0edfbff5d05304
parent642b1e8dbed7bbbf8c4deb3c9a0496f17278badc
mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}

Now that the physmap_of driver is gone, the gemini and versative
extensions are part of the physmap driver. Rename the source files and
the config option to reflect this.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Makefile
drivers/mtd/maps/physmap-core.c
drivers/mtd/maps/physmap-gemini.c [new file with mode: 0644]
drivers/mtd/maps/physmap-gemini.h [new file with mode: 0644]
drivers/mtd/maps/physmap-versatile.c [new file with mode: 0644]
drivers/mtd/maps/physmap-versatile.h [new file with mode: 0644]
drivers/mtd/maps/physmap_of_gemini.c [deleted file]
drivers/mtd/maps/physmap_of_gemini.h [deleted file]
drivers/mtd/maps/physmap_of_versatile.c [deleted file]
drivers/mtd/maps/physmap_of_versatile.h [deleted file]