Skip to content

Commit bb5b0b4

Browse files
Kumba42alexandrebelloni
authored andcommitted
rtc: ds1685: Update Joshua Kinard's email address.
I am switching my address to a personal domain, so need to update the driver's files and the entry in MAINTAINERS. Signed-off-by: Joshua Kinard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 35d6aae commit bb5b0b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6608,7 +6608,7 @@ S: Supported
66086608
F: drivers/input/keyboard/dlink-dir685-touchkeys.c
66096609

66106610
DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
6611-
M: Joshua Kinard <[email protected]>
6611+
M: Joshua Kinard <[email protected]>
66126612
S: Maintained
66136613
F: drivers/rtc/rtc-ds1685.c
66146614
F: include/linux/rtc/ds1685.h

drivers/rtc/rtc-ds1685.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* An rtc driver for the Dallas/Maxim DS1685/DS1687 and related real-time
44
* chips.
55
*
6-
* Copyright (C) 2011-2014 Joshua Kinard <[email protected]>.
6+
* Copyright (C) 2011-2014 Joshua Kinard <[email protected]>.
77
* Copyright (C) 2009 Matthias Fuchs <[email protected]>.
88
*
99
* References:
@@ -1436,7 +1436,7 @@ EXPORT_SYMBOL_GPL(ds1685_rtc_poweroff);
14361436
/* ----------------------------------------------------------------------- */
14371437

14381438

1439-
MODULE_AUTHOR("Joshua Kinard <[email protected]>");
1439+
MODULE_AUTHOR("Joshua Kinard <[email protected]>");
14401440
MODULE_AUTHOR("Matthias Fuchs <[email protected]>");
14411441
MODULE_DESCRIPTION("Dallas/Maxim DS1685/DS1687-series RTC driver");
14421442
MODULE_LICENSE("GPL");

include/linux/rtc/ds1685.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* include larger, battery-backed NV-SRAM, burst-mode access, and an RTC
99
* write counter.
1010
*
11-
* Copyright (C) 2011-2014 Joshua Kinard <[email protected]>.
11+
* Copyright (C) 2011-2014 Joshua Kinard <[email protected]>.
1212
* Copyright (C) 2009 Matthias Fuchs <[email protected]>.
1313
*
1414
* References:

0 commit comments

Comments
 (0)