This patch series adds support for EHCI compliant High speed USB host controller found in MSM family of SOCs. HCD depends on OTG driver for PHY initialization, clock management and powering up VBUS. So OTG driver is added in the patch series. These patches depends on "Add MSM USB Device Controller" series for header files. These patches are tested against v2.6.37-rc1 Pavankumar Kondeti (4): USB: Add MSM OTG Controller driver USB: EHCI: Add MSM Host Controller driver USB: EHCI: msm: Add support for power management USB: OTG: msm: Add spport for power management drivers/usb/Kconfig | 1 + drivers/usb/host/Kconfig | 12 + drivers/usb/host/ehci-hcd.c | 5 + drivers/usb/host/ehci-msm.c | 373 ++++++++++++++ drivers/usb/otg/Kconfig | 11 + drivers/usb/otg/Makefile | 1 + drivers/usb/otg/msm72k_otg.c | 995 ++++++++++++++++++++++++++++++++++++++ include/linux/usb/msm_hsusb.h | 89 ++++ include/linux/usb/msm_hsusb_hw.h | 12 + 9 files changed, 1499 insertions(+), 0 deletions(-) create mode 100644 drivers/usb/host/ehci-msm.c create mode 100644 drivers/usb/otg/msm72k_otg.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