From: Fabio Estevam <festevam@gmail.com>
To: alexandre.belloni@bootlin.com
Cc: linux-rtc@vger.kernel.org, Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 3/3] rtc: pcf8563: Fix the datasheet URL
Date: Thu, 3 Jun 2021 11:34:47 -0300 [thread overview]
Message-ID: <20210603143447.2223353-3-festevam@gmail.com> (raw)
In-Reply-To: <20210603143447.2223353-1-festevam@gmail.com>
The current datasheet URL is no longer valid.
Replace with a valid one.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
drivers/rtc/rtc-pcf8563.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c
index 18f12f36eb2b..c8bddfb94129 100644
--- a/drivers/rtc/rtc-pcf8563.c
+++ b/drivers/rtc/rtc-pcf8563.c
@@ -8,7 +8,7 @@
*
* based on the other drivers in this same directory.
*
- * http://www.semiconductors.philips.com/acrobat/datasheets/PCF8563-04.pdf
+ * https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
*/
#include <linux/clk-provider.h>
--
2.25.1
next prev parent reply other threads:[~2021-06-03 14:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-03 14:34 [PATCH 1/3] rtc: pcf2127: Fix the datasheet URL Fabio Estevam
2021-06-03 14:34 ` [PATCH 2/3] rtc: pcf85063: " Fabio Estevam
2021-06-03 15:12 ` Nobuhiro Iwamatsu
2021-06-03 14:34 ` Fabio Estevam [this message]
2021-06-20 21:49 ` [PATCH 1/3] rtc: pcf2127: " 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=20210603143447.2223353-3-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--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 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.