mmc: sdhci-pci: Disable LED control for Intel BYT-based controllers
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 11 Dec 2018 13:10:43 +0000 (15:10 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Dec 2018 07:26:24 +0000 (08:26 +0100)
commitaeae6ad35e973d9c31449de6868ef37ce6b7d05e
tree6ba3265a7a0745e76d138b3a60a2db54cfe75e74
parentbd29f58bc0611ea9ebddc4091f71a8229572eb6a
mmc: sdhci-pci: Disable LED control for Intel BYT-based controllers

Intel BYT-based controllers do not have a LED signal line. Nevertheless
sdhci_led_control() takes more than twice as long as sdhci_send_command(),
even though it does nothing.  Use the new SDHCI_QUIRK_NO_LED quirk to
disable LED control for Intel BYT-based controllers.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-core.c