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