Hi, This bunch of patches contains fixes in the core driver and updates for chipidea integrated in imx chips. Marc Kleine-Budde (2): usb: chipidea: udc: fix error path in udc_start() usb: chipidea: cleanup dma_pool if udc_start() fails Michael Grzeschik (3): usb: chipidea: udc: fix setup of endpoint maxpacket size usb: chipidea: udc: add pullup fuction, needed by the uvc gadget usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low Richard Zhao (7): USB: chipidea: add imx usbmisc support USB: chipidea: imx: add pinctrl support USB: chipidea: delay 2ms before read ID status at probe time USB: chipidea: acknowledge ID change interrupt in irq handler USB: chipidea: add vbus detect for udc USB: chipidea: add -DDEBUG if debugging is enabled USB: chipidea: re-order irq handling to avoid unhandled irqs .../devicetree/bindings/usb/ci13xxx-imx.txt | 5 + .../devicetree/bindings/usb/usbmisc-imx.txt | 14 ++ drivers/usb/chipidea/Makefile | 4 +- drivers/usb/chipidea/ci.h | 1 + drivers/usb/chipidea/ci13xxx_imx.c | 71 +++++++++ drivers/usb/chipidea/ci13xxx_imx.h | 28 ++++ drivers/usb/chipidea/core.c | 24 +-- drivers/usb/chipidea/udc.c | 98 +++++++++--- drivers/usb/chipidea/usbmisc_imx6q.c | 162 ++++++++++++++++++++ 9 files changed, 378 insertions(+), 29 deletions(-) create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt create mode 100644 drivers/usb/chipidea/ci13xxx_imx.h create mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c -- 1.7.10.4 -- 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