linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/4] USB core changes for supporting OTG on MSM SoC
@ 2010-12-16 11:08 Pavankumar Kondeti
  2010-12-16 11:08 ` [RFC v2 1/4] USB: core: OTG Supplement Revision 2.0 updates Pavankumar Kondeti
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Pavankumar Kondeti @ 2010-12-16 11:08 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

Change log from V1
1. Removed unnecessary #ifdef CONFIG_USB_OTG references
2. OTG Kconfig change is removed from this patch series
3. Implemented Alan Stern's suggestions in hnp_polling_work
	a. reschedule work when kmalloc fails
	b. clear do_remote_wakeup flag before suspending

Pavankumar Kondeti (4):
  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/driver.c                          |   53 ++++++++++++++
 drivers/usb/core/hcd.c                             |    3 +
 drivers/usb/core/hub.c                             |   75 +++++++++++++++++---
 drivers/usb/core/usb.h                             |    8 ++
 drivers/usb/gadget/composite.c                     |   23 ++++++
 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 ++++++
 12 files changed, 214 insertions(+), 12 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] 11+ messages in thread

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 11:08 [RFC v2 0/4] USB core changes for supporting OTG on MSM SoC Pavankumar Kondeti
2010-12-16 11:08 ` [RFC v2 1/4] USB: core: OTG Supplement Revision 2.0 updates Pavankumar Kondeti
2010-12-16 15:34   ` Alan Stern
2010-12-16 15:53     ` Pavan Kondeti
2010-12-16 11:09 ` [RFC v2 2/4] USB: gadget: OTG supplement revision " Pavankumar Kondeti
2010-12-16 11:09 ` [RFC v2 3/4] USB: EHCI: Notify HCD about HNP enabled port suspend Pavankumar Kondeti
2010-12-16 11:09 ` [RFC v2 4/4] USB: Eliminate delays involved in root hub initialization during HNP Pavankumar Kondeti
2010-12-16 12:39   ` Sergei Shtylyov
2010-12-16 13:07     ` Felipe Balbi
2010-12-16 13:13       ` Pavan Kondeti
2010-12-16 13:17       ` Sergei Shtylyov

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).