linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/4] UASP device driver
@ 2011-01-21  7:43 Tatyana Brokhman
  2011-01-21 15:23 ` Alan Stern
  2011-02-11 22:47 ` Sarah Sharp
  0 siblings, 2 replies; 14+ messages in thread
From: Tatyana Brokhman @ 2011-01-21  7:43 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-msm, linux-usb, Tatyana Brokhman

This patch series implements the UASP device driver.
The implementation is incomplete. We would like to receive comments 
on the design.

This patch series depends on "PATCH v4: usb: Add streams support to 
the gadget framework" by Maya Erez <merez@codeaurora.org>
http://marc.info/?l=linux-usb&m=129552394126050&w=2

TODO: Further testing
      Implement TM IU handling
	  De-register the gadget if the main thread dies.
	  Add UASP-HS mode support.

Tatyana Brokhman (4):
  uasp: MS UAS Protocol implementation - Infrastructure
  uasp: COMMAND IU handling infrastructure
  uasp: COMMAND IU implementation
  uasp: TASK MANAGEMENT IU handling infrastructure

 drivers/usb/gadget/f_mass_storage.c |   28 +-
 drivers/usb/gadget/f_uasp.c         | 2398 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_uasp.h         |  423 ++++++
 drivers/usb/gadget/mass_storage.c   |   67 +-
 drivers/usb/gadget/storage_common.c |    3 +-
 drivers/usb/gadget/uasp_cmdiu.c     | 1703 +++++++++++++++++++++++++
 drivers/usb/gadget/uasp_tmiu.c      |  280 ++++
 7 files changed, 4883 insertions(+), 19 deletions(-)
 create mode 100644 drivers/usb/gadget/f_uasp.c
 create mode 100644 drivers/usb/gadget/f_uasp.h
 create mode 100644 drivers/usb/gadget/uasp_cmdiu.c
 create mode 100644 drivers/usb/gadget/uasp_tmiu.c

--
Sent by a Consultant for Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum

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

end of thread, other threads:[~2011-03-07  7:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21  7:43 [RFC/PATCH 0/4] UASP device driver Tatyana Brokhman
2011-01-21 15:23 ` Alan Stern
2011-01-23  5:53   ` Tanya Brokhman
2011-02-11 22:47 ` Sarah Sharp
2011-02-13  6:45   ` Tanya Brokhman
2011-02-14 18:31     ` Sarah Sharp
2011-02-21  6:48       ` UAS gadget driver & UAS host driver [was: Re: [RFC/PATCH 0/4] UASP device driver] Tanya Brokhman
2011-02-21 13:03         ` Matthew Wilcox
     [not found]           ` <20110221130307.GT3663-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2011-02-21 13:45             ` Tanya Brokhman
2011-02-21 14:58         ` Sarah Sharp
2011-02-21 15:35           ` Tanya Brokhman
2011-02-21 16:22             ` Sarah Sharp
2011-02-21 16:34               ` Alan Stern
2011-03-07  7:11           ` Tanya Brokhman

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