From: Tony Lindgren <tony@atomide.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>,
Chunyan Zhang <zhang.chunyan@linaro.org>,
Faiz Abbas <faiz_abbas@ti.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
Santosh Shilimkar <ssantosh@kernel.org>,
linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org,
Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org
Subject: [PATCHv4 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc
Date: Fri, 15 Oct 2021 13:47:14 +0300 [thread overview]
Message-ID: <20211015104720.52240-1-tony@atomide.com> (raw)
Hi,
Here are v4 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 v3:
- More runtime PM fixes and improvments as commented by Ulf
- Use 0U instead of 0UL to fix compile warnings
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
mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM
mmc: sdhci-omap: Configure optional wakeirq
.../devicetree/bindings/mmc/sdhci-omap.txt | 6 +-
drivers/mmc/host/sdhci-omap.c | 260 ++++++++++++++----
2 files changed, 204 insertions(+), 62 deletions(-)
--
2.33.0
next reply other threads:[~2021-10-15 10:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-15 10:47 Tony Lindgren [this message]
2021-10-15 10:47 ` [PATCH 1/6] dt-bindings: sdhci-omap: Update binding for legacy SoCs Tony Lindgren
2021-10-15 10:47 ` [PATCH 2/6] mmc: sdhci-omap: Handle voltages to add support omap4 Tony Lindgren
2021-10-15 10:47 ` [PATCH 3/6] mmc: sdhci-omap: Add omap_offset to support omap3 and earlier Tony Lindgren
2021-10-15 10:47 ` [PATCH 4/6] mmc: sdhci-omap: Implement PM runtime functions Tony Lindgren
2021-10-15 10:47 ` [PATCH 5/6] mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM Tony Lindgren
2021-10-15 10:47 ` [PATCH 6/6] mmc: sdhci-omap: Configure optional wakeirq Tony Lindgren
2021-10-19 11:36 ` [PATCHv4 0/6] More SoCs for sdhci-omap to deprecate omap_hsmmc Ulf Hansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211015104720.52240-1-tony@atomide.com \
--to=tony@atomide.com \
--cc=adrian.hunter@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=faiz_abbas@ti.com \
--cc=kishon@ti.com \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=robh@kernel.org \
--cc=ssantosh@kernel.org \
--cc=ulf.hansson@linaro.org \
--cc=zhang.chunyan@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox