power: supply: core: fix charge_behaviour formatting
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 3 Mar 2024 15:31:15 +0000 (16:31 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 5 Mar 2024 23:39:45 +0000 (00:39 +0100)
commit4e61f1e9d58fb0765f59f47d4d1f318b36c14d95
tree7e0067b0c3bf1b5f31b24fa10b0c30a78c954d83
parent521d75b4174e9cbfad73e7d0ac34fd6461b542d7
power: supply: core: fix charge_behaviour formatting

This property is documented to have a special format which exposes all
available behaviours and the currently active one at the same time. For
this special format some helpers are provided.

When the charge_behaviour property was added in
1b0b6cc8030d ("power: supply: add charge_behaviour attributes"), it did
not update the default logic in in power_supply_sysfs.c to use the
format helpers. Thus by default only the currently active behaviour
is printed. This fixes the default logic to follow the documented
format.

There is currently only one in-tree drivers exposing charge behaviours -
thinkpad_acpi, which is not affected by the change, as it directly uses
the helpers and does not use the power_supply_sysfs.c logic.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20240303-power_supply-charge_behaviour_prop-v2-3-8ebb0a7c2409@weissschuh.net
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/power_supply_sysfs.c
include/linux/power_supply.h