Re: [U-Boot] [PATCH] mmc: uniphier-sd: Fix long response processing

2017-08-03 Thread Masahiro Yamada
2017-07-22 6:11 GMT+09:00 Marek Vasut : > The long response entry 0..3 LSByte comes from the next response > register MSByte, not from the next response register LSByte. Fix > this to make the driver report correct values in response 136 . > > Signed-off-by: Marek Vasut > Cc: Masahiro Yamada > Cc

[U-Boot] [PATCH] mmc: uniphier-sd: Fix long response processing

2017-07-21 Thread Marek Vasut
The long response entry 0..3 LSByte comes from the next response register MSByte, not from the next response register LSByte. Fix this to make the driver report correct values in response 136 . Signed-off-by: Marek Vasut Cc: Masahiro Yamada Cc: Jaehoon Chung --- drivers/mmc/uniphier-sd.c | 14