power: supply: Change Krzysztof Kozlowski's email to kernel.org
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 17 Aug 2016 12:07:43 +0000 (14:07 +0200)
committerSebastian Reichel <sre@kernel.org>
Wed, 17 Aug 2016 12:15:58 +0000 (14:15 +0200)
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: Sebastian Reichel <sre@kernel.org>
Documentation/ABI/testing/sysfs-class-power
drivers/power/supply/max14577_charger.c
drivers/power/supply/max77693_charger.c

index fa05719f9981309d6a6f566572ffc5f208679589..f85ce9e327b98b94ab1f119f9ec15edf6a13ccfa 100644 (file)
@@ -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
index a36bcaf62dd44fad1044f390db7e908b7f95acfd..449fc56f09ebd87b49aee68e7791b4475e750414 100644 (file)
@@ -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");
index 060cab5ae3aa2de0f91e2d6b376e2daa7b2b1863..6c78884bad5e3789501233b8f4991ffac0ab863b 100644 (file)
@@ -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");
This page took 0.02888 seconds and 5 git commands to generate.