]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Workaround broken command queuing on Intel GLK
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 17 Dec 2019 09:53:48 +0000 (11:53 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 18 Dec 2019 13:32:11 +0000 (14:32 +0100)
commit03ae2332e887345f608ca7cfe07a1c735e5f14e3
tree3ad14152dc4c5f82f7f0c96ef2e1f5d6f2d3ace4
parent7d2412a3bd01019b6d56e7cca68374b549ef9e6d
mmc: sdhci: Workaround broken command queuing on Intel GLK

Command queuing has been reported broken on some Lenovo systems based on
Intel GLK. This is likely a BIOS issue, so disable command queuing for
Intel GLK if the BIOS vendor string is "LENOVO".

Fixes: 797871915834 ("mmc: sdhci-pci: Add CQHCI support for Intel GLK")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20191217095349.14592-1-adrian.hunter@intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-core.c