From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R8oN7-000294-EV for barebox@lists.infradead.org; Wed, 28 Sep 2011 07:16:02 +0000 Date: Wed, 28 Sep 2011 09:15:59 +0200 From: Sascha Hauer Message-ID: <20110928071559.GW31404@pengutronix.de> References: <1316761066-29811-1-git-send-email-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1316761066-29811-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: USB mass storage support To: barebox@lists.infradead.org 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