OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7e740
)
rtc: pcf2127: Fix the datasheet URL
author
Fabio Estevam
<festevam@gmail.com>
Thu, 3 Jun 2021 14:34:45 +0000
(11:34 -0300)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Sun, 20 Jun 2021 21:48:35 +0000
(23:48 +0200)
The current datasheet URL is no longer valid.
Replace with a valid one.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link:
https://lore.kernel.org/r/20210603143447.2223353-1-festevam@gmail.com
drivers/rtc/rtc-pcf2127.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pcf2127.c
b/drivers/rtc/rtc-pcf2127.c
index
d13c20a
..
48ce1e8
100644
(file)
--- 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: http
s://www.nxp.com/docs/en/data-
sheet/PCF2127.pdf
*/
#include <linux/i2c.h>