From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
Date: Wed, 24 May 2017 10:24:00 +0200 [thread overview]
Message-ID: <1495614240.3840.17.camel@pengutronix.de> (raw)
In-Reply-To: <20170524030012.54653-1-s-anna@ti.com>
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
prev parent reply other threads:[~2017-05-24 8:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1495614240.3840.17.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).