linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shimrit Malichi <smalichi-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	balbi-l0cyMroinI0@public.gmane.org,
	ablay-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	Shimrit Malichi
	<smalichi-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: [RFC/PATCH v4 0/3] UAS Gadget Driver.
Date: Sun,  4 Dec 2011 22:18:14 +0200	[thread overview]
Message-ID: <1323029894-16106-1-git-send-email-smalichi@codeaurora.org> (raw)

This patch series implements the UAS gadget driver.

It has been tested using the following:
1. Linux UAS host driver
2. 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.

Shimrit Malichi (3):
  uas: MS UAS Gadget driver - Infrastructure
  uas: MS UAS Gadget driver - Implementation
  uas: Supporting UAS and BOT configuration.

 drivers/usb/gadget/f_mass_storage.c |   66 +-
 drivers/usb/gadget/f_uasp.c         | 2583 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_uasp.h         |  524 +++++++
 drivers/usb/gadget/mass_storage.c   |   75 +-
 drivers/usb/gadget/storage_common.c |   90 ++-
 drivers/usb/gadget/uasp_cmdiu.c     | 1898 +++++++++++++++++++++++++
 drivers/usb/gadget/uasp_tmiu.c      |  528 +++++++
 7 files changed, 5687 insertions(+), 77 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.6
--
Sent by a Consultant for Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2011-12-04 20:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-04 20:18 Shimrit Malichi [this message]
     [not found] ` <1323029894-16106-1-git-send-email-smalichi-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2011-12-05 15:55   ` [RFC/PATCH v4 0/3] UAS Gadget Driver Greg KH
2011-12-06 16:39     ` Shimrit Malichi
2011-12-06 17:09       ` Greg KH
2011-12-07  8:39         ` Felipe Balbi
2011-12-07 17:34           ` Shimrit Malichi
     [not found]             ` <dbceef1c27984ec023a409618d25504c.squirrel-mMfbam+mt9083fI46fginR2eb7JE58TQ@public.gmane.org>
2011-12-08 17:37               ` Sebastian Andrzej Siewior
2011-12-21 14:05                 ` Shimrit Malichi
2011-12-21 14:27                   ` Felipe Balbi

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=1323029894-16106-1-git-send-email-smalichi@codeaurora.org \
    --to=smalichi-sgv2jx0feol9jmxxk+q4oq@public.gmane.org \
    --cc=ablay-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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).