commit | aeae6ad35e973d9c31449de6868ef37ce6b7d05e | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Dec 11 15:10:43 2018 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 17 08:26:24 2018 +0100 |
tree | 6ba3265a7a0745e76d138b3a60a2db54cfe75e74 | |
parent | bd29f58bc0611ea9ebddc4091f71a8229572eb6a [diff] |
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>