linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Change my email to kernel.org
@ 2016-08-17 12:07 Krzysztof Kozlowski
  2016-08-17 12:07 ` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Hi,


I will be leaving Samsung R&D Institute Poland soon so the Samsung
email will stop working at some point.  Change it to kernel.org in case
someone would like to reach the author of the code.

Maintainers are updated separately [1].

There are no dependencies between patches, please pick up freely
as you wish.


Best regards,
Krzysztof

[1] https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/commit/?h=fixes&id=d6479b2422f6ef83aba5810d3b1f06bcc42294e6


Krzysztof Kozlowski (5):
  mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org
  power: supply: Change Krzysztof Kozlowski's email to kernel.org
  extcon: max14577: Change Krzysztof Kozlowski's email to kernel.org
  input: misc: max77693: Change Krzysztof Kozlowski's email to
    kernel.org
  regulator: Change Krzysztof Kozlowski's email to kernel.org

 Documentation/ABI/testing/sysfs-class-power | 8 ++++----
 drivers/extcon/extcon-max14577.c            | 4 ++--
 drivers/input/misc/max77693-haptic.c        | 4 ++--
 drivers/mfd/max14577.c                      | 4 ++--
 drivers/power/supply/max14577_charger.c     | 4 ++--
 drivers/power/supply/max77693_charger.c     | 4 ++--
 drivers/regulator/max14577-regulator.c      | 4 ++--
 drivers/regulator/max77693-regulator.c      | 4 ++--
 include/linux/mfd/max14577-private.h        | 2 +-
 include/linux/mfd/max14577.h                | 2 +-
 10 files changed, 20 insertions(+), 20 deletions(-)

-- 
1.9.1

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

* [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
@ 2016-08-17 12:07 ` Krzysztof Kozlowski
  2016-08-17 14:09   ` Lee Jones
  2016-08-17 12:07 ` [PATCH 2/5] power: supply: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 drivers/mfd/max14577.c               | 4 ++--
 include/linux/mfd/max14577-private.h | 2 +-
 include/linux/mfd/max14577.h         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
index 6c245128ab2e..6cbe96b28f42 100644
--- a/drivers/mfd/max14577.c
+++ b/drivers/mfd/max14577.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014 Samsung Electronics
  * Chanwoo Choi <cw00.choi@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -569,6 +569,6 @@ static void __exit max14577_i2c_exit(void)
 }
 module_exit(max14577_i2c_exit);
 
-MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("Maxim 14577/77836 multi-function core driver");
 MODULE_LICENSE("GPL");
diff --git a/include/linux/mfd/max14577-private.h b/include/linux/mfd/max14577-private.h
index f01c1fae4d84..df75234f979d 100644
--- a/include/linux/mfd/max14577-private.h
+++ b/include/linux/mfd/max14577-private.h
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014 Samsung Electrnoics
  * Chanwoo Choi <cw00.choi@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/include/linux/mfd/max14577.h b/include/linux/mfd/max14577.h
index ccfaf952c31b..d81b52bb8bee 100644
--- a/include/linux/mfd/max14577.h
+++ b/include/linux/mfd/max14577.h
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014 Samsung Electrnoics
  * Chanwoo Choi <cw00.choi@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
-- 
1.9.1

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

* [PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
  2016-08-17 12:07 ` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's " Krzysztof Kozlowski
@ 2016-08-17 12:07 ` Krzysztof Kozlowski
  2016-08-17 12:17   ` Sebastian Reichel
  2016-08-17 12:07 ` [PATCH 3/5] extcon: max14577: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 Documentation/ABI/testing/sysfs-class-power | 8 ++++----
 drivers/power/supply/max14577_charger.c     | 4 ++--
 drivers/power/supply/max77693_charger.c     | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power
index fa05719f9981..f85ce9e327b9 100644
--- a/Documentation/ABI/testing/sysfs-class-power
+++ b/Documentation/ABI/testing/sysfs-class-power
@@ -22,7 +22,7 @@ Description:
 What:		/sys/class/power_supply/max14577-charger/device/fast_charge_timer
 Date:		October 2014
 KernelVersion:	3.18.0
-Contact:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+Contact:	Krzysztof Kozlowski <krzk@kernel.org>
 Description:
 		This entry shows and sets the maximum time the max14577
 		charger operates in fast-charge mode. When the timer expires
@@ -36,7 +36,7 @@ Description:
 What:		/sys/class/power_supply/max77693-charger/device/fast_charge_timer
 Date:		January 2015
 KernelVersion:	3.19.0
-Contact:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+Contact:	Krzysztof Kozlowski <krzk@kernel.org>
 Description:
 		This entry shows and sets the maximum time the max77693
 		charger operates in fast-charge mode. When the timer expires
@@ -50,7 +50,7 @@ Description:
 What:		/sys/class/power_supply/max77693-charger/device/top_off_threshold_current
 Date:		January 2015
 KernelVersion:	3.19.0
-Contact:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+Contact:	Krzysztof Kozlowski <krzk@kernel.org>
 Description:
 		This entry shows and sets the charging current threshold for
 		entering top-off charging mode. When charging current in fast
@@ -65,7 +65,7 @@ Description:
 What:		/sys/class/power_supply/max77693-charger/device/top_off_timer
 Date:		January 2015
 KernelVersion:	3.19.0
-Contact:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+Contact:	Krzysztof Kozlowski <krzk@kernel.org>
 Description:
 		This entry shows and sets the maximum time the max77693
 		charger operates in top-off charge mode. When the timer expires
diff --git a/drivers/power/supply/max14577_charger.c b/drivers/power/supply/max14577_charger.c
index a36bcaf62dd4..449fc56f09eb 100644
--- a/drivers/power/supply/max14577_charger.c
+++ b/drivers/power/supply/max14577_charger.c
@@ -2,7 +2,7 @@
  * max14577_charger.c - Battery charger driver for the Maxim 14577/77836
  *
  * Copyright (C) 2013,2014 Samsung Electronics
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -643,6 +643,6 @@ static struct platform_driver max14577_charger_driver = {
 };
 module_platform_driver(max14577_charger_driver);
 
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("Maxim 14577/77836 charger driver");
 MODULE_LICENSE("GPL");
diff --git a/drivers/power/supply/max77693_charger.c b/drivers/power/supply/max77693_charger.c
index 060cab5ae3aa..6c78884bad5e 100644
--- a/drivers/power/supply/max77693_charger.c
+++ b/drivers/power/supply/max77693_charger.c
@@ -2,7 +2,7 @@
  * max77693_charger.c - Battery charger driver for the Maxim 77693
  *
  * Copyright (C) 2014 Samsung Electronics
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -766,6 +766,6 @@ static struct platform_driver max77693_charger_driver = {
 };
 module_platform_driver(max77693_charger_driver);
 
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("Maxim 77693 charger driver");
 MODULE_LICENSE("GPL");
-- 
1.9.1

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

* [PATCH 3/5] extcon: max14577: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
  2016-08-17 12:07 ` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's " Krzysztof Kozlowski
  2016-08-17 12:07 ` [PATCH 2/5] power: supply: " Krzysztof Kozlowski
@ 2016-08-17 12:07 ` Krzysztof Kozlowski
  2016-08-17 12:45   ` Chanwoo Choi
  2016-08-17 12:07 ` [PATCH 4/5] input: misc: max77693: " Krzysztof Kozlowski
  2016-08-17 12:07 ` [PATCH 5/5] regulator: " Krzysztof Kozlowski
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 drivers/extcon/extcon-max14577.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c
index 852a7112f451..a0cd6522a0ea 100644
--- a/drivers/extcon/extcon-max14577.c
+++ b/drivers/extcon/extcon-max14577.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013,2014 Samsung Electronics
  * Chanwoo Choi <cw00.choi@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -791,6 +791,6 @@ static struct platform_driver max14577_muic_driver = {
 module_platform_driver(max14577_muic_driver);
 
 MODULE_DESCRIPTION("Maxim 14577/77836 Extcon driver");
-MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:extcon-max14577");
-- 
1.9.1

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

* [PATCH 4/5] input: misc: max77693: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2016-08-17 12:07 ` [PATCH 3/5] extcon: max14577: " Krzysztof Kozlowski
@ 2016-08-17 12:07 ` Krzysztof Kozlowski
  2016-08-19 17:16   ` Dmitry Torokhov
  2016-08-17 12:07 ` [PATCH 5/5] regulator: " Krzysztof Kozlowski
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 drivers/input/misc/max77693-haptic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/misc/max77693-haptic.c b/drivers/input/misc/max77693-haptic.c
index 29ddeb7be84b..46b0f48fbf49 100644
--- a/drivers/input/misc/max77693-haptic.c
+++ b/drivers/input/misc/max77693-haptic.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014,2015 Samsung Electronics
  * Jaewon Kim <jaewon02.kim@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is not provided / owned by Maxim Integrated Products.
  *
@@ -426,7 +426,7 @@ static struct platform_driver max77693_haptic_driver = {
 module_platform_driver(max77693_haptic_driver);
 
 MODULE_AUTHOR("Jaewon Kim <jaewon02.kim@samsung.com>");
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("MAXIM 77693/77843 Haptic driver");
 MODULE_ALIAS("platform:max77693-haptic");
 MODULE_LICENSE("GPL");
-- 
1.9.1

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

* [PATCH 5/5] regulator: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2016-08-17 12:07 ` [PATCH 4/5] input: misc: max77693: " Krzysztof Kozlowski
@ 2016-08-17 12:07 ` Krzysztof Kozlowski
  2016-08-17 12:41   ` Applied "regulator: Change Krzysztof Kozlowski's email to kernel.org" to the regulator tree Mark Brown
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-17 12:07 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc
  Cc: Krzysztof Kozlowski

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 drivers/regulator/max14577-regulator.c | 4 ++--
 drivers/regulator/max77693-regulator.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c
index b2daa6641417..c9ff26199711 100644
--- a/drivers/regulator/max14577-regulator.c
+++ b/drivers/regulator/max14577-regulator.c
@@ -2,7 +2,7 @@
  * max14577.c - Regulator driver for the Maxim 14577/77836
  *
  * Copyright (C) 2013,2014 Samsung Electronics
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -331,7 +331,7 @@ static void __exit max14577_regulator_exit(void)
 }
 module_exit(max14577_regulator_exit);
 
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("Maxim 14577/77836 regulator driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:max14577-regulator");
diff --git a/drivers/regulator/max77693-regulator.c b/drivers/regulator/max77693-regulator.c
index de730fd3f8a5..cfbb9512e486 100644
--- a/drivers/regulator/max77693-regulator.c
+++ b/drivers/regulator/max77693-regulator.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013-2015 Samsung Electronics
  * Jonghwa Lee <jonghwa3.lee@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -314,5 +314,5 @@ module_exit(max77693_pmic_cleanup);
 
 MODULE_DESCRIPTION("MAXIM 77693/77843 regulator driver");
 MODULE_AUTHOR("Jonghwa Lee <jonghwa3.lee@samsung.com>");
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski.k@gmail.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_LICENSE("GPL");
-- 
1.9.1

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

* Re: [PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 ` [PATCH 2/5] power: supply: " Krzysztof Kozlowski
@ 2016-08-17 12:17   ` Sebastian Reichel
  0 siblings, 0 replies; 11+ messages in thread
From: Sebastian Reichel @ 2016-08-17 12:17 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

Hi,

On Wed, Aug 17, 2016 at 02:07:43PM +0200, Krzysztof Kozlowski wrote:
> Change my email address to kernel.org instead of Samsung one for the
> purpose of any future contact.  The copyrights remain untouched and are
> attributed to Samsung.

Thanks, queued.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Applied "regulator: Change Krzysztof Kozlowski's email to kernel.org" to the regulator tree
  2016-08-17 12:07 ` [PATCH 5/5] regulator: " Krzysztof Kozlowski
@ 2016-08-17 12:41   ` Mark Brown
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2016-08-17 12:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Mark Brown, Chanwoo Choi, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz, MyungJoo Ham, Dmitry Torokhov,
	Lee Jones, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, Liam Girdwood, Mark Brown, linux-kernel,
	linux-input, linux-pm, linux-samsung-soc

The patch

   regulator: Change Krzysztof Kozlowski's email to kernel.org

has been applied to the regulator tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From cea8aa3a93d1734816e1e3f7b118e1dddf3f4aaa Mon Sep 17 00:00:00 2001
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Date: Wed, 17 Aug 2016 14:07:46 +0200
Subject: [PATCH] regulator: Change Krzysztof Kozlowski's email to kernel.org

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact.  The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/regulator/max14577-regulator.c | 4 ++--
 drivers/regulator/max77693-regulator.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c
index b2daa6641417..c9ff26199711 100644
--- a/drivers/regulator/max14577-regulator.c
+++ b/drivers/regulator/max14577-regulator.c
@@ -2,7 +2,7 @@
  * max14577.c - Regulator driver for the Maxim 14577/77836
  *
  * Copyright (C) 2013,2014 Samsung Electronics
- * Krzysztof Kozlowski <k.kozlowski@samsung.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -331,7 +331,7 @@ static void __exit max14577_regulator_exit(void)
 }
 module_exit(max14577_regulator_exit);
 
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_DESCRIPTION("Maxim 14577/77836 regulator driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:max14577-regulator");
diff --git a/drivers/regulator/max77693-regulator.c b/drivers/regulator/max77693-regulator.c
index de730fd3f8a5..cfbb9512e486 100644
--- a/drivers/regulator/max77693-regulator.c
+++ b/drivers/regulator/max77693-regulator.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013-2015 Samsung Electronics
  * Jonghwa Lee <jonghwa3.lee@samsung.com>
- * Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
+ * Krzysztof Kozlowski <krzk@kernel.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -314,5 +314,5 @@ module_exit(max77693_pmic_cleanup);
 
 MODULE_DESCRIPTION("MAXIM 77693/77843 regulator driver");
 MODULE_AUTHOR("Jonghwa Lee <jonghwa3.lee@samsung.com>");
-MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski.k@gmail.com>");
+MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
 MODULE_LICENSE("GPL");
-- 
2.8.1

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

* Re: [PATCH 3/5] extcon: max14577: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 ` [PATCH 3/5] extcon: max14577: " Krzysztof Kozlowski
@ 2016-08-17 12:45   ` Chanwoo Choi
  0 siblings, 0 replies; 11+ messages in thread
From: Chanwoo Choi @ 2016-08-17 12:45 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc

Hi,

2016-08-17 21:07 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>:
> Change my email address to kernel.org instead of Samsung one for the
> purpose of any future contact.  The copyrights remain untouched and are
> attributed to Samsung.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/extcon/extcon-max14577.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c
> index 852a7112f451..a0cd6522a0ea 100644
> --- a/drivers/extcon/extcon-max14577.c
> +++ b/drivers/extcon/extcon-max14577.c
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (C) 2013,2014 Samsung Electronics
>   * Chanwoo Choi <cw00.choi@samsung.com>
> - * Krzysztof Kozlowski <k.kozlowski@samsung.com>
> + * Krzysztof Kozlowski <krzk@kernel.org>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> @@ -791,6 +791,6 @@ static struct platform_driver max14577_muic_driver = {
>  module_platform_driver(max14577_muic_driver);
>
>  MODULE_DESCRIPTION("Maxim 14577/77836 Extcon driver");
> -MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <k.kozlowski@samsung.com>");
> +MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <krzk@kernel.org>");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS("platform:extcon-max14577");

Applied it.

Thanks,
Chanwoo Choi

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

* Re: [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 ` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's " Krzysztof Kozlowski
@ 2016-08-17 14:09   ` Lee Jones
  0 siblings, 0 replies; 11+ messages in thread
From: Lee Jones @ 2016-08-17 14:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Dmitry Torokhov, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc

On Wed, 17 Aug 2016, Krzysztof Kozlowski wrote:

> Change my email address to kernel.org instead of Samsung one for the
> purpose of any future contact.  The copyrights remain untouched and are
> attributed to Samsung.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/mfd/max14577.c               | 4 ++--
>  include/linux/mfd/max14577-private.h | 2 +-
>  include/linux/mfd/max14577.h         | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
> index 6c245128ab2e..6cbe96b28f42 100644
> --- a/drivers/mfd/max14577.c
> +++ b/drivers/mfd/max14577.c
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (C) 2014 Samsung Electronics
>   * Chanwoo Choi <cw00.choi@samsung.com>
> - * Krzysztof Kozlowski <k.kozlowski@samsung.com>
> + * Krzysztof Kozlowski <krzk@kernel.org>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> @@ -569,6 +569,6 @@ static void __exit max14577_i2c_exit(void)
>  }
>  module_exit(max14577_i2c_exit);
>  
> -MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <k.kozlowski@samsung.com>");
> +MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <krzk@kernel.org>");
>  MODULE_DESCRIPTION("Maxim 14577/77836 multi-function core driver");
>  MODULE_LICENSE("GPL");
> diff --git a/include/linux/mfd/max14577-private.h b/include/linux/mfd/max14577-private.h
> index f01c1fae4d84..df75234f979d 100644
> --- a/include/linux/mfd/max14577-private.h
> +++ b/include/linux/mfd/max14577-private.h
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (C) 2014 Samsung Electrnoics
>   * Chanwoo Choi <cw00.choi@samsung.com>
> - * Krzysztof Kozlowski <k.kozlowski@samsung.com>
> + * Krzysztof Kozlowski <krzk@kernel.org>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> diff --git a/include/linux/mfd/max14577.h b/include/linux/mfd/max14577.h
> index ccfaf952c31b..d81b52bb8bee 100644
> --- a/include/linux/mfd/max14577.h
> +++ b/include/linux/mfd/max14577.h
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (C) 2014 Samsung Electrnoics
>   * Chanwoo Choi <cw00.choi@samsung.com>
> - * Krzysztof Kozlowski <k.kozlowski@samsung.com>
> + * Krzysztof Kozlowski <krzk@kernel.org>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH 4/5] input: misc: max77693: Change Krzysztof Kozlowski's email to kernel.org
  2016-08-17 12:07 ` [PATCH 4/5] input: misc: max77693: " Krzysztof Kozlowski
@ 2016-08-19 17:16   ` Dmitry Torokhov
  0 siblings, 0 replies; 11+ messages in thread
From: Dmitry Torokhov @ 2016-08-19 17:16 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	MyungJoo Ham, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, linux-kernel, linux-input, linux-pm,
	linux-samsung-soc

On Wed, Aug 17, 2016 at 02:07:45PM +0200, Krzysztof Kozlowski wrote:
> Change my email address to kernel.org instead of Samsung one for the
> purpose of any future contact.  The copyrights remain untouched and are
> attributed to Samsung.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Applied, thank you.

> ---
>  drivers/input/misc/max77693-haptic.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/misc/max77693-haptic.c b/drivers/input/misc/max77693-haptic.c
> index 29ddeb7be84b..46b0f48fbf49 100644
> --- a/drivers/input/misc/max77693-haptic.c
> +++ b/drivers/input/misc/max77693-haptic.c
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (C) 2014,2015 Samsung Electronics
>   * Jaewon Kim <jaewon02.kim@samsung.com>
> - * Krzysztof Kozlowski <k.kozlowski@samsung.com>
> + * Krzysztof Kozlowski <krzk@kernel.org>
>   *
>   * This program is not provided / owned by Maxim Integrated Products.
>   *
> @@ -426,7 +426,7 @@ static struct platform_driver max77693_haptic_driver = {
>  module_platform_driver(max77693_haptic_driver);
>  
>  MODULE_AUTHOR("Jaewon Kim <jaewon02.kim@samsung.com>");
> -MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>");
> +MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
>  MODULE_DESCRIPTION("MAXIM 77693/77843 Haptic driver");
>  MODULE_ALIAS("platform:max77693-haptic");
>  MODULE_LICENSE("GPL");
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Dmitry

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

end of thread, other threads:[~2016-08-19 17:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-17 12:07 [PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski
2016-08-17 12:07 ` [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's " Krzysztof Kozlowski
2016-08-17 14:09   ` Lee Jones
2016-08-17 12:07 ` [PATCH 2/5] power: supply: " Krzysztof Kozlowski
2016-08-17 12:17   ` Sebastian Reichel
2016-08-17 12:07 ` [PATCH 3/5] extcon: max14577: " Krzysztof Kozlowski
2016-08-17 12:45   ` Chanwoo Choi
2016-08-17 12:07 ` [PATCH 4/5] input: misc: max77693: " Krzysztof Kozlowski
2016-08-19 17:16   ` Dmitry Torokhov
2016-08-17 12:07 ` [PATCH 5/5] regulator: " Krzysztof Kozlowski
2016-08-17 12:41   ` Applied "regulator: Change Krzysztof Kozlowski's email to kernel.org" to the regulator tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).