Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > On 08/28/2013 01:03 PM, Marek Vasut wrote: > > Dear Przemyslaw Marczak, > > > >> On 08/28/2013 10:44 AM, Marek Vasut wrote: > >>> You still use dev_num further in the code, why not convert the whole > >>> thing to use *mmc ? > >>> > >>> Best regards, > >>> Marek Vasut.

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 01:03 PM, Marek Vasut wrote: Dear Przemyslaw Marczak, On 08/28/2013 10:44 AM, Marek Vasut wrote: You still use dev_num further in the code, why not convert the whole thing to use *mmc ? Best regards, Marek Vasut. Hello, I don't know exactly what do you mean. I suppose that putt

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > On 08/28/2013 10:44 AM, Marek Vasut wrote: > > You still use dev_num further in the code, why not convert the whole > > thing to use *mmc ? > > > > Best regards, > > Marek Vasut. > > Hello, > I don't know exactly what do you mean. > I suppose that putting "mmc device n

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
On 08/28/2013 10:44 AM, Marek Vasut wrote: You still use dev_num further in the code, why not convert the whole thing to use *mmc ? Best regards, Marek Vasut. Hello, I don't know exactly what do you mean. I suppose that putting "mmc device number" as a parameter is easy to maintain at command

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Marek Vasut
Dear Przemyslaw Marczak, > This change allows using every mmc device instance with ums, > like eMMC or SD cards. > > Example: ums for mmc devices. > > Signed-off-by: Przemyslaw Marczak > Signed-off-by: Kyungmin Park > CC: Marek Vasut > --- > common/cmd_usb_mass_storage.c |7 +-- > 1

Re: [U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-28 Thread Przemyslaw Marczak
Hello Marek, This change allows using every mmc device instance with ums, like eMMC or SD cards. Example: ums for mmc devices. Could you review this patch, please? Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Marek Vasut --- common/cmd_usb_mass_storage.c |7 +

[U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-20 Thread Przemyslaw Marczak
This change allows using every mmc device instance with ums, like eMMC or SD cards. Example: ums for mmc devices. Signed-off-by: Przemyslaw Marczak Signed-off-by: Kyungmin Park CC: Marek Vasut --- common/cmd_usb_mass_storage.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)