Hi, This is third version of patches that fix various problems I encountered while testing my USB Type-C Alternate Mode patches with GPD Win board (Intel Cherry Trail based). I added one more patch to this series. Sathyanarayanan reported an issue where the mux does not get configured when xHCI is suspended. To fix that we need to enable runtime PM in the mux driver. Other changes since v2: constifying struct usb_role_switch_desc sw_desc, and improvements to the commit messages. Link to the original patches: https://lkml.org/lkml/2018/4/30/350 Heikki Krogerus (4): usb: roles: intel_xhci: Always allow user control platform: x86: intel_cht_int33fe: Fix dependencies usb: typec: fusb302: Fix debugfs issue usb: roles: intel_xhci: Enable runtime PM drivers/i2c/busses/Kconfig | 3 +- drivers/platform/x86/Kconfig | 4 +- .../usb/roles/intel-xhci-usb-role-switch.c | 37 ++++++++----------- drivers/usb/typec/fusb302/fusb302.c | 1 + 4 files changed, 19 insertions(+), 26 deletions(-) -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html