Hi Greg, In this cycle, the mainly changes for chipidea drivers: - Add generic phy support - Add generic USB2 driver - Add basic system power management support Thanks. Antoine Tenart (3): usb: chipidea: fix phy handling usb: chipidea: add a usb2 driver for ci13xxx Documentation: bindings: add doc for the USB2 ChipIdea USB driver Fabio Estevam (4): usb: chipidea: core: Remove unneeded OOM message usb: chipidea: ci_hdrc_imx.c: Remove unneeded OOM message usb: chipidea: usbmisc_imx: Move the reading of USB_PHY_CTRL usb: chipidea: usbmisc_imx: Read MX53_USB_OTG_PHY_CTRL_1_OFFSET directly Mickael Maison (1): usb: chipidea: Fixed a few typos in comments Peter Chen (9): usb: chipidea: using devm_request_irq to instead of request_irq usb: chipidea: remove the unnecessary delay after clear portsc.phcd usb: chipidea: add hw_wait_phy_stable for getting stable status usb: chipidea: add system power management support usb: chipidea: imx: add system power management support usb: chipidea: remove flag CI_HDRC_REQUIRE_TRANSCEIVER usb: chipidea: add controller reset API usb: chipidea: parameter 'mode' isn't needed for hw_device_reset usb: chipidea: remove duplicate dev_set_drvdata for host_start .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 24 ++++ drivers/usb/chipidea/Makefile | 1 + drivers/usb/chipidea/ci.h | 2 +- drivers/usb/chipidea/ci_hdrc_imx.c | 43 ++++++- drivers/usb/chipidea/ci_hdrc_msm.c | 1 - drivers/usb/chipidea/ci_hdrc_usb2.c | 116 +++++++++++++++++ drivers/usb/chipidea/core.c | 140 +++++++++++++++------ drivers/usb/chipidea/host.c | 1 - drivers/usb/chipidea/otg_fsm.c | 6 +- drivers/usb/chipidea/udc.c | 4 +- drivers/usb/chipidea/usbmisc_imx.c | 6 +- include/linux/usb/chipidea.h | 1 - 12 files changed, 292 insertions(+), 53 deletions(-) create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt create mode 100644 drivers/usb/chipidea/ci_hdrc_usb2.c -- 1.9.1 -- 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