Re: [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

2017-09-22 Thread Linus Walleij
On Fri, Sep 22, 2017 at 3:30 PM, Adrian Hunter wrote: > On 21/09/17 12:47, Ulf Hansson wrote: >> I asume the goal of adding this option is to enable us to move slowly >> forward. In general that might be a good idea, however for this >> particular case I am not sure. >> >> The main reason is simp

Re: [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

2017-09-22 Thread Adrian Hunter
On 21/09/17 12:47, Ulf Hansson wrote: > On 13 September 2017 at 13:40, Adrian Hunter wrote: >> Until mmc has blk-mq support fully implemented and tested, add a >> parameter use_blk_mq, default to false unless config option MMC_MQ_DEFAULT >> is selected. >> >> Signed-off-by: Adrian Hunter >> --- >

Re: [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

2017-09-21 Thread Ulf Hansson
On 13 September 2017 at 13:40, Adrian Hunter wrote: > Until mmc has blk-mq support fully implemented and tested, add a > parameter use_blk_mq, default to false unless config option MMC_MQ_DEFAULT > is selected. > > Signed-off-by: Adrian Hunter > --- > drivers/mmc/Kconfig | 11 +++ >

[PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

2017-09-13 Thread Adrian Hunter
Until mmc has blk-mq support fully implemented and tested, add a parameter use_blk_mq, default to false unless config option MMC_MQ_DEFAULT is selected. Signed-off-by: Adrian Hunter --- drivers/mmc/Kconfig | 11 +++ drivers/mmc/core/core.c | 7 +++ drivers/mmc/core/core.h |