Hi Heikki, This series makes the following updates to the UCSI power supply driver. 1. Adds support for the power supply status property. 2. Updates the driver to distinguish between PD and PD DRP power supply types. 3. Adds the charge control limit max property which can be used to request a PR swap from sysfs. 4. Fixes a simple SET_PRD typo in the ucsi.h header. I've checked that the series builds on top of the usb-next branch and manually tested functionality on top of a 6.10-rc5 ChromeOS kernel. Let me know if you have any questions. Thanks, Jameson Jameson Thies (4): usb: typec: ucsi: Add status to ucsi power supply driver usb: typec: ucsi: Add USB PD DRP to USB type usb: typec: ucsi: Set power role based on UCSI charge control usb: typec: ucsi: Fix SET_PDR typo in UCSI header file drivers/usb/typec/ucsi/psy.c | 72 ++++++++++++++++++++++++++++++++++- drivers/usb/typec/ucsi/ucsi.h | 2 +- 2 files changed, 71 insertions(+), 3 deletions(-) base-commit: b727493011123db329e2901e3abf81a8d146b6fe -- 2.45.2.1089.g2a221341d9-goog