diff options
author | 2024-08-31 16:20:39 +0200 | |
---|---|---|
committer | 2024-09-03 23:20:28 +0200 | |
commit | 364ea7ccaef917a3068236a19a4b31a0623b561a (patch) | |
tree | 5f38b0b1bba13f8d22c5d39aa07a41d80eda61ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | power: supply: sysfs: Move power_supply_show_enum_with_available() up (diff) | |
download | linux-rng-364ea7ccaef917a3068236a19a4b31a0623b561a.tar.xz linux-rng-364ea7ccaef917a3068236a19a4b31a0623b561a.zip |
power: supply: Change usb_types from an array into a bitmask
The bit_types array just hold a list of valid enum power_supply_usb_type
values which map to 0 - 9. This can easily be represented as a bitmap.
This reduces the size of struct power_supply_desc and further reduces
the data section size by drivers no longer needing to store the array.
This also unifies how usb_types are handled with charge_behaviours,
which allows power_supply_show_usb_type() to be removed.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240831142039.28830-7-hdegoede@redhat.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions