mbox series

[GIT,PULL] MMC fixes for v5.16-rc3

Message ID 20211126133055.27138-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC fixes for v5.16-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.16-rc1

Message

Ulf Hansson Nov. 26, 2021, 1:30 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 26, 2021, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 26 Nov 2021 14:30:55 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.16-rc1

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

Thank you!