linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtc: Specified all the parts for DS1216
@ 2021-09-15 10:53 Ramona Alexandra Nechita
  2021-09-25 21:25 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Ramona Alexandra Nechita @ 2021-09-15 10:53 UTC (permalink / raw)
  To: linux-rtc
  Cc: alexandre.belloni, a.zummo, linux-kernel, Ramona Alexandra Nechita

Included the parts supported in the description (B/C/D/E/F/H).

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
---
 drivers/rtc/Kconfig      | 2 +-
 drivers/rtc/rtc-ds1216.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 1adf9f815652..0be9a34e75c8 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -966,7 +966,7 @@ config RTC_DRV_VRTC
 	updates are done via IPC calls to the system controller FW.
 
 config RTC_DRV_DS1216
-	tristate "Dallas DS1216"
+	tristate "Dallas DS1216B/C/D/E/F/H"
 	depends on SNI_RM
 	help
 	  If you say yes here you get support for the Dallas DS1216 RTC chips.
diff --git a/drivers/rtc/rtc-ds1216.c b/drivers/rtc/rtc-ds1216.c
index b225bcfef50b..ea276260d962 100644
--- a/drivers/rtc/rtc-ds1216.c
+++ b/drivers/rtc/rtc-ds1216.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Dallas DS1216 RTC driver
+ * Dallas DS1216B/C/D/E/F/H RTC driver
  *
  * Copyright (c) 2007 Thomas Bogendoerfer
  *
-- 
2.25.1


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

* Re: [PATCH] rtc: Specified all the parts for DS1216
  2021-09-15 10:53 [PATCH] rtc: Specified all the parts for DS1216 Ramona Alexandra Nechita
@ 2021-09-25 21:25 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2021-09-25 21:25 UTC (permalink / raw)
  To: Ramona Alexandra Nechita; +Cc: linux-rtc, a.zummo, linux-kernel

Hello,

On 15/09/2021 13:53:09+0300, Ramona Alexandra Nechita wrote:
> Included the parts supported in the description (B/C/D/E/F/H).
> 

I'm sorry, I don't get the point, those are all the ds1216 as seen on
https://www.maximintegrated.com/en/products/analog/real-time-clocks/DS1216.html
so DS1216 is probably enough anywere.

> Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
> ---
>  drivers/rtc/Kconfig      | 2 +-
>  drivers/rtc/rtc-ds1216.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index 1adf9f815652..0be9a34e75c8 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -966,7 +966,7 @@ config RTC_DRV_VRTC
>  	updates are done via IPC calls to the system controller FW.
>  
>  config RTC_DRV_DS1216
> -	tristate "Dallas DS1216"
> +	tristate "Dallas DS1216B/C/D/E/F/H"
>  	depends on SNI_RM
>  	help
>  	  If you say yes here you get support for the Dallas DS1216 RTC chips.
> diff --git a/drivers/rtc/rtc-ds1216.c b/drivers/rtc/rtc-ds1216.c
> index b225bcfef50b..ea276260d962 100644
> --- a/drivers/rtc/rtc-ds1216.c
> +++ b/drivers/rtc/rtc-ds1216.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Dallas DS1216 RTC driver
> + * Dallas DS1216B/C/D/E/F/H RTC driver
>   *
>   * Copyright (c) 2007 Thomas Bogendoerfer
>   *
> -- 
> 2.25.1
> 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-09-25 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 10:53 [PATCH] rtc: Specified all the parts for DS1216 Ramona Alexandra Nechita
2021-09-25 21:25 ` Alexandre Belloni

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).