Re: [PATCH V13 09/10] mmc: block: blk-mq: Stop using card_busy_detect()

2017-11-09 Thread Adrian Hunter
On 09/11/17 15:36, Ulf Hansson wrote: > On 3 November 2017 at 14:20, Adrian Hunter wrote: >> card_busy_detect() doesn't set a correct timeout, and it doesn't take care >> of error status bits. Stop using it for blk-mq. > > I think this changelog isn't very descriptive.

Re: [PATCH V13 09/10] mmc: block: blk-mq: Stop using card_busy_detect()

2017-11-09 Thread Ulf Hansson
On 3 November 2017 at 14:20, Adrian Hunter wrote: > card_busy_detect() doesn't set a correct timeout, and it doesn't take care > of error status bits. Stop using it for blk-mq. I think this changelog isn't very descriptive. Could you please work on that for the next

[PATCH V13 09/10] mmc: block: blk-mq: Stop using card_busy_detect()

2017-11-03 Thread Adrian Hunter
card_busy_detect() doesn't set a correct timeout, and it doesn't take care of error status bits. Stop using it for blk-mq. Signed-off-by: Adrian Hunter --- drivers/mmc/core/block.c | 117 +++ 1 file changed, 109 insertions(+),