Message ID | 20211223171202.8224-1-s.shtylyov@omp.ru |
---|---|
Headers | show |
Series | Fix deferred probing in the MMC/SD drivers | expand |
On Thu, 23 Dec 2021 at 18:12, Sergey Shtylyov <s.shtylyov@omp.ru> wrote: > > 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 Alright, so until we get some more progress on the above patch, I will simply defer this until later. Please re-submit the series, when it's ready to be picked up for me. Kind regards Uffe > > 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 >