Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.0-rc8. This time there is also a fix for the ARM SCMI firmware driver, which has been acked by Sudeep Holla, the maintainer. As usual, more details about the highlights are found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf: Linux 6.0-rc5 (2022-09-11 16:22:01 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.0-rc5 for you to fetch changes up to e7afa79a3b35a27a046a2139f8b20bd6b98155c2: mmc: hsq: Fix data stomping during mmc recovery (2022-09-27 12:38:29 +0200) ---------------------------------------------------------------- MMC core: - Terminate infinite loop in SD-UHS voltage switch MMC host: - hsq: Fix kernel crash in the recovery path - moxart: Fix bus width configurations - sdhci: Fix kernel panic for cqe irq ARM_SCMI: - Fixup clock management by reverting "firmware: arm_scmi: Add clock management to the SCMI power domain" ---------------------------------------------------------------- Brian Norris (1): mmc: core: Terminate infinite loop in SD-UHS voltage switch Sergei Antonov (1): mmc: moxart: fix 4-bit bus width and remove 8-bit bus width Ulf Hansson (1): Revert "firmware: arm_scmi: Add clock management to the SCMI power domain" Wenchao Chen (2): mmc: sdhci: Fix host->cmd is null mmc: hsq: Fix data stomping during mmc recovery drivers/firmware/arm_scmi/scmi_pm_domain.c | 26 -------------------------- drivers/mmc/core/sd.c | 3 ++- drivers/mmc/host/mmc_hsq.c | 2 +- drivers/mmc/host/moxart-mmc.c | 17 +++-------------- drivers/mmc/host/sdhci.c | 4 ++-- 5 files changed, 8 insertions(+), 44 deletions(-)