]> git.karo-electronics.de Git - karo-tx-linux.git/commit
power: supply: twl4030-charger: remove nonstandard max_current sysfs attribute
authorH. Nikolaus Schaller <hns@goldelico.com>
Sun, 21 May 2017 10:38:16 +0000 (12:38 +0200)
committerSebastian Reichel <sre@kernel.org>
Thu, 8 Jun 2017 11:05:28 +0000 (13:05 +0200)
commit49fb384653810167dca26812217d0235bece0367
tree7488b94e28445c7ac61acc1aa6fcacccce5bef42
parente12854174bbe5bab7b8f3e378e05dc0700112112
power: supply: twl4030-charger: remove nonstandard max_current sysfs attribute

Since we now support the standard 'input_current_limit' property by

commit 3fb319c2cdcd ("power: supply: twl4030-charger: add writable INPUT_CURRENT_LIMIT property")

we can now remove the nonstandard 'max_current' sysfs attribute.

See Documentation/power/power_supply_class.txt line 125

Both are functionally equivalent. From ABI point of view it is just a rename
of the property.

This also removes the entry in Documentation/ABI/testing/sysfs-class-power-twl4030

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Documentation/ABI/testing/sysfs-class-power-twl4030
drivers/power/supply/twl4030_charger.c