From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Re: USB mass storage support
Date: Wed, 28 Sep 2011 09:15:59 +0200 [thread overview]
Message-ID: <20110928071559.GW31404@pengutronix.de> (raw)
In-Reply-To: <1316761066-29811-1-git-send-email-s.hauer@pengutronix.de>
On Fri, Sep 23, 2011 at 08:57:43AM +0200, Sascha Hauer wrote:
> Hi,
>
> The following adds USB mass storage support to barebox. The patches
> are from Rosen Kolev, I am just sending these patches for him because
> git send-email does not work for him (yet).
>
> Sascha
>
> Rosen Kolev (3):
> Modified timeout in the ehci-hcd USB host driver.
> Extended USB device matching.
> USB mass storage device driver initial implementation
I merged this as-is. There are still some minor things like CamelCase
function names but overall This looked to good to not merge it ;)
Sascha
>
> drivers/usb/Kconfig | 2 +
> drivers/usb/Makefile | 1 +
> drivers/usb/core/usb.c | 34 +++
> drivers/usb/host/ehci-hcd.c | 5 +-
> drivers/usb/storage/Kconfig | 2 +
> drivers/usb/storage/Makefile | 4 +
> drivers/usb/storage/transport.c | 251 ++++++++++++++++
> drivers/usb/storage/transport.h | 95 ++++++
> drivers/usb/storage/usb.c | 619 +++++++++++++++++++++++++++++++++++++++
> drivers/usb/storage/usb.h | 96 ++++++
> include/scsi.h | 208 +++++++++++++
> include/usb/usb.h | 22 ++
> 12 files changed, 1337 insertions(+), 2 deletions(-)
> create mode 100644 drivers/usb/storage/Kconfig
> create mode 100644 drivers/usb/storage/Makefile
> create mode 100644 drivers/usb/storage/transport.c
> create mode 100644 drivers/usb/storage/transport.h
> create mode 100644 drivers/usb/storage/usb.c
> create mode 100644 drivers/usb/storage/usb.h
> create mode 100644 include/scsi.h
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2011-09-28 7:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-23 6:57 Sascha Hauer
2011-09-23 6:57 ` [PATCH 1/3] Modified timeout in the ehci-hcd USB host driver Sascha Hauer
2011-09-23 6:57 ` [PATCH 2/3] Extended USB device matching Sascha Hauer
2011-09-23 6:57 ` [PATCH 3/3] USB mass storage device driver initial implementation Sascha Hauer
2011-09-23 7:10 ` USB mass storage support Robert Schwebel
2011-09-28 7:15 ` Sascha Hauer [this message]
2011-09-29 13:50 ` Antony Pavlov
2011-09-29 15:26 ` Rosen Kolev
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=20110928071559.GW31404@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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