Message ID | 20230617203622.6812-1-s.shtylyov@omp.ru |
---|---|
Headers | show |
Series | Fix deferred probing in the MMC/SD drivers | expand |
On Sat, 17 Jun 2023 at 22:36, Sergey Shtylyov <s.shtylyov@omp.ru> wrote: > > Here are 12 patches against the 'fixes' branch of Ulf Hansson's 'mmc.git' repo. > > The affected MMC/SD drivers call platform_get_irq[_byname]() but override its > result in case of error which prevents the deferred probing from working. Some > of these patches logically depend on commit ce753ad1549c ("platform: finally > disallow IRQ0 in platform_get_irq() and its ilk")... > > Sergey Shtylyov (12): > 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: 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/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 ++++-- > 12 files changed, 22 insertions(+), 18 deletions(-) > Applied for fixes, thanks! Kind regards Uffe