Hi Greg, Below are my updates for v4.4-rc1, thanks. Peter The following changes since commit ffa2366666f06ce1df3296d106d90e0c2e0cd6b7: usb/host/fotg210: Remove return statement inside if (2015-10-17 20:49:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.4-rc1 for you to fetch changes up to 851ce932242d5a79bef8fe625fce37cc2f27033e: usb: chipidea: otg: don't wait vbus drops below BSV when starts host (2015-10-22 09:36:23 +0800) ---------------------------------------------------------------- USB Chipidea updates for v4.4-rc1 - Use extcon framework for VBUS and ID detect - Add imx6sx and imx7d support - Other small changes ---------------------------------------------------------------- Fabio Estevam (2): usb: chipidea: Add support for 'phy-clkgate-delay-us' property Doc: usb: ci-hdrc-usb2: Add phy-clkgate-delay-us entry Ivan T. Ivanov (1): usb: chipidea: Use extcon framework for VBUS and ID detect Li Jun (1): usb: chipidea: otg: don't wait vbus drops below BSV when starts host Peter Chen (4): usb: chipidea: imx: add usb support for imx7d doc: dt-binding: ci-hdrc-usb2: improve property description usb: chipidea: imx: add imx6ul usb support doc: dt-binding: ci-hdrc-usb2: split vendor specific properties Sergei Shtylyov (1): chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE() .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 27 ++++- drivers/usb/chipidea/Kconfig | 1 + drivers/usb/chipidea/ci_hdrc_imx.c | 11 ++ drivers/usb/chipidea/ci_hdrc_pci.c | 6 +- drivers/usb/chipidea/core.c | 132 +++++++++++++++++++++ drivers/usb/chipidea/otg.c | 48 +++++++- drivers/usb/chipidea/usbmisc_imx.c | 66 +++++++++++ include/linux/usb/chipidea.h | 24 ++++ 8 files changed, 302 insertions(+), 13 deletions(-) -- Best Regards, Peter Chen -- 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