mbox series

[GIT,PULL] MMC fixes for v6.1-rc5

Message ID 20221111122554.112164-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.1-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc4

Message

Ulf Hansson Nov. 11, 2022, 12:25 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.1-rc5. 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 f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc4

for you to fetch changes up to f002f45a00ee14214d96b18b9a555fe2c56afb20:

  mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA (2022-11-09 13:01:33 +0100)

----------------------------------------------------------------
MMC host:
 - cqhci: Provide helper for resetting both SDHCI and CQHCI
 - sdhci_am654: Fix reset for CQHCI
 - sdhci-brcmstb: Fix reset for CQHCI
 - sdhci-esdhc-imx: Fix reset for CQHCI
 - sdhci-esdhc-imx: Fixup support for MMC_CAP_8_BIT_DATA
 - sdhci-of-arasan: Fix reset for CQHCI
 - sdhci-tegra: Fix reset for CQHCI

----------------------------------------------------------------
Brian Norris (6):
      mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
      mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
      mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCI
      mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
      mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
      mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI

Haibo Chen (1):
      mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA

 drivers/mmc/host/sdhci-brcmstb.c   |  3 ++-
 drivers/mmc/host/sdhci-cqhci.h     | 24 ++++++++++++++++++++++++
 drivers/mmc/host/sdhci-esdhc-imx.c |  7 ++++---
 drivers/mmc/host/sdhci-of-arasan.c |  3 ++-
 drivers/mmc/host/sdhci-tegra.c     |  3 ++-
 drivers/mmc/host/sdhci_am654.c     |  7 ++++---
 6 files changed, 38 insertions(+), 9 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-cqhci.h

Comments

pr-tracker-bot@kernel.org Nov. 11, 2022, 6:02 p.m. UTC | #1
The pull request you sent on Fri, 11 Nov 2022 13:25:54 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc4

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

Thank you!