linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tatyana Brokhman <tlinder@codeaurora.org>
To: gregkh@suse.de
Cc: linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	ablay@codeaurora.org, balbi@ti.com,
	Tatyana Brokhman <tlinder@codeaurora.org>
Subject: [RFC/PATCH v3 0/5] UAS Gadget Driver
Date: Thu, 14 Apr 2011 16:35:10 +0300	[thread overview]
Message-ID: <1302788111-27878-1-git-send-email-tlinder@codeaurora.org> (raw)

This patch series implements the UAS gadget driver.

It has been tested using the following:
1. Linux UAS host driver
2. MSDVT tool from MCCI
3. Internaly developed unittests framework

The device is functional. More stress tests are needed.

TODO: Further testing
      De-register the gadget if the main thread dies.

Tatyana Brokhman (6):
  usb: Add streams support to the gadget framework
  uas: MS UAS Gadget driver - Infrastructure
  uas: COMMAND IU implementation
  uas: TASK MANAGEMENT IU implementation
  uas: HS-UAS mode implementation

 drivers/usb/gadget/epautoconf.c     |  125 ++-
 drivers/usb/gadget/f_mass_storage.c |   26 +-
 drivers/usb/gadget/f_uasp.c         | 2408 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_uasp.h         |  463 +++++++
 drivers/usb/gadget/mass_storage.c   |   67 +-
 drivers/usb/gadget/storage_common.c |   19 +-
 drivers/usb/gadget/uasp_cmdiu.c     | 1907 +++++++++++++++++++++++++++
 drivers/usb/gadget/uasp_tmiu.c      |  534 ++++++++
 include/linux/usb/gadget.h          |   13 +
 9 files changed, 5516 insertions(+), 46 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

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

                 reply	other threads:[~2011-04-14 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1302788111-27878-1-git-send-email-tlinder@codeaurora.org \
    --to=tlinder@codeaurora.org \
    --cc=ablay@codeaurora.org \
    --cc=balbi@ti.com \
    --cc=gregkh@suse.de \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).