[PATCH 0/2] Adjust logic for power_supply_is_system_supplied()

From: Mario Limonciello
Date: Tue May 16 2023 - 14:49:21 EST


Some systems don't provide any ACPI power supplies, but drivers use
the function power_supply_is_system_supplied() to make policy decisions.

This logic works fine until a new device is added to the system that
provides a UCSI power supply. This power supply doesn't power the system
but the logic assumes it does.

This series adjusts the logic so that these power supplies are not
considered when making these policy decisions.

Mario Limonciello (2):
power: supply: Use the scope of power supplies to tell if power is
system supplied
usb: typec: ucsi: Don't create power supplies for dGPUs

drivers/i2c/busses/i2c-designware-pcidrv.c | 13 ++++++++++++-
drivers/i2c/busses/i2c-nvidia-gpu.c | 3 +++
drivers/power/supply/power_supply_core.c | 8 ++++++--
drivers/usb/typec/ucsi/psy.c | 14 ++++++++++++++
4 files changed, 35 insertions(+), 3 deletions(-)

--
2.34.1