mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* USB mass storage support
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sascha Hauer @ 2011-09-23  6:57 UTC (permalink / raw)
  To: barebox

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

 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-29 15:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-23  6:57 USB mass storage support 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
2011-09-29 13:50   ` Antony Pavlov
2011-09-29 15:26     ` Rosen Kolev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox