]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-msm: Fix fallout from sdhci refactoring
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 10 Jun 2014 18:27:19 +0000 (11:27 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 12 Jun 2014 08:40:27 +0000 (10:40 +0200)
commiteac743056d9ba01b35fbd4ce75e66d3ac1d05803
tree8073d18312cfd5200b5590614cb7b0764c51c412
parent7e9f14287216a7ecb9f7b723bd4a8d2e292a2d15
mmc: sdhci-msm: Fix fallout from sdhci refactoring

The sdhci core was refactored recently and some of those
refactorings required changes in every sdhci platform driver.
Those updates happened around the same time as when the msm
driver was merged so the refactorings missed the msm driver.
Hook in the basic library functions so that we can boot apq8074
dragonboards again instead of crashing when we try to jump to
NULL function pointers.

Reported-by: Kevin Hilman <khilman@linaro.org>
Cc: Georgi Djakov <gdjakov@mm-sol.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Kumar Gala <galak@codeaurora.org>
Reviewed-by: Georgi Djakov <gdjakov@mm-sol.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c