This patch set is going to add support Marvell OTG and EHCI driver and some bug fix in UDC. All have be test on PXA920. Build on x86_32 and x86_64. Thanks Balbi for your help. Changelog: V6: 1. fix a bug in ep_dequeue 2. fix type cast error on x86 Neil Zhang (4): usb: gadget: mv_udc: fix bug in ep_dequeue usb: gadget: mv_udc: drop ARCH dependency USB: OTG: add Marvell usb OTG driver support USB: EHCI: Add Marvell Host Controller driver drivers/usb/gadget/Kconfig | 10 +- drivers/usb/gadget/Makefile | 2 +- drivers/usb/gadget/mv_udc.h | 2 +- drivers/usb/gadget/mv_udc_core.c | 46 ++- drivers/usb/host/Kconfig | 9 + drivers/usb/host/ehci-hcd.c | 5 + drivers/usb/host/ehci-mv.c | 391 ++++++++++++++ drivers/usb/otg/Kconfig | 12 + drivers/usb/otg/Makefile | 1 + drivers/usb/otg/mv_otg.c | 957 ++++++++++++++++++++++++++++++++++ drivers/usb/otg/mv_otg.h | 165 ++++++ include/linux/platform_data/mv_usb.h | 18 +- 12 files changed, 1595 insertions(+), 23 deletions(-) create mode 100644 drivers/usb/host/ehci-mv.c create mode 100644 drivers/usb/otg/mv_otg.c create mode 100644 drivers/usb/otg/mv_otg.h -- 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