Searched hist:f2437e48ac7ae0e99b8e76d88aaf24a9b2e6d3e2 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/power/supply/ |
H A D | cros_usbpd-charger.c | diff f2437e48ac7ae0e99b8e76d88aaf24a9b2e6d3e2 Sat Jan 25 00:18:38 CET 2020 Jon Flatley <jflat@chromium.org> power: supply: cros-ec-usbpd-charger: Fix host events
There's a bug on ACPI platforms where host events from the ECPD ACPI device never make their way to the cros-ec-usbpd-charger driver. This makes it so the only time the charger driver updates its state is when user space accesses its sysfs attributes.
Now that these events have been unified into a single notifier chain on both ACPI and non-ACPI platforms, update the charger driver to use this new notifier.
Reviewed-by: Benson Leung <bleung@chromium.org> Co-Developed-by: Prashant Malani <pmalani@chromium.org> Signed-off-by: Jon Flatley <jflat@chromium.org> Signed-off-by: Prashant Malani <pmalani@chromium.org> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Benson Leung <bleung@chromium.org>
|