mbox series

[PATCHv3,0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc

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

Message

Tony Lindgren Oct. 12, 2021, 10:37 a.m. UTC
Hi,

Here are v3 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. Then after some testing, I'll post patches to enable sdhci-omap
for all the omap variants instead of omap_hsmmc.

These patches are against current Linux next.

Regards,

Tony


Changes since v2:

- Fix up runtime PM issues and enable autosuspend based on comments
  from Ulf

Changes since v1:

- Added Rob's ack for the binding changes

- Fix wakeirq assignment as noted by Grygorii


Tony Lindgren (6):
  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
  sdhci: omap: Enable aggressive PM
  mmc: sdhci-omap: Configure optional wakeirq

 .../devicetree/bindings/mmc/sdhci-omap.txt    |   6 +-
 drivers/mmc/host/sdhci-omap.c                 | 290 ++++++++++++++----
 2 files changed, 236 insertions(+), 60 deletions(-)