linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ramona Alexandra Nechita <ramona.nechita@analog.com>
To: <linux-rtc@vger.kernel.org>
Cc: <alexandre.belloni@bootlin.com>, <a.zummo@towertech.it>,
	<linux-kernel@vger.kernel.org>,
	Ramona Alexandra Nechita <ramona.nechita@analog.com>
Subject: [PATCH] rtc: Specified all the parts for DS1216
Date: Wed, 15 Sep 2021 13:53:09 +0300	[thread overview]
Message-ID: <20210915105309.17225-1-ramona.nechita@analog.com> (raw)

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


             reply	other threads:[~2021-09-15 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15 10:53 Ramona Alexandra Nechita [this message]
2021-09-25 21:25 ` [PATCH] rtc: Specified all the parts for DS1216 Alexandre Belloni

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=20210915105309.17225-1-ramona.nechita@analog.com \
    --to=ramona.nechita@analog.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.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).