Hi, This series of changes adds support to sdhci-omap for earlier SoCs so we can start deprecating the old omap_hsmmc driver. For most part these changes can be tested just by changing the old hsmmc devicetree compatible value for the SoC as described in the first binding patch. There are few old quirks I have not yet handled, like the wl1251 quirk f6498b922e57 ("mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card"). But those can be added later once we figure out how to best handle them :) These patches are against v5.15-rc1, and depend on patch series "[PATCH 0/5] Prepare sdhci-omap to support more SoCs". Regards, Tony Tony Lindgren (5): dt-bindings: sdhci-omap: Update binding for legacy SoCs mmc: sdhci-omap: Handle voltages to add support omap4 mmc: sdhci-omap: Add omap_offset to support omap3 and earlier mmc: sdhci-omap: Implement PM runtime functions mmc: sdhci-omap: Configure optional wakeirq .../devicetree/bindings/mmc/sdhci-omap.txt | 6 +- drivers/mmc/host/sdhci-omap.c | 270 ++++++++++++++---- 2 files changed, 221 insertions(+), 55 deletions(-) -- 2.33.0