Here are 13 patches against the 'fixes' branch of Ulf Hansson's 'usb.git' repo. The affected MMC/SD drivers call platform_get_irq() but override its result in case of error which prevents the deferred probing from working. Some of these patches logically depend on the previously posted (and yet unmerged) patch: https://marc.info/?l=linux-kernel&m=163623041902285 Because of that dependency the patches are marked as RFC. Sergey Shtylyov (13): mmc: bcm2835: fix deferred probing mmc: meson-gx: fix deferred probing mmc: mtk-sd: fix deferred probing mmc: mvsdio: fix deferred probing mmc: omap: fix deferred probing mmc: omap_hsmmc: fix deferred probing mmc: owl: fix deferred probing mmc: s3mci: fix deferred probing mmc: sdhci-acpi: fix deferred probing mmc: sdhci-spear: fix deferred probing mmc: sh_mmcif: fix deferred probing mmc: sunxi: fix deferred probing mmc: usdhi60rol0: fix deferred probing drivers/mmc/host/bcm2835.c | 4 ++-- drivers/mmc/host/meson-gx-mmc.c | 4 ++-- drivers/mmc/host/mtk-sd.c | 2 +- drivers/mmc/host/mvsdio.c | 2 +- drivers/mmc/host/omap.c | 2 +- drivers/mmc/host/omap_hsmmc.c | 6 ++++-- drivers/mmc/host/owl-mmc.c | 2 +- drivers/mmc/host/s3cmci.c | 4 ++-- drivers/mmc/host/sdhci-acpi.c | 2 +- drivers/mmc/host/sdhci-spear.c | 4 ++-- drivers/mmc/host/sh_mmcif.c | 2 +- drivers/mmc/host/sunxi-mmc.c | 4 ++-- drivers/mmc/host/usdhi6rol0.c | 6 ++++-- 13 files changed, 24 insertions(+), 20 deletions(-) -- 2.26.3