]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling
authoryangbo lu <yangbo.lu@nxp.com>
Tue, 15 Aug 2017 02:16:47 +0000 (10:16 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:36 +0000 (15:03 +0200)
commit5b3f3f647a18b097141c39916ad4cd0a748a6201
treed577774a9f2743de175af708fe08da636f4eeccf
parent329508395f58053161225b719468522dfd0e18d9
mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling

SD controller with SDHCI_QUIRK_NO_HISPD_BIT quirk probably
use high speed enable bit for other purpose. So this bit
shouldn't be changed for high speed enabling for this type of
SD controller.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c