]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-iproc: handle mmc_of_parse() errors during probe
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 23 Dec 2018 20:59:17 +0000 (21:59 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Jan 2019 13:14:27 +0000 (14:14 +0100)
commitbca2e3883390bfe62e34678d9b1b4813a608f681
tree1fb87183f683a679a9303faa074d151631788250
parent9b9b4ed8c80df21526d06bd5fb1fb70a7b4d90a6
mmc: sdhci-iproc: handle mmc_of_parse() errors during probe

We need to handle mmc_of_parse() errors during probe.

This finally fixes the wifi regression on Raspberry Pi 3 series.
In error case the wifi chip was permanently in reset because of
the power sequence depending on the deferred probe of the GPIO expander.

Fixes: eaf189a5b4c4 ("mmc: sdhci-iproc: add IPROC SDHCI driver")
Cc: stable@vger.kernel.org
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-iproc.c