[GIT PULL] MMC fixes for v6.5-rc6
From: Ulf Hansson
Date: Mon Aug 07 2023 - 07:31:58 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.5-rc6. Details about the
highlights are as usual found in the signed tag.
Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.5-rc1
for you to fetch changes up to 5def5c1c15bf22934ee227af85c1716762f3829f:
mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (2023-07-14 11:28:55 +0200)
----------------------------------------------------------------
MMC host:
- moxart: Fix big-endian conversion for SCR structure
- sdhci-f-sdh30: Replace with sdhci_pltfm to fix PM support
----------------------------------------------------------------
Kunihiko Hayashi (1):
mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
Sergei Antonov (1):
mmc: moxart: read scr register without changing byte order
drivers/mmc/host/moxart-mmc.c | 8 +-----
drivers/mmc/host/sdhci_f_sdh30.c | 60 ++++++++++++++++++----------------------
2 files changed, 28 insertions(+), 40 deletions(-)