]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-pci: Fix default d3_retune for Intel host controllers
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 9 Oct 2017 07:24:01 +0000 (10:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 10 Oct 2017 06:40:04 +0000 (08:40 +0200)
commitd609c34ccd0cf91eb0bf761657f028a36668adb2
tree5f48f141c9f4ed7a53eadb5a533ac37e67abf624
parentfb8141d6423a2379f3dbd29ab43279906f1659cd
mmc: sdhci-pci: Fix default d3_retune for Intel host controllers

The default for d3_retune is true, but that was not being set in all cases,
which results in eMMC errors because re-tuning has not been done.
Fix by initializing d3_retune to true.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Fixes: f2d2e9a9c1d9 ("mmc: sdhci-pci: Don't re-tune with runtime pm for some Intel devices")
Cc: stable@vger.kernel.org # v4.12+
Reported-and-tested-by: ojab <ojab@ojab.ru>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-core.c