]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: sdhci-omap: Remove setting ADMA capability in driver
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 27 Apr 2018 11:47:11 +0000 (17:17 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 3 May 2018 07:35:21 +0000 (09:35 +0200)
commit5bc2bda54d49cb2dbf9387b47feb25c32d20e216
tree4255d4225333541e00479f8628b82ae2c94e44e2
parent0ec4ee3c9b9755b28fd2e89b2ceaae6f15403368
mmc: sdhci-omap: Remove setting ADMA capability in driver

sdhci can directly get ADMA capability from MMCHS_CAPA register.
Remove explicitly setting ADMA here as some instances might not have
ADMA enabled. (sdhci_read_caps() is also removed from here since
sdhci_setup_host() invokes it).

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-omap.c