The following changes since commit e67ebf1b3815b2d1fc505dba182761c0be6c179d: xhci: move usb2 get port status link resume handling to its own function (2018-12-07 15:40:41 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.21-rc1 for you to fetch changes up to 9049fce897edae50835a8f799d4b05f67a538e9a: usb: chipidea: imx: allow to configure oc polarity on i.MX25 (2018-12-11 09:13:11 +0800) ---------------------------------------------------------------- - Improve the over-current handling for imx - Add the HSIC support for imx ---------------------------------------------------------------- Peter Chen (4): usb: chipidea: add flag for imx hsic implementation usb: chipidea: imx: add HSIC support usb: chipidea: host: override ehci->hub_control doc: usb: ci-hdrc-usb2: Add pinctrl properties for HSIC pin groups Uwe Kleine-König (3): usb: chipidea: imx: support configuring for active low oc signal usb: chipidea: imx: Warn if oc polarity isn't specified usb: chipidea: imx: allow to configure oc polarity on i.MX25 .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 36 +++- drivers/usb/chipidea/ci_hdrc_imx.c | 158 +++++++++++++++--- drivers/usb/chipidea/ci_hdrc_imx.h | 17 +- drivers/usb/chipidea/host.c | 92 +++++++++++ drivers/usb/chipidea/usbmisc_imx.c | 183 ++++++++++++++++++++- include/linux/usb/chipidea.h | 3 + 6 files changed, 455 insertions(+), 34 deletions(-)