All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/13] Fix deferred probing in the MMC/SD drivers
@ 2021-12-23 17:11 Sergey Shtylyov
  2021-12-23 17:11   ` Sergey Shtylyov
                   ` (13 more replies)
  0 siblings, 14 replies; 50+ messages in thread
From: Sergey Shtylyov @ 2021-12-23 17:11 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc

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


^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2023-06-08 20:08 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23 17:11 [PATCH RFC 0/13] Fix deferred probing in the MMC/SD drivers Sergey Shtylyov
2021-12-23 17:11 ` [PATCH RFC 01/13] mmc: bcm2835: fix deferred probing Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-24 22:08   ` Florian Fainelli
2021-12-24 22:08     ` Florian Fainelli
2021-12-23 17:11 ` [PATCH RFC 02/13] mmc: meson-gx: " Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-24 17:35   ` Martin Blumenstingl
2021-12-24 17:35     ` Martin Blumenstingl
2021-12-24 17:35     ` Martin Blumenstingl
2021-12-24 17:37     ` Sergey Shtylyov
2021-12-24 17:37       ` Sergey Shtylyov
2021-12-24 17:37       ` Sergey Shtylyov
2023-04-01  6:38   ` Christian Hewitt
2023-04-01  6:38     ` Christian Hewitt
2023-04-01  6:38     ` Christian Hewitt
2023-04-02 17:58     ` Sergey Shtylyov
2023-04-02 17:58       ` Sergey Shtylyov
2023-04-02 17:58       ` Sergey Shtylyov
2023-06-08 20:07       ` Sergey Shtylyov
2023-06-08 20:07         ` Sergey Shtylyov
2023-06-08 20:07         ` Sergey Shtylyov
2021-12-23 17:11 ` [PATCH RFC 03/13] mmc: mtk-sd: " Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2022-01-04 11:00   ` AngeloGioacchino Del Regno
2022-01-04 11:00     ` AngeloGioacchino Del Regno
2022-01-04 11:00     ` AngeloGioacchino Del Regno
2021-12-23 17:11 ` [PATCH RFC 04/13] mmc: mvsdio: " Sergey Shtylyov
2021-12-23 18:48   ` Nicolas Pitre
2021-12-23 17:11 ` [PATCH RFC 05/13] mmc: omap: " Sergey Shtylyov
2021-12-23 17:11 ` [PATCH RFC 06/13] mmc: omap_hsmmc: " Sergey Shtylyov
2021-12-23 17:11 ` [PATCH RFC 07/13] mmc: owl: " Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-23 17:32   ` Manivannan Sadhasivam
2021-12-23 17:32     ` Manivannan Sadhasivam
2021-12-23 17:11 ` [PATCH RFC 08/13] mmc: s3mci: " Sergey Shtylyov
2021-12-23 17:11   ` Sergey Shtylyov
2021-12-23 17:11 ` [PATCH RFC 09/13] mmc: sdhci-acpi: " Sergey Shtylyov
2022-01-03  8:25   ` Adrian Hunter
2021-12-23 17:11 ` [PATCH RFC 10/13] mmc: sdhci-spear: " Sergey Shtylyov
2021-12-27  4:16   ` Viresh Kumar
2022-01-03  8:30   ` Adrian Hunter
2021-12-23 17:12 ` [PATCH RFC 11/13] mmc: sh_mmcif: " Sergey Shtylyov
2021-12-23 17:12 ` [PATCH RFC 12/13] mmc: sunxi: " Sergey Shtylyov
2021-12-23 17:12   ` Sergey Shtylyov
2021-12-23 17:12 ` [PATCH RFC 13/13] mmc: usdhi60rol0: " Sergey Shtylyov
2021-12-27 10:45   ` Jesper Nilsson
2021-12-28 16:40 ` [PATCH RFC 0/13] Fix deferred probing in the MMC/SD drivers Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.