summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-03-04 14:17:38 -0500
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-03-04 14:21:19 -0500
commit7d1e5bfe17a69cbe60b46bea8a1be51520d514d3 (patch)
tree3c2e51c94d7279e17d38c6704833a44b15e8baa5
parent182ae2bb640b9202cc29ad6fba92057aefcbe719 (diff)
rtc: update my email address
Use my current email address. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--drivers/rtc/rtc-abx80x.c4
-rw-r--r--drivers/rtc/rtc-rv8803.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c
index b76f65983658..6ddcad642d1e 100644
--- a/drivers/rtc/rtc-abx80x.c
+++ b/drivers/rtc/rtc-abx80x.c
@@ -5,7 +5,7 @@
5 * Copyright 2014-2015 Macq S.A. 5 * Copyright 2014-2015 Macq S.A.
6 * 6 *
7 * Author: Philippe De Muyter <phdm@macqel.be> 7 * Author: Philippe De Muyter <phdm@macqel.be>
8 * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com> 8 * Author: Alexandre Belloni <alexandre.belloni@bootlin.com>
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as 11 * it under the terms of the GNU General Public License version 2 as
@@ -906,6 +906,6 @@ static struct i2c_driver abx80x_driver = {
906module_i2c_driver(abx80x_driver); 906module_i2c_driver(abx80x_driver);
907 907
908MODULE_AUTHOR("Philippe De Muyter <phdm@macqel.be>"); 908MODULE_AUTHOR("Philippe De Muyter <phdm@macqel.be>");
909MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@free-electrons.com>"); 909MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@bootlin.com>");
910MODULE_DESCRIPTION("Abracon ABX80X RTC driver"); 910MODULE_DESCRIPTION("Abracon ABX80X RTC driver");
911MODULE_LICENSE("GPL v2"); 911MODULE_LICENSE("GPL v2");
diff --git a/drivers/rtc/rtc-rv8803.c b/drivers/rtc/rtc-rv8803.c
index 7ffd18ab0cdd..0b102c3cf5a4 100644
--- a/drivers/rtc/rtc-rv8803.c
+++ b/drivers/rtc/rtc-rv8803.c
@@ -3,7 +3,7 @@
3 * RTC driver for the Micro Crystal RV8803 3 * RTC driver for the Micro Crystal RV8803
4 * 4 *
5 * Copyright (C) 2015 Micro Crystal SA 5 * Copyright (C) 2015 Micro Crystal SA
6 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 6 * Alexandre Belloni <alexandre.belloni@bootlin.com>
7 * 7 *
8 */ 8 */
9 9
@@ -643,6 +643,6 @@ static struct i2c_driver rv8803_driver = {
643}; 643};
644module_i2c_driver(rv8803_driver); 644module_i2c_driver(rv8803_driver);
645 645
646MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@free-electrons.com>"); 646MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@bootlin.com>");
647MODULE_DESCRIPTION("Micro Crystal RV8803 RTC driver"); 647MODULE_DESCRIPTION("Micro Crystal RV8803 RTC driver");
648MODULE_LICENSE("GPL v2"); 648MODULE_LICENSE("GPL v2");