Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-17 Thread Abraham, Thomas
l.com] On Behalf Of Bryan Wu > Sent: Thursday, January 15, 2009 2:16 PM > To: Abraham, Thomas > Cc: u-boot@lists.denx.de; Gupta, Ajay Kumar; Subbrathnam, > Swaminathan; B, Ravi > Subject: Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB > contorller driver and enable Davinci MSC supp

Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Abraham, Thomas
Jean, > -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Sunday, January 04, 2009 12:51 PM > Subject: Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB > contorller driver and enable Davinci MSC support > > Changes since v2: > > > >

Re: [U-Boot] [PATCH 2/4] usb : OMAP3 : Enable Mentor USB OTG module interface clock

2009-01-04 Thread Abraham, Thomas
Remy, > -Original Message- > From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On > Behalf Of Remy Bohmer > Sent: Monday, January 05, 2009 1:52 AM > Subject: Re: [U-Boot] [PATCH 2/4] usb : OMAP3 : Enable Mentor > USB OTG module interface clock > > cpu/arm_cortexa8/omap3/clock.

Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2009-01-04 Thread Abraham, Thomas
Mike, > -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: Sunday, January 04, 2009 11:00 PM > Subject: Re: [U-Boot] [PATCH v3 0/5] usb : musb : Add MUSB > contorller driver and enable Davinci MSC support > > do you have a git tree or you just using the u-

Re: [U-Boot] [PATCH 1/6] usb : musb : Add high speed field in usb_device structure

2008-12-17 Thread Abraham, Thomas
Hi Remy, > -Original Message- > From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On > Behalf Of Remy Bohmer > Sent: Wednesday, December 17, 2008 1:48 AM > To: Abraham, Thomas > > > Same, Michael combined slow+high into 1 single element called > &

[U-Boot] [PATCH] USB: Remove LUN number from CDB

2008-10-28 Thread Abraham, Thomas
The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB. Signed-off-by: Thomas Abraham <[EMAIL PROTECTED]> --- u-boot-usb/common/usb_storage.