All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: update my email address
@ 2016-12-20 19:03 John Crispin
  2016-12-29 16:43 ` Boris Brezillon
  0 siblings, 1 reply; 4+ messages in thread
From: John Crispin @ 2016-12-20 19:03 UTC (permalink / raw)
  To: Boris Brezillon, Brian Norris, Marek Vasut
  Cc: linux-mtd, 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/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

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

* Re: [PATCH] mtd: update my email address
  2016-12-20 19:03 [PATCH] mtd: update my email address John Crispin
@ 2016-12-29 16:43 ` Boris Brezillon
  2017-02-08 20:50   ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Boris Brezillon @ 2016-12-29 16:43 UTC (permalink / raw)
  To: John Crispin; +Cc: Brian Norris, Marek Vasut, linux-mtd, linux-kernel

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>
>   */
>  

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

* Re: [PATCH] mtd: update my email address
  2016-12-29 16:43 ` Boris Brezillon
@ 2017-02-08 20:50   ` Brian Norris
  2017-02-09  5:17     ` John Crispin
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2017-02-08 20:50 UTC (permalink / raw)
  To: Boris Brezillon; +Cc: John Crispin, Marek Vasut, linux-mtd, linux-kernel

On Thu, Dec 29, 2016 at 05:43:02PM +0100, Boris Brezillon wrote:
> 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(-)

Huh, I think I filed this away as "for Boris to handle" due to the NAND
file touched. Oops.

Applied to l2-mtd.git.

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

* Re: [PATCH] mtd: update my email address
  2017-02-08 20:50   ` Brian Norris
@ 2017-02-09  5:17     ` John Crispin
  0 siblings, 0 replies; 4+ messages in thread
From: John Crispin @ 2017-02-09  5:17 UTC (permalink / raw)
  To: Brian Norris, Boris Brezillon; +Cc: Marek Vasut, linux-mtd, linux-kernel



On 08/02/2017 21:50, Brian Norris wrote:
> On Thu, Dec 29, 2016 at 05:43:02PM +0100, Boris Brezillon wrote:
>> 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(-)
> 
> Huh, I think I filed this away as "for Boris to handle" due to the NAND
> file touched. Oops.
> 
> Applied to l2-mtd.git.
> 

thanks :-) it was not really critical anyways

	John

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

end of thread, other threads:[~2017-02-09  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 19:03 [PATCH] mtd: update my email address John Crispin
2016-12-29 16:43 ` Boris Brezillon
2017-02-08 20:50   ` Brian Norris
2017-02-09  5:17     ` John Crispin

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.