Re: [U-Boot] [PATCH v5 06/12] ums: always initialize mmc before ums_disk_init()

2014-05-05 Thread Lukasz Majewski
Hi Mateusz, > In cases when MMC hadn't been initialized before, ie. by the user or > other subsystem, it was still uninitialized while UMS media capacity > check, leading to broken ums command. > > UMS has to initialize resources it uses. > > Tested on Samsung Goni. > > Signed-off-by: Mateusz Z

Re: [U-Boot] [PATCH v5 06/12] ums: always initialize mmc before ums_disk_init()

2014-05-01 Thread Stephen Warren
On 04/28/2014 01:13 PM, Mateusz Zalega wrote: > In cases when MMC hadn't been initialized before, ie. by the user or other > subsystem, it was still uninitialized while UMS media capacity check, > leading to broken ums command. > > UMS has to initialize resources it uses. It's probably better to

[U-Boot] [PATCH v5 06/12] ums: always initialize mmc before ums_disk_init()

2014-04-28 Thread Mateusz Zalega
In cases when MMC hadn't been initialized before, ie. by the user or other subsystem, it was still uninitialized while UMS media capacity check, leading to broken ums command. UMS has to initialize resources it uses. Tested on Samsung Goni. Signed-off-by: Mateusz Zalega Tested-by: Mateusz Zaleg