linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	sarah.a.sharp-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	Matthew Wilcox
	<matthew.r.wilcox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 2/2] Add UAS driver
Date: Tue, 28 Sep 2010 21:01:17 -0400	[thread overview]
Message-ID: <20100929010117.GD4689@linux.intel.com> (raw)
In-Reply-To: <20100928175122.GE25677-JGfshJpz5UybPZpvUQj5UqxOck334EZe@public.gmane.org>

On Tue, Sep 28, 2010 at 10:51:22AM -0700, Matthew Dharm wrote:
> On Tue, Sep 28, 2010 at 06:14:56AM -0400, Matthew Wilcox wrote:
> > From: Matthew Wilcox <matthew.r.wilcox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > 
> > USB Attached SCSI is a new protocol specified jointly by the SCSI T10
> > committee and the USB Implementors Forum.
> > 
> > Signed-off-by: Matthew Wilcox <willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> > ---
> >  MAINTAINERS                  |    8 +
> >  drivers/usb/storage/Kconfig  |   13 +
> >  drivers/usb/storage/Makefile |    1 +
> >  drivers/usb/storage/uas.c    |  751 ++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 773 insertions(+), 0 deletions(-)
> >  create mode 100644 drivers/usb/storage/uas.c
> 
> Given that this is distinctly not usb-storage, and it is entirely contained
> within a single file, does it really belong in the drivers/usb/storage
> directory?

Well.  It's USB Storage, specified as part of the Mass Storage Class
Specification Overview 1.4.  It's not part of the Linux usb-storage driver
(yet?), but it's really closely related.  For one thing, UAS devices
come up in BBB (aka BOT) mode and have to be switched to UAS mode.
That might be an argument for integration with libusual, or it might
be an argument for integration with usb-storage.  I have no idea yet,
I'm still experimenting.

Either way, there's got to be close cooperation, and being in the same
directory seems like a minimum requirement.

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

  parent reply	other threads:[~2010-09-29  1:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 10:14 [PATCH 1/2] Move USB Storage definitions to their own header file Matthew Wilcox
2010-09-28 10:14 ` [PATCH 2/2] Add UAS driver Matthew Wilcox
     [not found]   ` <1285668896-6356-2-git-send-email-willy-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2010-09-28 13:13     ` Oliver Neukum
2010-09-29  0:54       ` Matthew Wilcox
2010-09-29  4:47         ` Sarah Sharp
     [not found]         ` <20100929005413.GB4689-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2010-09-29 20:20           ` Oliver Neukum
2010-09-30  6:04         ` Rolf Eike Beer
2010-09-28 13:41   ` David Vrabel
2010-09-29  0:55     ` Matthew Wilcox
2010-09-29  3:30       ` David Brownell
2010-09-28 17:51   ` Matthew Dharm
2010-09-28 18:11     ` Greg KH
2010-09-28 18:52       ` Matthew Dharm
2010-09-29  1:56         ` Greg KH
     [not found]     ` <20100928175122.GE25677-JGfshJpz5UybPZpvUQj5UqxOck334EZe@public.gmane.org>
2010-09-29  1:01       ` Matthew Wilcox [this message]
2010-09-29  2:08   ` James Bottomley

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=20100929010117.GD4689@linux.intel.com \
    --to=willy-vuqaysv1563yd54fqh9/ca@public.gmane.org \
    --cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
    --cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matthew.r.wilcox-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=sarah.a.sharp-VuQAYsv1563Yd54FQh9/CA@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).