The following changes since commit 6a7c533d4a1854f54901a065d8c672e890400d8a: xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCI (2020-03-12 17:34:49 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.7-rc1 for you to fetch changes up to d9958306d4be14f4c7466242b38ed3893a7b1386: USB: chipidea: Use the correct style for SPDX License Identifier (2020-03-16 11:13:47 +0800) ---------------------------------------------------------------- - Improve the runtime pm - Cover one cover case during suspend/resume - Some SPDX License changes The code changes are at my ci-for-usb-next many days, no issue is reported. ---------------------------------------------------------------- Nishad Kamdar (1): USB: chipidea: Use the correct style for SPDX License Identifier Peter Chen (2): usb: chipidea: udc: using structure ci_hdrc device for runtime PM usb: chipidea: otg: handling vbus disconnect event occurred during system suspend drivers/usb/chipidea/bits.h | 2 +- drivers/usb/chipidea/ci.h | 2 +- drivers/usb/chipidea/ci_hdrc_imx.h | 2 +- drivers/usb/chipidea/otg.c | 7 +++++++ drivers/usb/chipidea/otg.h | 2 +- drivers/usb/chipidea/otg_fsm.h | 2 +- drivers/usb/chipidea/udc.c | 13 +++++-------- drivers/usb/chipidea/udc.h | 2 +- 8 files changed, 18 insertions(+), 14 deletions(-) -- Thanks, Peter Chen