All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: nfc: update Robert Baldyga's email address
@ 2016-03-17 10:49 Robert Baldyga
  2020-08-29 13:47 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Baldyga @ 2016-03-17 10:49 UTC (permalink / raw)
  To: sameo
  Cc: aloisio.almeida, lauro.venancio, k.opasiak, linux-nfc,
	linux-kernel, Robert Baldyga

The r.baldyga@samsung.com email address is no longer valid, so
this commit replaces it with r.baldyga@hackerion.com which is
employer-agnostic and thus should be valid for foreseeable future.

Signed-off-by: Robert Baldyga <r.baldyga@hackerion.com>
---
 MAINTAINERS                    | 2 +-
 drivers/nfc/s3fwrn5/core.c     | 4 ++--
 drivers/nfc/s3fwrn5/firmware.c | 2 +-
 drivers/nfc/s3fwrn5/firmware.h | 2 +-
 drivers/nfc/s3fwrn5/i2c.c      | 4 ++--
 drivers/nfc/s3fwrn5/nci.c      | 2 +-
 drivers/nfc/s3fwrn5/nci.h      | 2 +-
 drivers/nfc/s3fwrn5/s3fwrn5.h  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4dd2d37..9b21f76 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9481,7 +9481,7 @@ S:	Supported
 F:	drivers/media/i2c/s5k5baf.c
 
 SAMSUNG S3FWRN5 NFC DRIVER
-M:	Robert Baldyga <r.baldyga@samsung.com>
+M:	Robert Baldyga <r.baldyga@hackerion.com>
 M:	Krzysztof Opasiak <k.opasiak@samsung.com>
 L:	linux-nfc@lists.01.org (moderated for non-subscribers)
 S:	Supported
diff --git a/drivers/nfc/s3fwrn5/core.c b/drivers/nfc/s3fwrn5/core.c
index 9d9c8d5..597f08e 100644
--- a/drivers/nfc/s3fwrn5/core.c
+++ b/drivers/nfc/s3fwrn5/core.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -216,4 +216,4 @@ EXPORT_SYMBOL(s3fwrn5_recv_frame);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Samsung S3FWRN5 NFC driver");
-MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
+MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index 64a9025..2962714 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/firmware.h b/drivers/nfc/s3fwrn5/firmware.h
index 1ec0647..ad604cb 100644
--- a/drivers/nfc/s3fwrn5/firmware.h
+++ b/drivers/nfc/s3fwrn5/firmware.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
index 3ed0adf..af50287 100644
--- a/drivers/nfc/s3fwrn5/i2c.c
+++ b/drivers/nfc/s3fwrn5/i2c.c
@@ -2,7 +2,7 @@
  * I2C Link Layer for Samsung S3FWRN5 NCI based Driver
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -303,4 +303,4 @@ module_i2c_driver(s3fwrn5_i2c_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("I2C driver for Samsung S3FWRN5");
-MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
+MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
diff --git a/drivers/nfc/s3fwrn5/nci.c b/drivers/nfc/s3fwrn5/nci.c
index 075e4e8..45d2249 100644
--- a/drivers/nfc/s3fwrn5/nci.c
+++ b/drivers/nfc/s3fwrn5/nci.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/nci.h b/drivers/nfc/s3fwrn5/nci.h
index 60c7fb5..2f445bd 100644
--- a/drivers/nfc/s3fwrn5/nci.h
+++ b/drivers/nfc/s3fwrn5/nci.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/s3fwrn5.h b/drivers/nfc/s3fwrn5/s3fwrn5.h
index 7d5e516..0fbe711 100644
--- a/drivers/nfc/s3fwrn5/s3fwrn5.h
+++ b/drivers/nfc/s3fwrn5/s3fwrn5.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
-- 
2.5.0

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

* Re: [PATCH] drivers: nfc: update Robert Baldyga's email address
  2016-03-17 10:49 [PATCH] drivers: nfc: update Robert Baldyga's email address Robert Baldyga
@ 2020-08-29 13:47 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-29 13:47 UTC (permalink / raw)
  To: Robert Baldyga
  Cc: sameo, aloisio.almeida, lauro.venancio, k.opasiak, linux-nfc,
	linux-kernel, Marek Szyprowski

On Thu, 17 Mar 2016 at 12:35, Robert Baldyga <r.baldyga@hackerion.com> wrote:
>
> The r.baldyga@samsung.com email address is no longer valid, so
> this commit replaces it with r.baldyga@hackerion.com which is
> employer-agnostic and thus should be valid for foreseeable future.
>
> Signed-off-by: Robert Baldyga <r.baldyga@hackerion.com>
> ---
>  MAINTAINERS                    | 2 +-
>  drivers/nfc/s3fwrn5/core.c     | 4 ++--
>  drivers/nfc/s3fwrn5/firmware.c | 2 +-
>  drivers/nfc/s3fwrn5/firmware.h | 2 +-
>  drivers/nfc/s3fwrn5/i2c.c      | 4 ++--
>  drivers/nfc/s3fwrn5/nci.c      | 2 +-
>  drivers/nfc/s3fwrn5/nci.h      | 2 +-
>  drivers/nfc/s3fwrn5/s3fwrn5.h  | 2 +-
>  8 files changed, 10 insertions(+), 10 deletions(-)

Hi all,

That's a pretty old patch but it was never applied. Robert, can you
rebase and send a recent version?

Best regards,
Krzysztof

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

* Re: [PATCH] drivers: nfc: update Robert Baldyga's email address
  2016-03-17 11:12 Robert Baldyga
@ 2016-03-17 14:04 ` Robert Baldyga
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Baldyga @ 2016-03-17 14:04 UTC (permalink / raw)
  To: sameo; +Cc: aloisio.almeida, lauro.venancio, k.opasiak, linux-nfc, linux-kernel

Oops, sorry for the duplicate email.

Best regards,
Robert

On 03/17/2016 12:12 PM, Robert Baldyga wrote:
> The r.baldyga@samsung.com email address is no longer valid, so
> this commit replaces it with r.baldyga@hackerion.com which is
> employer-agnostic and thus should be valid for foreseeable future.
> 
> Signed-off-by: Robert Baldyga <r.baldyga@hackerion.com>
> ---
>  MAINTAINERS                    | 2 +-
>  drivers/nfc/s3fwrn5/core.c     | 4 ++--
>  drivers/nfc/s3fwrn5/firmware.c | 2 +-
>  drivers/nfc/s3fwrn5/firmware.h | 2 +-
>  drivers/nfc/s3fwrn5/i2c.c      | 4 ++--
>  drivers/nfc/s3fwrn5/nci.c      | 2 +-
>  drivers/nfc/s3fwrn5/nci.h      | 2 +-
>  drivers/nfc/s3fwrn5/s3fwrn5.h  | 2 +-
>  8 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4dd2d37..9b21f76 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9481,7 +9481,7 @@ S:	Supported
>  F:	drivers/media/i2c/s5k5baf.c
>  
>  SAMSUNG S3FWRN5 NFC DRIVER
> -M:	Robert Baldyga <r.baldyga@samsung.com>
> +M:	Robert Baldyga <r.baldyga@hackerion.com>
>  M:	Krzysztof Opasiak <k.opasiak@samsung.com>
>  L:	linux-nfc@lists.01.org (moderated for non-subscribers)
>  S:	Supported
> diff --git a/drivers/nfc/s3fwrn5/core.c b/drivers/nfc/s3fwrn5/core.c
> index 9d9c8d5..597f08e 100644
> --- a/drivers/nfc/s3fwrn5/core.c
> +++ b/drivers/nfc/s3fwrn5/core.c
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> @@ -216,4 +216,4 @@ EXPORT_SYMBOL(s3fwrn5_recv_frame);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("Samsung S3FWRN5 NFC driver");
> -MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
> +MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
> diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
> index 64a9025..2962714 100644
> --- a/drivers/nfc/s3fwrn5/firmware.c
> +++ b/drivers/nfc/s3fwrn5/firmware.c
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> diff --git a/drivers/nfc/s3fwrn5/firmware.h b/drivers/nfc/s3fwrn5/firmware.h
> index 1ec0647..ad604cb 100644
> --- a/drivers/nfc/s3fwrn5/firmware.h
> +++ b/drivers/nfc/s3fwrn5/firmware.h
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
> index 3ed0adf..af50287 100644
> --- a/drivers/nfc/s3fwrn5/i2c.c
> +++ b/drivers/nfc/s3fwrn5/i2c.c
> @@ -2,7 +2,7 @@
>   * I2C Link Layer for Samsung S3FWRN5 NCI based Driver
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> @@ -303,4 +303,4 @@ module_i2c_driver(s3fwrn5_i2c_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("I2C driver for Samsung S3FWRN5");
> -MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
> +MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
> diff --git a/drivers/nfc/s3fwrn5/nci.c b/drivers/nfc/s3fwrn5/nci.c
> index 075e4e8..45d2249 100644
> --- a/drivers/nfc/s3fwrn5/nci.c
> +++ b/drivers/nfc/s3fwrn5/nci.c
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> diff --git a/drivers/nfc/s3fwrn5/nci.h b/drivers/nfc/s3fwrn5/nci.h
> index 60c7fb5..2f445bd 100644
> --- a/drivers/nfc/s3fwrn5/nci.h
> +++ b/drivers/nfc/s3fwrn5/nci.h
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> diff --git a/drivers/nfc/s3fwrn5/s3fwrn5.h b/drivers/nfc/s3fwrn5/s3fwrn5.h
> index 7d5e516..0fbe711 100644
> --- a/drivers/nfc/s3fwrn5/s3fwrn5.h
> +++ b/drivers/nfc/s3fwrn5/s3fwrn5.h
> @@ -2,7 +2,7 @@
>   * NCI based driver for Samsung S3FWRN5 NFC chip
>   *
>   * Copyright (C) 2015 Samsung Electrnoics
> - * Robert Baldyga <r.baldyga@samsung.com>
> + * Robert Baldyga <r.baldyga@hackerion.com>
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms and conditions of the GNU General Public License,
> 

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

* [PATCH] drivers: nfc: update Robert Baldyga's email address
@ 2016-03-17 11:12 Robert Baldyga
  2016-03-17 14:04 ` Robert Baldyga
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Baldyga @ 2016-03-17 11:12 UTC (permalink / raw)
  To: sameo
  Cc: aloisio.almeida, lauro.venancio, k.opasiak, linux-nfc,
	linux-kernel, Robert Baldyga

The r.baldyga@samsung.com email address is no longer valid, so
this commit replaces it with r.baldyga@hackerion.com which is
employer-agnostic and thus should be valid for foreseeable future.

Signed-off-by: Robert Baldyga <r.baldyga@hackerion.com>
---
 MAINTAINERS                    | 2 +-
 drivers/nfc/s3fwrn5/core.c     | 4 ++--
 drivers/nfc/s3fwrn5/firmware.c | 2 +-
 drivers/nfc/s3fwrn5/firmware.h | 2 +-
 drivers/nfc/s3fwrn5/i2c.c      | 4 ++--
 drivers/nfc/s3fwrn5/nci.c      | 2 +-
 drivers/nfc/s3fwrn5/nci.h      | 2 +-
 drivers/nfc/s3fwrn5/s3fwrn5.h  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4dd2d37..9b21f76 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9481,7 +9481,7 @@ S:	Supported
 F:	drivers/media/i2c/s5k5baf.c
 
 SAMSUNG S3FWRN5 NFC DRIVER
-M:	Robert Baldyga <r.baldyga@samsung.com>
+M:	Robert Baldyga <r.baldyga@hackerion.com>
 M:	Krzysztof Opasiak <k.opasiak@samsung.com>
 L:	linux-nfc@lists.01.org (moderated for non-subscribers)
 S:	Supported
diff --git a/drivers/nfc/s3fwrn5/core.c b/drivers/nfc/s3fwrn5/core.c
index 9d9c8d5..597f08e 100644
--- a/drivers/nfc/s3fwrn5/core.c
+++ b/drivers/nfc/s3fwrn5/core.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -216,4 +216,4 @@ EXPORT_SYMBOL(s3fwrn5_recv_frame);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Samsung S3FWRN5 NFC driver");
-MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
+MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index 64a9025..2962714 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/firmware.h b/drivers/nfc/s3fwrn5/firmware.h
index 1ec0647..ad604cb 100644
--- a/drivers/nfc/s3fwrn5/firmware.h
+++ b/drivers/nfc/s3fwrn5/firmware.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
index 3ed0adf..af50287 100644
--- a/drivers/nfc/s3fwrn5/i2c.c
+++ b/drivers/nfc/s3fwrn5/i2c.c
@@ -2,7 +2,7 @@
  * I2C Link Layer for Samsung S3FWRN5 NCI based Driver
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -303,4 +303,4 @@ module_i2c_driver(s3fwrn5_i2c_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("I2C driver for Samsung S3FWRN5");
-MODULE_AUTHOR("Robert Baldyga <r.baldyga@samsung.com>");
+MODULE_AUTHOR("Robert Baldyga <r.baldyga@hackerion.com>");
diff --git a/drivers/nfc/s3fwrn5/nci.c b/drivers/nfc/s3fwrn5/nci.c
index 075e4e8..45d2249 100644
--- a/drivers/nfc/s3fwrn5/nci.c
+++ b/drivers/nfc/s3fwrn5/nci.c
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/nci.h b/drivers/nfc/s3fwrn5/nci.h
index 60c7fb5..2f445bd 100644
--- a/drivers/nfc/s3fwrn5/nci.h
+++ b/drivers/nfc/s3fwrn5/nci.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/drivers/nfc/s3fwrn5/s3fwrn5.h b/drivers/nfc/s3fwrn5/s3fwrn5.h
index 7d5e516..0fbe711 100644
--- a/drivers/nfc/s3fwrn5/s3fwrn5.h
+++ b/drivers/nfc/s3fwrn5/s3fwrn5.h
@@ -2,7 +2,7 @@
  * NCI based driver for Samsung S3FWRN5 NFC chip
  *
  * Copyright (C) 2015 Samsung Electrnoics
- * Robert Baldyga <r.baldyga@samsung.com>
+ * Robert Baldyga <r.baldyga@hackerion.com>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
-- 
2.5.0

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

end of thread, other threads:[~2020-08-29 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17 10:49 [PATCH] drivers: nfc: update Robert Baldyga's email address Robert Baldyga
2020-08-29 13:47 ` Krzysztof Kozlowski
2016-03-17 11:12 Robert Baldyga
2016-03-17 14:04 ` Robert Baldyga

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.