All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] rtc: pcf2127: Fix the datasheet URL
@ 2021-06-03 14:34 Fabio Estevam
  2021-06-03 14:34 ` [PATCH 2/3] rtc: pcf85063: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2021-06-03 14:34 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: linux-rtc, Fabio Estevam

The current datasheet URL is no longer valid.

Replace with a valid one.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 drivers/rtc/rtc-pcf2127.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/rtc-pcf2127.c b/drivers/rtc/rtc-pcf2127.c
index d13c20a2adf7..48ce1e85deb1 100644
--- a/drivers/rtc/rtc-pcf2127.c
+++ b/drivers/rtc/rtc-pcf2127.c
@@ -10,7 +10,7 @@
  *
  * based on the other drivers in this same directory.
  *
- * Datasheet: http://cache.nxp.com/documents/data_sheet/PCF2127.pdf
+ * Datasheet: https://www.nxp.com/docs/en/data-sheet/PCF2127.pdf
  */
 
 #include <linux/i2c.h>
-- 
2.25.1


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

end of thread, other threads:[~2021-06-20 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 3/3] rtc: pcf8563: " Fabio Estevam
2021-06-20 21:49 ` [PATCH 1/3] rtc: pcf2127: " Alexandre Belloni

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.