Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.16-rc3. 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.16-rc1 for you to fetch changes up to 5f719948b5d43eb39356e94e8d0b462568915381: mmc: spi: Add device-tree SPI IDs (2021-11-23 12:32:28 +0100) ---------------------------------------------------------------- MMC host: - mmc_spi: Add SPI IDs to silence warning - sdhci: Fix ADMA for PAGE_SIZE >= 64KiB - sdhci-esdhc-imx: Disable broken CMDQ for imx8qm/imx8qxp/imx8mm ---------------------------------------------------------------- Adrian Hunter (1): mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB Jon Hunter (1): mmc: spi: Add device-tree SPI IDs Tim Harvey (1): mmc: sdhci-esdhc-imx: disable CMDQ support drivers/mmc/host/mmc_spi.c | 7 +++++++ drivers/mmc/host/sdhci-esdhc-imx.c | 2 -- drivers/mmc/host/sdhci.c | 21 ++++++++++++++++++--- drivers/mmc/host/sdhci.h | 4 +++- 4 files changed, 28 insertions(+), 6 deletions(-)