projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663bff1
)
rtc: pcf8563: Fix the datasheet URL
author
Fabio Estevam
<festevam@gmail.com>
Thu, 3 Jun 2021 14:34:47 +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-3-festevam@gmail.com
drivers/rtc/rtc-pcf8563.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pcf8563.c
b/drivers/rtc/rtc-pcf8563.c
index 18f12f36eb2be7299e3a17dc00f080e533078506..c8bddfb941290cfc89e1f8f3cdd8d10529f41446 100644
(file)
--- 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
+ * http
s://www.nxp.com/docs/en/data-sheet/PCF8563
.pdf
*/
#include <linux/clk-provider.h>