Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464541 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-08-17 14:10 +0200 |
| Last post | 2016-08-17 14:30 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/5] Change my email to kernel.org Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-17 14:10 +0200
[PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-17 14:10 +0200
Re: [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org Lee Jones <lee.jones@linaro.org> - 2016-08-17 16:10 +0200
[PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-17 14:10 +0200
Re: [PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org Sebastian Reichel <sre@kernel.org> - 2016-08-17 14:30 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-08-17 14:10 +0200 |
| Subject | [PATCH 0/5] Change my email to kernel.org |
| Message-ID | <s77Ps-PF-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-08-17 14:10 +0200 |
| Subject | [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org |
| Message-ID | <s77Ps-PF-17@gated-at.bofh.it> |
| In reply to | #1464541 |
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
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-08-17 16:10 +0200 |
| Subject | Re: [PATCH 1/5] mfd: max14577: Change Krzysztof Kozlowski's email to kernel.org |
| Message-ID | <s79HA-25o-33@gated-at.bofh.it> |
| In reply to | #1464542 |
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
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-08-17 14:10 +0200 |
| Subject | [PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org |
| Message-ID | <s77Ps-PF-21@gated-at.bofh.it> |
| In reply to | #1464541 |
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
[toc] | [prev] | [next] | [standalone]
| From | Sebastian Reichel <sre@kernel.org> |
|---|---|
| Date | 2016-08-17 14:30 +0200 |
| Subject | Re: [PATCH 2/5] power: supply: Change Krzysztof Kozlowski's email to kernel.org |
| Message-ID | <s788O-XT-17@gated-at.bofh.it> |
| In reply to | #1464543 |
[Multipart message — attachments visible in raw view] — view raw
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web