summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2017-11-29 08:41:02 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2017-12-11 06:44:33 -0500
commitc3d53d0da69d127f488dc85638e9440220b268e8 (patch)
tree10ddb5731e3171b41425204375d6387ce907253c /include/linux/mmc
parent6d3898a6a517d0effa1d1e337c03b16bafb6fc96 (diff)
mmc: core: Add parameter use_blk_mq
Until mmc has blk-mq support fully implemented and tested, add a parameter use_blk_mq, set to true if config option MMC_MQ_DEFAULT is selected, which it is by default. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index e7743eca1021..ce2075d6f429 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -380,6 +380,7 @@ struct mmc_host {
380 unsigned int doing_retune:1; /* re-tuning in progress */ 380 unsigned int doing_retune:1; /* re-tuning in progress */
381 unsigned int retune_now:1; /* do re-tuning at next req */ 381 unsigned int retune_now:1; /* do re-tuning at next req */
382 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */ 382 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */
383 unsigned int use_blk_mq:1; /* use blk-mq */
383 384
384 int rescan_disable; /* disable card detection */ 385 int rescan_disable; /* disable card detection */
385 int rescan_entered; /* used with nonremovable devices */ 386 int rescan_entered; /* used with nonremovable devices */