MMC host:
 - Fix support for deferred probing for several host drivers
 - litex_mmc: Use async probe as it's common for all mmc hosts
 - meson-gx: Fix bug when scheduling while atomic
 - mmci_stm32: Fix max busy timeout calculation
 - sdhci-msm: Disable broken 64-bit DMA on MSM8916
mmc: usdhi60rol0: fix deferred probing

The driver overrides the error codes returned by platform_get_irq_byname()
to -ENODEV, so if it returns -EPROBE_DEFER, the driver will fail the probe
permanently instead of the deferred probing.  Switch to propagating error
codes upstream.

Fixes: 9ec36cafe43b ("of/irq: do irq resolution in platform_get_irq")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/20230617203622.6812-13-s.shtylyov@omp.ru
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed