Hi, This patch set adds musb dma support. It has been rebased to git://gitorious.org/usb/usb.git musb branch. Following patches which were part of previous version have already been merged by Felipe so they are not included. [PATCH 1/8] usb: musb: clear AUTOSET while clearing DMAENAB [PATCH 6/8] usb: musb: ux500: copy dma mask from platform device to musb Change-log from v1: - Added code to dynamically select DMA mode using request->short_not_ok - Not enabling USE_MODE1 any more - Removed useless calls to musb_ep_select() from ux500_tx_work() and ux500_rx_work() Mian Yousaf Kaukab (4): usb: musb: ux500: add ux500 specific code for gadget side usb: musb: ux500: add dma name for ux500 usb: musb: ux500: add dma glue layer for ux500 usb: musb: ux500: add configuration and build options for ux500 dma drivers/usb/musb/Kconfig | 7 + drivers/usb/musb/Makefile | 5 + drivers/usb/musb/musb_core.c | 2 + drivers/usb/musb/musb_gadget.c | 57 +++++- drivers/usb/musb/ux500_dma.c | 422 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 489 insertions(+), 4 deletions(-) create mode 100644 drivers/usb/musb/ux500_dma.c -- 1.7.4.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