summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAl Cooper2016-02-10 21:25:39 +0100
committerUlf Hansson2016-02-29 11:03:13 +0100
commit5eaa7476f93768e5c64449ba1268ba5b6a2c12e1 (patch)
treed8ec02de4cacff021b67acdad2c59582ca732d3b /MAINTAINERS
parentmmc: sdhci-pic32: Add PIC32 SDHCI host controller driver (diff)
downloadkernel-qcow2-linux-5eaa7476f93768e5c64449ba1268ba5b6a2c12e1.tar.gz
kernel-qcow2-linux-5eaa7476f93768e5c64449ba1268ba5b6a2c12e1.tar.xz
kernel-qcow2-linux-5eaa7476f93768e5c64449ba1268ba5b6a2c12e1.zip
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
sdhci_add_host() allows the Host Controller Capability registers to be supplied by the calling driver by using SDHCI_QUIRK_MISSING_CAPS, but the check for the Capabilities bit SDHCI_CAN_64BIT doesn't use the applied value and instead reads the Host register directly. This change uses the supplied "caps" register instead of reading the host register. This change will allow a calling driver to simply clear the SDHCI_CAN_64BIT bit in "caps" to handle some cases of SDHCI_QUIRK2_BROKEN_64_BIT_DMA. Signed-off-by: Al Cooper <alcooperx@gmail.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions