Hi Greg, This is the chipidea patchset for 3.15 merge windows, it adds a new SoC support, and refines the interrupt complete handler, etc, thanks. Alexander Shiyan (1): usb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBs Daniel Tang (2): usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs devicetree: bindings: document lsi,zevio-usb Peter Chen (1): usb: chipidea: udc: refine isr_tr_complete_handler .../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 ++ drivers/usb/chipidea/Makefile | 1 + drivers/usb/chipidea/ci_hdrc_imx.c | 2 +- drivers/usb/chipidea/ci_hdrc_zevio.c | 72 +++++ drivers/usb/chipidea/udc.c | 294 ++++++++++---------- 5 files changed, 245 insertions(+), 141 deletions(-) create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt create mode 100644 drivers/usb/chipidea/ci_hdrc_zevio.c -- 1.7.8 -- 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