diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2016-11-29 13:09:16 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-12-05 12:31:07 +0300 |
commit | 925ff3a7a334b3fe968ae15f07d22df21addad26 (patch) | |
tree | 2d08f3ba869f36d747072d6ed8841fc71f02a11a /include/linux/mmc/card.h | |
parent | c5bda0ca6fab8e040c8ea3c71fdd16deee0f132f (diff) | |
download | linux-925ff3a7a334b3fe968ae15f07d22df21addad26.tar.xz |
mmc: mmc: Add Command Queue definitions
Add definitions relating to Command Queuing.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc/card.h')
-rw-r--r-- | include/linux/mmc/card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index e49a3ff9d0e0..95d69d498296 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -89,6 +89,8 @@ struct mmc_ext_csd { unsigned int boot_ro_lock; /* ro lock support */ bool boot_ro_lockable; bool ffu_capable; /* Firmware upgrade support */ + bool cmdq_support; /* Command Queue supported */ + unsigned int cmdq_depth; /* Command Queue depth */ #define MMC_FIRMWARE_LEN 8 u8 fwrev[MMC_FIRMWARE_LEN]; /* FW version */ u8 raw_exception_status; /* 54 */ |