Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1545373 > unrolled thread
| Started by | John Crispin <john@phrozen.org> |
|---|---|
| First post | 2016-12-20 20:10 +0100 |
| Last post | 2016-12-29 17:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mtd: update my email address John Crispin <john@phrozen.org> - 2016-12-20 20:10 +0100
Re: [PATCH] mtd: update my email address Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-12-29 17:50 +0100
| From | John Crispin <john@phrozen.org> |
|---|---|
| Date | 2016-12-20 20:10 +0100 |
| Subject | [PATCH] mtd: update my email address |
| Message-ID | <sQxXs-18O-35@gated-at.bofh.it> |
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/mtd/maps/lantiq-flash.c | 4 ++--
drivers/mtd/nand/xway_nand.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c
index c8febb3..3e33ab6 100644
--- a/drivers/mtd/maps/lantiq-flash.c
+++ b/drivers/mtd/maps/lantiq-flash.c
@@ -4,7 +4,7 @@
* by the Free Software Foundation.
*
* Copyright (C) 2004 Liu Peng Infineon IFAP DC COM CPE
- * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2010 John Crispin <john@phrozen.org>
*/
#include <linux/err.h>
@@ -209,5 +209,5 @@ struct ltq_mtd {
module_platform_driver(ltq_mtd_driver);
MODULE_LICENSE("GPL");
-MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
+MODULE_AUTHOR("John Crispin <john@phrozen.org>");
MODULE_DESCRIPTION("Lantiq SoC NOR");
diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c
index 1f2948c..bef709c 100644
--- a/drivers/mtd/nand/xway_nand.c
+++ b/drivers/mtd/nand/xway_nand.c
@@ -3,7 +3,7 @@
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
- * Copyright © 2012 John Crispin <blogic@openwrt.org>
+ * Copyright © 2012 John Crispin <john@phrozen.org>
* Copyright © 2016 Hauke Mehrtens <hauke@hauke-m.de>
*/
--
1.7.10.4
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2016-12-29 17:50 +0100 |
| Message-ID | <sTM3U-AQ-29@gated-at.bofh.it> |
| In reply to | #1545373 |
On Tue, 20 Dec 2016 20:03:26 +0100
John Crispin <john@phrozen.org> 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>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> drivers/mtd/maps/lantiq-flash.c | 4 ++--
> drivers/mtd/nand/xway_nand.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c
> index c8febb3..3e33ab6 100644
> --- a/drivers/mtd/maps/lantiq-flash.c
> +++ b/drivers/mtd/maps/lantiq-flash.c
> @@ -4,7 +4,7 @@
> * by the Free Software Foundation.
> *
> * Copyright (C) 2004 Liu Peng Infineon IFAP DC COM CPE
> - * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
> + * Copyright (C) 2010 John Crispin <john@phrozen.org>
> */
>
> #include <linux/err.h>
> @@ -209,5 +209,5 @@ struct ltq_mtd {
> module_platform_driver(ltq_mtd_driver);
>
> MODULE_LICENSE("GPL");
> -MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
> +MODULE_AUTHOR("John Crispin <john@phrozen.org>");
> MODULE_DESCRIPTION("Lantiq SoC NOR");
> diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c
> index 1f2948c..bef709c 100644
> --- a/drivers/mtd/nand/xway_nand.c
> +++ b/drivers/mtd/nand/xway_nand.c
> @@ -3,7 +3,7 @@
> * under the terms of the GNU General Public License version 2 as published
> * by the Free Software Foundation.
> *
> - * Copyright © 2012 John Crispin <blogic@openwrt.org>
> + * Copyright © 2012 John Crispin <john@phrozen.org>
> * Copyright © 2016 Hauke Mehrtens <hauke@hauke-m.de>
> */
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web