linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Shimrit Malichi <smalichi@codeaurora.org>
Cc: greg@kroah.com, linux-usb@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, balbi@ti.com,
	ablay@codeaurora.org, Tatyana Brokhman <tlinder@codeaurora.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [RFC/PATCH v4 1/3] uas: MS UAS Gadget driver - Infrastructure
Date: Mon, 5 Dec 2011 10:13:11 +0200	[thread overview]
Message-ID: <20111205081310.GD9900@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <1323029552-15324-1-git-send-email-smalichi@codeaurora.org>

[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]

Hi,

On Sun, Dec 04, 2011 at 10:12:29PM +0200, Shimrit Malichi wrote:
> This patch implements the infrastructure for the UAS gadget driver.
> The UAS gadget driver registers as a second configuration of the MS
> gadet driver.
> 
> A new module parameter was added to the mass_storage module:
> bool use_uasp. (default = 0)
> If this parameter is set to true, the mass_storage module will register
> with the UAS configuration as the devices first configuration and
> operate according to the UAS protocol.
> 
> The number of buffers used by the mass_storage device was increased
> according to the number of supported streams.
> 
> It defines the API for COMMAND/TASK MANAGEMENT IU implementation.
> 
> Change-Id: I86ec7f23b15e602b0f46934adbf5824472e59a1f
> Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>
> ---
>  drivers/usb/gadget/f_mass_storage.c |   26 +-
>  drivers/usb/gadget/f_uasp.c         | 2393 +++++++++++++++++++++++++++++++++++
>  drivers/usb/gadget/f_uasp.h         |  430 +++++++
>  drivers/usb/gadget/mass_storage.c   |   67 +-
>  drivers/usb/gadget/storage_common.c |   24 +-
>  drivers/usb/gadget/uasp_cmdiu.c     |  514 ++++++++
>  drivers/usb/gadget/uasp_tmiu.c      |  277 ++++
>  7 files changed, 3708 insertions(+), 23 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

I wonder how many times we will have to ask for this to be done on
TARGET FRAMEWORK!!! It's like talking to the walls.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

      parent reply	other threads:[~2011-12-05  8:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-04 20:12 [RFC/PATCH v4 1/3] uas: MS UAS Gadget driver - Infrastructure Shimrit Malichi
2011-12-04 20:12 ` [RFC/PATCH v4 2/3] uas: MS UAS Gadget driver - Implementation Shimrit Malichi
2011-12-04 20:12 ` [RFC/PATCH v4 3/3] uas: Supporting UAS and BOT configuration Shimrit Malichi
2011-12-05  8:13 ` Felipe Balbi [this message]

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=20111205081310.GD9900@legolas.emea.dhcp.ti.com \
    --to=balbi@ti.com \
    --cc=ablay@codeaurora.org \
    --cc=greg@kroah.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=smalichi@codeaurora.org \
    --cc=tlinder@codeaurora.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).