Re: [U-Boot] [PATCH 2/3] mmc: sh_sdhi: Fix the ACMD handling

2017-08-02 Thread Nobuhiro Iwamatsu
Hi, 2017-07-22 6:22 GMT+09:00 Marek Vasut : > The command handling in this driver is awful, esp. because the driver > depends on command numbers to determine whether this is APPCMD or not. > Also, handling of command RSP response types is totally wrong. > > This patch at least plucks out some of t

[U-Boot] [PATCH 2/3] mmc: sh_sdhi: Fix the ACMD handling

2017-07-21 Thread Marek Vasut
The command handling in this driver is awful, esp. because the driver depends on command numbers to determine whether this is APPCMD or not. Also, handling of command RSP response types is totally wrong. This patch at least plucks out some of the custom command encoding and fixes the APPCMD handli