Hi Greg, Below are chipidea changes for v3.21, the mainly changes are adding runtime power management and wakeup support, thanks.
Andy Shevchenko (1): chipidea: pci: register nop PHY Daniel Tang (2): Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must connect at full speed Chipidea: Set connect-at-fullspeed bit when entering host mode if CI_HDRC_FORCE_FULLSPEED is set in the platform data Li Jun (3): usb: chipidea: add a flag for turn on vbus early for host usb: chipidea: host: turn on vbus before add hcd if early vbus on is required usb: chipidea: support runtime power management for otg fsm mode Peter Chen (16): usb: chipidea: udc: return immediately if re-enable non-empty endpoint usb: chipidea: imx: using common platform flag directly usb: chipidea: usbmisc_imx: delete clock information usb: chipidea: imx: simplify the usbmisc callers usb: chipidea: add runtime power management support usb: chipidea: usbmisc_imx: add .set_wakeup interface usb: chipidea: imx: add runtime power management support usb: chipidea: add usb as system wakeup source usb: chipidea: imx: add usb as system wakeup source doc: usb: chipidea: add usb wakeup enable example usb: chipidea: clear otg interrupt status for otg capable controller doc: usb: usbmisc-imx: add imx6sx compatible string usb: chipidea: usbmisc_imx: add imx6sx initialization routine usb: chipidea: add identification registers access APIs usb: chipidea: add chipidea revision information usb: chipidea: host: add .bus_suspend quirk Sanchayan Maity (1): usb: chipidea: Add errata for revision 2.40a .../devicetree/bindings/usb/usbmisc-imx.txt | 1 + Documentation/usb/chipidea.txt | 21 +++ drivers/usb/chipidea/bits.h | 11 ++ drivers/usb/chipidea/ci.h | 59 +++++++ drivers/usb/chipidea/ci_hdrc_imx.c | 153 ++++++++++++++--- drivers/usb/chipidea/ci_hdrc_imx.h | 1 + drivers/usb/chipidea/ci_hdrc_pci.c | 31 +++- drivers/usb/chipidea/ci_hdrc_zevio.c | 2 +- drivers/usb/chipidea/core.c | 185 +++++++++++++++++++-- drivers/usb/chipidea/host.c | 74 ++++++++- drivers/usb/chipidea/otg.c | 2 + drivers/usb/chipidea/otg_fsm.c | 22 ++- drivers/usb/chipidea/udc.c | 29 +++- drivers/usb/chipidea/usbmisc_imx.c | 130 ++++++++++++--- include/linux/usb/chipidea.h | 2 + 15 files changed, 641 insertions(+), 82 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html