All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: rx8010: select REGMAP_I2C
@ 2021-08-30  5:25 Yu-Tung Chang
  2021-09-13 17:39 ` Alexandre Belloni
  0 siblings, 1 reply; 4+ messages in thread
From: Yu-Tung Chang @ 2021-08-30  5:25 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni; +Cc: linux-kernel, linux-rtc, Yu-Tung Chang

The rtc-rx8010 uses the I2C regmap but doesn't select it in Kconfig so
depending on the configuration the build may fail. Fix it.

Signed-off-by: Yu-Tung Chang <mtwget@gmail.com>
---
 drivers/rtc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 12153d5801ce..f7bf87097a9f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -624,6 +624,7 @@ config RTC_DRV_FM3130
 
 config RTC_DRV_RX8010
 	tristate "Epson RX8010SJ"
+	select REGMAP_I2C
 	help
 	  If you say yes here you get support for the Epson RX8010SJ RTC
 	  chip.
-- 
2.33.0


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

* Re: [PATCH] rtc: rx8010: select REGMAP_I2C
  2021-08-30  5:25 [PATCH] rtc: rx8010: select REGMAP_I2C Yu-Tung Chang
@ 2021-09-13 17:39 ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2021-09-13 17:39 UTC (permalink / raw)
  To: a.zummo, Yu-Tung Chang; +Cc: Alexandre Belloni, linux-kernel, linux-rtc

On Mon, 30 Aug 2021 13:25:32 +0800, Yu-Tung Chang wrote:
> The rtc-rx8010 uses the I2C regmap but doesn't select it in Kconfig so
> depending on the configuration the build may fail. Fix it.
> 
> 

Applied, thanks!

[1/1] rtc: rx8010: select REGMAP_I2C
      commit: 0c45d3e24ef3d3d87c5e0077b8f38d1372af7176

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

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

* Re: [PATCH] rtc: rx8010: select REGMAP_I2C
  2021-08-30  3:56 Yu-Tung Chang
@ 2021-09-10  0:40 ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2021-09-10  0:40 UTC (permalink / raw)
  To: Yu-Tung Chang
  Cc: Alessandro Zummo, Alexandre Belloni, Linux Kernel Mailing List,
	linux-rtc

Hi,

2021年8月30日(月) 12:56 Yu-Tung Chang <mtwget@gmail.com>:
>
> From 45801967ad80578161485937a0833b27b90210f9 Mon Sep 17 00:00:00 2001
> From: Yu-Tung Chang <mtwget@gmail.com>
> Date: Mon, 30 Aug 2021 10:59:17 +0800
> Subject: [PATCH] rtc: rx8010: select REGMAP_I2C
>
> The rtc-rx8010 uses the I2C regmap but doesn't select it in Kconfig so
> depending on the configuration the build may fail. Fix it.
>
> Signed-off-by: Yu-Tung Chang <mtwget@gmail.com>
> ---
>  drivers/rtc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

>
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 12153d5801ce..f7bf87097a9f 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -624,6 +624,7 @@ config RTC_DRV_FM3130
>
>  config RTC_DRV_RX8010
>         tristate "Epson RX8010SJ"
> +       select REGMAP_I2C
>         help
>           If you say yes here you get support for the Epson RX8010SJ RTC
>           chip.
> --
> 2.33.0

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org / kernel.org}
   GPG ID: 40AD1FA6

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

* [PATCH] rtc: rx8010: select REGMAP_I2C
@ 2021-08-30  3:56 Yu-Tung Chang
  2021-09-10  0:40 ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Yu-Tung Chang @ 2021-08-30  3:56 UTC (permalink / raw)
  To: mtwget, a.zummo, alexandre.belloni; +Cc: linux-kernel, linux-rtc

From 45801967ad80578161485937a0833b27b90210f9 Mon Sep 17 00:00:00 2001
From: Yu-Tung Chang <mtwget@gmail.com>
Date: Mon, 30 Aug 2021 10:59:17 +0800
Subject: [PATCH] rtc: rx8010: select REGMAP_I2C

The rtc-rx8010 uses the I2C regmap but doesn't select it in Kconfig so
depending on the configuration the build may fail. Fix it.

Signed-off-by: Yu-Tung Chang <mtwget@gmail.com>
---
 drivers/rtc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 12153d5801ce..f7bf87097a9f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -624,6 +624,7 @@ config RTC_DRV_FM3130

 config RTC_DRV_RX8010
        tristate "Epson RX8010SJ"
+       select REGMAP_I2C
        help
          If you say yes here you get support for the Epson RX8010SJ RTC
          chip.
--
2.33.0

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

end of thread, other threads:[~2021-09-13 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  5:25 [PATCH] rtc: rx8010: select REGMAP_I2C Yu-Tung Chang
2021-09-13 17:39 ` Alexandre Belloni
  -- strict thread matches above, loose matches on Subject: below --
2021-08-30  3:56 Yu-Tung Chang
2021-09-10  0:40 ` Nobuhiro Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.