Hi, There are two fixes for the UCSI drivers that address issues related to the alternate modes. The other three fixes are for the PMC mux driver. We were missing dependency on ACPI and the port number that was used with the IOM was incorrect. Let me know if you want anything to be changed. thanks, Azhar Shaikh (1): usb: typec: intel_pmc_mux: Pass correct USB Type-C port number to SoC Heikki Krogerus (3): usb: typec: ucsi: acpi: Increase command completion timeout value usb: typec: ucsi: Prevent mode overrun usb: typec: intel_pmc_mux: Add dependency on ACPI Madhusudanarao Amara (1): usb: typec: intel_pmc_mux: Handle SCU IPC error conditions drivers/usb/typec/mux/Kconfig | 1 + drivers/usb/typec/mux/intel_pmc_mux.c | 19 +++++++++++++++---- drivers/usb/typec/ucsi/ucsi.c | 22 ++++++++++++++++------ drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +- 4 files changed, 33 insertions(+), 11 deletions(-) -- 2.28.0