mbox series

[PATCHv2,0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc

Message ID 20210930065733.31943-1-tony@atomide.com (mailing list archive)
Headers show
Series More SoCs for sdhci-omap to deprecate omap_hsmmc | expand

Message

Tony Lindgren Sept. 30, 2021, 6:57 a.m. UTC
Hi,

Here are v2 changes to add 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 current Linux next.

Regards,

Tony

Changes since v1:

- Added Rob's ack for the binding changes

- Fix wakeirq assignment as noted by Grygorii

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                 | 275 ++++++++++++++----
 2 files changed, 226 insertions(+), 55 deletions(-)