2022-06-06 04:55:05

by Luca Ceresoli

[permalink] [raw]
Subject: [PATCH 1/6] MAINTAINERS: update Luca Ceresoli's e-mail address

My Bootlin address is preferred from now on.

Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2316278d9db9..7d4bead48ed1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9500,7 +9500,7 @@ F: tools/testing/selftests/mount_setattr/
F: include/linux/mnt_idmapping.h

IDT VersaClock 5 CLOCK DRIVER
-M: Luca Ceresoli <[email protected]>
+M: Luca Ceresoli <[email protected]>
S: Maintained
F: Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
F: drivers/clk/clk-versaclock5.c
@@ -12042,7 +12042,7 @@ F: drivers/regulator/max77650-regulator.c
F: include/linux/mfd/max77650.h

MAXIM MAX77714 PMIC MFD DRIVER
-M: Luca Ceresoli <[email protected]>
+M: Luca Ceresoli <[email protected]>
S: Maintained
F: Documentation/devicetree/bindings/mfd/maxim,max77714.yaml
F: drivers/mfd/max77714.c
@@ -12057,7 +12057,7 @@ F: drivers/regulator/max77802-regulator.c
F: include/dt-bindings/*/*max77802.h

MAXIM MAX77976 BATTERY CHARGER
-M: Luca Ceresoli <[email protected]>
+M: Luca Ceresoli <[email protected]>
S: Supported
F: Documentation/devicetree/bindings/power/supply/maxim,max77976.yaml
F: drivers/power/supply/max77976_charger.c
--
2.25.1


2022-06-06 05:26:02

by Luca Ceresoli

[permalink] [raw]
Subject: [PATCH 6/6] watchdog: max77620: update Luca Ceresoli's e-mail address

My Bootlin address is preferred from now on.

Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
---
drivers/watchdog/max77620_wdt.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/watchdog/max77620_wdt.c b/drivers/watchdog/max77620_wdt.c
index b76ad6ba0915..33835c0b06de 100644
--- a/drivers/watchdog/max77620_wdt.c
+++ b/drivers/watchdog/max77620_wdt.c
@@ -6,7 +6,7 @@
* Copyright (C) 2022 Luca Ceresoli
*
* Author: Laxman Dewangan <[email protected]>
- * Author: Luca Ceresoli <[email protected]>
+ * Author: Luca Ceresoli <[email protected]>
*/

#include <linux/err.h>
@@ -260,5 +260,5 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
"(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");

MODULE_AUTHOR("Laxman Dewangan <[email protected]>");
-MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
+MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
MODULE_LICENSE("GPL v2");
--
2.25.1

2022-06-06 06:11:23

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6/6] watchdog: max77620: update Luca Ceresoli's e-mail address

On 6/3/22 08:57, Luca Ceresoli wrote:
> My Bootlin address is preferred from now on.
>
> Signed-off-by: Luca Ceresoli <[email protected]>
> Signed-off-by: Luca Ceresoli <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

An entry in .mailmap might be easier, though.

Guenter

> ---
> drivers/watchdog/max77620_wdt.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/watchdog/max77620_wdt.c b/drivers/watchdog/max77620_wdt.c
> index b76ad6ba0915..33835c0b06de 100644
> --- a/drivers/watchdog/max77620_wdt.c
> +++ b/drivers/watchdog/max77620_wdt.c
> @@ -6,7 +6,7 @@
> * Copyright (C) 2022 Luca Ceresoli
> *
> * Author: Laxman Dewangan <[email protected]>
> - * Author: Luca Ceresoli <[email protected]>
> + * Author: Luca Ceresoli <[email protected]>
> */
>
> #include <linux/err.h>
> @@ -260,5 +260,5 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
> "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
>
> MODULE_AUTHOR("Laxman Dewangan <[email protected]>");
> -MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
> +MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
> MODULE_LICENSE("GPL v2");