diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-11-09 10:42:05 +0900 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2019-01-07 16:38:51 +0100 |
commit | 3eb8f765f5aeca6e4195246f41e534025f69eee8 (patch) | |
tree | 76c0c99eec8bc1f53d63c2a83e0860aec9e6235c /drivers/reset/Makefile | |
parent | 21b22136b4330abd1467e59fbe651ae4d18f0357 (diff) | |
download | linux-3eb8f765f5aeca6e4195246f41e534025f69eee8.tar.gz linux-3eb8f765f5aeca6e4195246f41e534025f69eee8.tar.bz2 linux-3eb8f765f5aeca6e4195246f41e534025f69eee8.zip |
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>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index b14de32eb610..dc7874df78d9 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -24,6 +24,6 @@ obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o -obj-$(CONFIG_RESET_UNIPHIER_USB3) += reset-uniphier-usb3.o +obj-$(CONFIG_RESET_UNIPHIER_GLUE) += reset-uniphier-glue.o obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o |