The following changes since commit a079973f462a3d506c6a7f00c770a55b167ed094: usb: typec: tcpm: Remove tcpc_config configuration mechanism (2019-11-16 14:45:31 +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.5-rc1 for you to fetch changes up to 4d6141288c33b73027260e73df262464cbe1fd0d: usb: chipidea: imx: pinctrl for HSIC is optional (2019-11-18 17:40:27 +0800) ---------------------------------------------------------------- - Improve the Vbus handler - Improve the HSIC handler for i.mx serial SoC - Some other tiny changes ---------------------------------------------------------------- Jun Li (1): usb: chipidea: udc: protect usb interrupt enable Li Jun (2): usb: chipidea: imx: enable vbus and id wakeup only for OTG events usb: chipidea: imx: check data->usbmisc_data against NULL before access Peter Chen (5): usb: chipidea: udc: add new API ci_hdrc_gadget_connect usb: chipidea: core: change vbus-regulator as optional usb: chipidea: imx: change hsic power regulator as optional usb: chipidea: imx: refine the error handling for hsic usb: chipidea: imx: pinctrl for HSIC is optional drivers/usb/chipidea/ci_hdrc_imx.c | 79 ++++++++++++++++++++++++-------------- drivers/usb/chipidea/ci_hdrc_imx.h | 2 + drivers/usb/chipidea/core.c | 2 +- drivers/usb/chipidea/udc.c | 73 ++++++++++++++++++----------------- drivers/usb/chipidea/usbmisc_imx.c | 31 +++++++++++---- 5 files changed, 114 insertions(+), 73 deletions(-) -- Thanks, Peter Chen