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

2014-02-21 Thread Marek Vasut
On Tuesday, February 04, 2014 at 06:02:44 PM, Mateusz Zalega wrote: In some cases MMC was still uninitialized while media capacity check, leading to broken ums command. Sorry, this really doesn't explain what was the bug, what caused the bug and why this actually solves the problem. Best

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

2014-02-04 Thread Mateusz Zalega
In some cases MMC was still uninitialized while media capacity check, leading to broken ums command. Tested on Samsung Goni. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes since v1: - patch conforms to kernel coding style - moved mmc_init()