linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/5] USB core changes for supporting OTG on MSM SoC
@ 2010-12-15 11:14 Pavankumar Kondeti
  2010-12-15 11:14 ` [RFC 1/5] USB: core: Add input prompt and help text for USB_OTG config Pavankumar Kondeti
                   ` (5 more replies)
  0 siblings, 6 replies; 29+ messages in thread
From: Pavankumar Kondeti @ 2010-12-15 11:14 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-arm-msm, 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.

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2010-12-16 12:53 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 11:14 [RFC 0/5] USB core changes for supporting OTG on MSM SoC Pavankumar Kondeti
2010-12-15 11:14 ` [RFC 1/5] USB: core: Add input prompt and help text for USB_OTG config Pavankumar Kondeti
2010-12-15 12:35   ` Sergei Shtylyov
2010-12-15 21:52   ` Greg KH
2010-12-16  8:53     ` Pavan Kondeti
2010-12-15 11:14 ` [RFC 2/5] USB: core: OTG Supplement Revision 2.0 updates Pavankumar Kondeti
2010-12-15 12:16   ` Felipe Balbi
2010-12-15 21:39     ` Alan Stern
2010-12-16  8:10       ` Felipe Balbi
2010-12-16  8:54     ` Pavan Kondeti
2010-12-16  9:11       ` Felipe Balbi
2010-12-15 21:29   ` Alan Stern
2010-12-16  8:54     ` Pavan Kondeti
2010-12-15 21:53   ` Greg KH
2010-12-16  8:54     ` Pavan Kondeti
2010-12-15 11:14 ` [RFC 3/5] USB: gadget: OTG supplement revision " Pavankumar Kondeti
2010-12-15 12:18   ` Felipe Balbi
2010-12-16  8:54     ` Pavan Kondeti
2010-12-15 11:14 ` [RFC 4/5] USB: EHCI: Notify HCD about HNP enabled port suspend Pavankumar Kondeti
2010-12-15 12:19   ` Felipe Balbi
2010-12-16  8:54     ` Pavan Kondeti
2010-12-15 11:14 ` [RFC 5/5] USB: Eliminate delays involved in root hub initialization during HNP Pavankumar Kondeti
2010-12-15 12:21   ` Felipe Balbi
2010-12-16 11:26     ` Pavan Kondeti
2010-12-16 12:15       ` Felipe Balbi
2010-12-16 12:53         ` Pavan Kondeti
2010-12-15 21:52   ` Greg KH
2010-12-15 21:38 ` [RFC 0/5] USB core changes for supporting OTG on MSM SoC Alan Stern
2010-12-16  8:55   ` Pavan Kondeti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).