From: "Tóth János via B4 Relay" <devnull+gomba007.gmail.com@kernel.org>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org,
"Tóth János" <gomba007@gmail.com>
Subject: [PATCH] rtc: sd2405al: Add I2C address.
Date: Mon, 07 Apr 2025 13:48:49 +0200 [thread overview]
Message-ID: <20250407-rtc-sd2405al-i2c-addr-v1-1-efdd951952c0@gmail.com> (raw)
From: Tóth János <gomba007@gmail.com>
It is common to include the I2C address of the device in the source
file.
Signed-off-by: Tóth János <gomba007@gmail.com>
---
It is common to include the I2C address of the device in the source file.
---
drivers/rtc/rtc-sd2405al.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/rtc/rtc-sd2405al.c b/drivers/rtc/rtc-sd2405al.c
index 00c3033e8079..708ea5d964de 100644
--- a/drivers/rtc/rtc-sd2405al.c
+++ b/drivers/rtc/rtc-sd2405al.c
@@ -5,7 +5,9 @@
* Datasheet:
* https://image.dfrobot.com/image/data/TOY0021/SD2405AL%20datasheet%20(Angelo%20v0.1).pdf
*
- * Copyright (C) 2024 Tóth János <gomba007@gmail.com>
+ * I2C slave address: 0x32
+ *
+ * Copyright (C) 2024-2025 Tóth János <gomba007@gmail.com>
*/
#include <linux/bcd.h>
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250407-rtc-sd2405al-i2c-addr-392d58e8567d
Best regards,
--
Tóth János <gomba007@gmail.com>
next reply other threads:[~2025-04-07 11:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 11:48 Tóth János via B4 Relay [this message]
2025-10-05 20:51 ` [PATCH] rtc: sd2405al: Add I2C address 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=20250407-rtc-sd2405al-i2c-addr-v1-1-efdd951952c0@gmail.com \
--to=devnull+gomba007.gmail.com@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=gomba007@gmail.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).