Re: [PATCH 9/9] mmc: sdhi: Add r8a7795 support

2016-02-10 Thread Wolfram Sang
^ > I think you should try without MMC_CAP_WAIT_WHILE_BUSY, and then check > that a following CMD13 command always states that the card isn't busy. > I think the best path to try this is when sending a big write data > request, as in that case you can be quite certain that the card gets > busy

Re: [PATCH 9/9] mmc: sdhi: Add r8a7795 support

2016-01-29 Thread Ulf Hansson
On 25 January 2016 at 20:15, Wolfram Sang wrote: > From: Wolfram Sang > > Registers are 64bit apart, so we refactor bus_shift handling a little > and set it based on the DT compatible. Also, EXT_ACC is different. > > Signed-off-by: Ai Kyuse

[PATCH 9/9] mmc: sdhi: Add r8a7795 support

2016-01-25 Thread Wolfram Sang
From: Wolfram Sang Registers are 64bit apart, so we refactor bus_shift handling a little and set it based on the DT compatible. Also, EXT_ACC is different. Signed-off-by: Ai Kyuse Signed-off-by: Wolfram Sang