linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
@ 2017-05-24  3:00 Suman Anna
  2017-05-24  8:24 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Suman Anna @ 2017-05-24  3:00 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: linux-kernel, linux-arm-kernel, Andrew Davis, Suman Anna

Rename the current Kconfig name used for the TI SYSCON Reset
driver from TI_SYSCON_RESET to RESET_TI_SYSCON to match the
convention used for all the reset drivers present at the
base reset folder.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 drivers/reset/Kconfig  | 2 +-
 drivers/reset/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d21c07ccc94e..42d5631c6da0 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -80,7 +80,7 @@ config RESET_SUNXI
 	help
 	  This enables the reset driver for Allwinner SoCs.
 
-config TI_SYSCON_RESET
+config RESET_TI_SYSCON
 	tristate "TI SYSCON Reset Driver"
 	depends on HAS_IOMEM
 	select MFD_SYSCON
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index 02a74db94339..26270e0f8342 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
 obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
 obj-$(CONFIG_RESET_STM32) += reset-stm32.o
 obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
-obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
+obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
 obj-$(CONFIG_RESET_ZX2967) += reset-zx2967.o
 obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
  2017-05-24  3:00 [PATCH] reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON Suman Anna
@ 2017-05-24  8:24 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2017-05-24  8:24 UTC (permalink / raw)
  To: Suman Anna; +Cc: linux-kernel, linux-arm-kernel, Andrew Davis

On Tue, 2017-05-23 at 22:00 -0500, Suman Anna wrote:
> Rename the current Kconfig name used for the TI SYSCON Reset
> driver from TI_SYSCON_RESET to RESET_TI_SYSCON to match the
> convention used for all the reset drivers present at the
> base reset folder.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Applied, thank you.

regards
Philipp

> ---
>  drivers/reset/Kconfig  | 2 +-
>  drivers/reset/Makefile | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index d21c07ccc94e..42d5631c6da0 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -80,7 +80,7 @@ config RESET_SUNXI
>  	help
>  	  This enables the reset driver for Allwinner SoCs.
>  
> -config TI_SYSCON_RESET
> +config RESET_TI_SYSCON
>  	tristate "TI SYSCON Reset Driver"
>  	depends on HAS_IOMEM
>  	select MFD_SYSCON
> diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
> index 02a74db94339..26270e0f8342 100644
> --- a/drivers/reset/Makefile
> +++ b/drivers/reset/Makefile
> @@ -13,7 +13,7 @@ obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
>  obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
>  obj-$(CONFIG_RESET_STM32) += reset-stm32.o
>  obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
> -obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
> +obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
>  obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
>  obj-$(CONFIG_RESET_ZX2967) += reset-zx2967.o
>  obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-24  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-24  3:00 [PATCH] reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON Suman Anna
2017-05-24  8:24 ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).