Skip to content

Commit

Permalink
power: supply: Change Krzysztof Kozlowski's email to kernel.org
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
  • Loading branch information
krzk authored and sre committed Aug 17, 2016
1 parent f7c8f1d commit 1c4593e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Documentation/ABI/testing/sysfs-class-power
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Contact: Krzysztof Kozlowski <[email protected]>
Description:
This entry shows and sets the maximum time the max14577
charger operates in fast-charge mode. When the timer expires
Expand All @@ -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 <[email protected]>
Contact: Krzysztof Kozlowski <[email protected]>
Description:
This entry shows and sets the maximum time the max77693
charger operates in fast-charge mode. When the timer expires
Expand All @@ -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 <[email protected]>
Contact: Krzysztof Kozlowski <[email protected]>
Description:
This entry shows and sets the charging current threshold for
entering top-off charging mode. When charging current in fast
Expand All @@ -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 <[email protected]>
Contact: Krzysztof Kozlowski <[email protected]>
Description:
This entry shows and sets the maximum time the max77693
charger operates in top-off charge mode. When the timer expires
Expand Down
4 changes: 2 additions & 2 deletions drivers/power/supply/max14577_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* max14577_charger.c - Battery charger driver for the Maxim 14577/77836
*
* Copyright (C) 2013,2014 Samsung Electronics
* Krzysztof Kozlowski <[email protected]>
* Krzysztof Kozlowski <[email protected]>
*
* 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
Expand Down Expand Up @@ -643,6 +643,6 @@ static struct platform_driver max14577_charger_driver = {
};
module_platform_driver(max14577_charger_driver);

MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
MODULE_DESCRIPTION("Maxim 14577/77836 charger driver");
MODULE_LICENSE("GPL");
4 changes: 2 additions & 2 deletions drivers/power/supply/max77693_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* max77693_charger.c - Battery charger driver for the Maxim 77693
*
* Copyright (C) 2014 Samsung Electronics
* Krzysztof Kozlowski <[email protected]>
* Krzysztof Kozlowski <[email protected]>
*
* 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
Expand Down Expand Up @@ -766,6 +766,6 @@ static struct platform_driver max77693_charger_driver = {
};
module_platform_driver(max77693_charger_driver);

MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
MODULE_DESCRIPTION("Maxim 77693 charger driver");
MODULE_LICENSE("GPL");

0 comments on commit 1c4593e

Please sign in to comment.