Re: [U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices

2014-05-06 Thread Lukasz Majewski
Hi Marek, On Monday, May 05, 2014 at 06:40:11 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com The USB Mass Storage function could equally well support a SATA device as support an MMC device. Update struct ums to contain a block device descriptor, not an MMC device

Re: [U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices

2014-05-06 Thread Przemyslaw Marczak
Hi, On 05/06/2014 08:21 AM, Lukasz Majewski wrote: Hi Marek, On Monday, May 05, 2014 at 06:40:11 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com The USB Mass Storage function could equally well support a SATA device as support an MMC device. Update struct ums to contain a

Re: [U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices

2014-05-06 Thread Lukasz Majewski
Hi Stephen, From: Stephen Warren swar...@nvidia.com The USB Mass Storage function could equally well support a SATA device as support an MMC device. Update struct ums to contain a block device descriptor, not an MMC device descriptor. Cc: Lukasz Majewski l.majew...@samsung.com

[U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices

2014-05-05 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com The USB Mass Storage function could equally well support a SATA device as support an MMC device. Update struct ums to contain a block device descriptor, not an MMC device descriptor. Cc: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH V2 1/8] ums: support block devices not MMC devices

2014-05-05 Thread Marek Vasut
On Monday, May 05, 2014 at 06:40:11 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com The USB Mass Storage function could equally well support a SATA device as support an MMC device. Update struct ums to contain a block device descriptor, not an MMC device descriptor. Cc: