Hi Greg, Following 5 patches on top of your current greg/usb-next branch. There's one compile error reported by Mike Frysinger and 4 patches from Mian Kaukab adding DMA support ux500. I'm hoping this is the last pull request for this merge window. ps: the compile error patch was sent before [1], but since it wasn't in your branch yet I rebased the branch and applied Mian's patches. Hope it's ok ;-) [1] http://marc.info/?l=linux-usb&m=130566783517450&w=2 thanks, -- balbi The following changes since commit a8e62dd6d91f3bc3687abbb26227e5fc39c4829c: usb-storage: fix up the unusual_realtek device list (2011-05-17 11:56:28 -0700) are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb.git for-next Felipe Balbi (1): usb: musb: fix compile error 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/blackfin.c | 2 + drivers/usb/musb/musb_core.c | 2 + drivers/usb/musb/musb_gadget.c | 57 +++++- drivers/usb/musb/tusb6010.c | 2 + drivers/usb/musb/ux500_dma.c | 422 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 493 insertions(+), 4 deletions(-) create mode 100644 drivers/usb/musb/ux500_dma.c -- 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