From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:45324 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752656Ab0LOLOl (ORCPT ); Wed, 15 Dec 2010 06:14:41 -0500 From: Pavankumar Kondeti Subject: [RFC 0/5] USB core changes for supporting OTG on MSM SoC Date: Wed, 15 Dec 2010 16:44:09 +0530 Message-Id: <1292411654-21382-1-git-send-email-pkondeti@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: linux-usb@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, Pavankumar Kondeti This patch series adds OTG 2.0 enhancements and misc changes required for supporting SRP & HNP in MSM OTG driver. As these patches modify the USB core code, I would like to receive feedback before posting driver patches. The driver patches are available at https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=commitdiff;h=05535a995e9eb34c3c41d874d09955a443008cd5 Pavankumar Kondeti (5): USB: core: Add input prompt and help text for USB_OTG config USB: core: OTG Supplement Revision 2.0 updates USB: gadget: OTG supplement revision 2.0 updates USB: EHCI: Notify HCD about HNP enabled port suspend USB: Eliminate delays involved in root hub initialization during HNP .../testing/sysfs-devices-platform-_UDC_-gadget | 14 +++ drivers/usb/core/Kconfig | 12 +++- drivers/usb/core/driver.c | 50 ++++++++++++ drivers/usb/core/hcd.c | 7 ++ drivers/usb/core/hub.c | 84 +++++++++++++++++--- drivers/usb/core/usb.h | 4 + drivers/usb/gadget/composite.c | 25 ++++++- drivers/usb/gadget/zero.c | 3 + drivers/usb/host/ehci-hub.c | 11 +++ drivers/usb/host/ehci.h | 2 + include/linux/usb.h | 2 + include/linux/usb/ch9.h | 11 ++- include/linux/usb/gadget.h | 21 +++++ 13 files changed, 231 insertions(+), 15 deletions(-) -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.