]> git.baikalelectronics.ru Git - kernel.git/commit
reset: uniphier-usb3: Rename to reset-uniphier-glue
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Fri, 9 Nov 2018 01:42:05 +0000 (10:42 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 7 Jan 2019 15:38:51 +0000 (16:38 +0100)
commite05f274fb46d31a554bed6bd00bdd61a62709ee2
tree76c0c99eec8bc1f53d63c2a83e0860aec9e6235c
parent02da736ed4eda13cc8475b7b3ed6088860ec545c
reset: uniphier-usb3: Rename to reset-uniphier-glue

This driver works for controlling the reset lines including USB3
glue layer, however, this can be applied to other glue layers.
Now this patch renames the driver from "reset-uniphier-usb3" to
"reset-uniphier-glue".

At the same time, this changes CONFIG_RESET_UNIPHIER_USB3 to
CONFIG_RESET_UNIPHIER_GLUE.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-uniphier-glue.c [new file with mode: 0644]
drivers/reset/reset-uniphier-usb3.c [deleted file]