mbox series

[GIT,PULL] MMC + ARM_SCMI fixes for v6.0-rc8

Message ID 20220928084152.245040-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC + ARM_SCMI fixes for v6.0-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.0-rc5

Message

Ulf Hansson Sept. 28, 2022, 8:41 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 28, 2022, 7:13 p.m. UTC | #1
The pull request you sent on Wed, 28 Sep 2022 10:41:52 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.0-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e817c070fd9f813774defd8ef5e0349108e924e0

Thank you!