All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: update my email address
@ 2016-12-20 18:56 John Crispin
  2016-12-20 20:28 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: John Crispin @ 2016-12-20 18:56 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck
  Cc: linux-watchdog, linux-kernel, John Crispin

This patch updates my email address as I no longer have access to the old
one.

Signed-off-by: John Crispin <john@phrozen.org>
---
 drivers/watchdog/lantiq_wdt.c |    4 ++--
 drivers/watchdog/mt7621_wdt.c |    4 ++--
 drivers/watchdog/rt2880_wdt.c |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/watchdog/lantiq_wdt.c b/drivers/watchdog/lantiq_wdt.c
index 582f2fa..e082367 100644
--- a/drivers/watchdog/lantiq_wdt.c
+++ b/drivers/watchdog/lantiq_wdt.c
@@ -3,7 +3,7 @@
  *  under the terms of the GNU General Public License version 2 as published
  *  by the Free Software Foundation.
  *
- *  Copyright (C) 2010 John Crispin <blogic@openwrt.org>
+ *  Copyright (C) 2010 John Crispin <john@phrozen.org>
  *  Based on EP93xx wdt driver
  */
 
@@ -240,6 +240,6 @@
 
 module_param(nowayout, bool, 0);
 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
-MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
+MODULE_AUTHOR("John Crispin <john@phrozen.org>");
 MODULE_DESCRIPTION("Lantiq SoC Watchdog");
 MODULE_LICENSE("GPL");
diff --git a/drivers/watchdog/mt7621_wdt.c b/drivers/watchdog/mt7621_wdt.c
index d5735c1..2fb5a30 100644
--- a/drivers/watchdog/mt7621_wdt.c
+++ b/drivers/watchdog/mt7621_wdt.c
@@ -1,7 +1,7 @@
 /*
  * Ralink MT7621/MT7628 built-in hardware watchdog timer
  *
- * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2014 John Crispin <john@phrozen.org>
  *
  * This driver was based on: drivers/watchdog/rt2880_wdt.c
  *
@@ -181,5 +181,5 @@ static void mt7621_wdt_shutdown(struct platform_device *pdev)
 module_platform_driver(mt7621_wdt_driver);
 
 MODULE_DESCRIPTION("MediaTek MT762x hardware watchdog driver");
-MODULE_AUTHOR("John Crispin <blogic@openwrt.org");
+MODULE_AUTHOR("John Crispin <john@phrozen.org");
 MODULE_LICENSE("GPL v2");
diff --git a/drivers/watchdog/rt2880_wdt.c b/drivers/watchdog/rt2880_wdt.c
index 14b4fd4..4c471fe7 100644
--- a/drivers/watchdog/rt2880_wdt.c
+++ b/drivers/watchdog/rt2880_wdt.c
@@ -2,7 +2,7 @@
  * Ralink RT288x/RT3xxx/MT76xx built-in hardware watchdog timer
  *
  * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
- * Copyright (C) 2013 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2013 John Crispin <john@phrozen.org>
  *
  * This driver was based on: drivers/watchdog/softdog.c
  *
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] watchdog: update my email address
  2016-12-20 18:56 [PATCH] watchdog: update my email address John Crispin
@ 2016-12-20 20:28 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2016-12-20 20:28 UTC (permalink / raw)
  To: John Crispin, Wim Van Sebroeck; +Cc: linux-watchdog, linux-kernel

On 12/20/2016 10:56 AM, John Crispin wrote:
> This patch updates my email address as I no longer have access to the old
> one.
>
> Signed-off-by: John Crispin <john@phrozen.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/lantiq_wdt.c |    4 ++--
>  drivers/watchdog/mt7621_wdt.c |    4 ++--
>  drivers/watchdog/rt2880_wdt.c |    2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/watchdog/lantiq_wdt.c b/drivers/watchdog/lantiq_wdt.c
> index 582f2fa..e082367 100644
> --- a/drivers/watchdog/lantiq_wdt.c
> +++ b/drivers/watchdog/lantiq_wdt.c
> @@ -3,7 +3,7 @@
>   *  under the terms of the GNU General Public License version 2 as published
>   *  by the Free Software Foundation.
>   *
> - *  Copyright (C) 2010 John Crispin <blogic@openwrt.org>
> + *  Copyright (C) 2010 John Crispin <john@phrozen.org>
>   *  Based on EP93xx wdt driver
>   */
>
> @@ -240,6 +240,6 @@
>
>  module_param(nowayout, bool, 0);
>  MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
> -MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
> +MODULE_AUTHOR("John Crispin <john@phrozen.org>");
>  MODULE_DESCRIPTION("Lantiq SoC Watchdog");
>  MODULE_LICENSE("GPL");
> diff --git a/drivers/watchdog/mt7621_wdt.c b/drivers/watchdog/mt7621_wdt.c
> index d5735c1..2fb5a30 100644
> --- a/drivers/watchdog/mt7621_wdt.c
> +++ b/drivers/watchdog/mt7621_wdt.c
> @@ -1,7 +1,7 @@
>  /*
>   * Ralink MT7621/MT7628 built-in hardware watchdog timer
>   *
> - * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
> + * Copyright (C) 2014 John Crispin <john@phrozen.org>
>   *
>   * This driver was based on: drivers/watchdog/rt2880_wdt.c
>   *
> @@ -181,5 +181,5 @@ static void mt7621_wdt_shutdown(struct platform_device *pdev)
>  module_platform_driver(mt7621_wdt_driver);
>
>  MODULE_DESCRIPTION("MediaTek MT762x hardware watchdog driver");
> -MODULE_AUTHOR("John Crispin <blogic@openwrt.org");
> +MODULE_AUTHOR("John Crispin <john@phrozen.org");
>  MODULE_LICENSE("GPL v2");
> diff --git a/drivers/watchdog/rt2880_wdt.c b/drivers/watchdog/rt2880_wdt.c
> index 14b4fd4..4c471fe7 100644
> --- a/drivers/watchdog/rt2880_wdt.c
> +++ b/drivers/watchdog/rt2880_wdt.c
> @@ -2,7 +2,7 @@
>   * Ralink RT288x/RT3xxx/MT76xx built-in hardware watchdog timer
>   *
>   * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
> - * Copyright (C) 2013 John Crispin <blogic@openwrt.org>
> + * Copyright (C) 2013 John Crispin <john@phrozen.org>
>   *
>   * This driver was based on: drivers/watchdog/softdog.c
>   *
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-20 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 18:56 [PATCH] watchdog: update my email address John Crispin
2016-12-20 20:28 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.