mbox series

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

Message ID 20211223131726.10956-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v5.16-rc7 | expand

Pull-request

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

Message

Ulf Hansson Dec. 23, 2021, 1:17 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.16-rc7. 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 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ff31ee0a0f471776f67be5e5275c18d17736fc6b:

  mmc: mmci: stm32: clear DLYB_CR after sending tuning command (2021-12-21 13:03:51 +0100)

----------------------------------------------------------------
MMC core:
 - Disable card detect during shutdown

MMC host:
 - mmci: Fixup tuning support for stm32_sdmmc
 - meson-mx-sdhc: Fix support for multi-block SDIO commands
 - sdhci-tegra: Fix support for eMMC HS400ES mode

----------------------------------------------------------------
Martin Blumenstingl (1):
      mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands

Prathamesh Shete (1):
      mmc: sdhci-tegra: Fix switch to HS400ES mode

Ulf Hansson (1):
      mmc: core: Disable card detect during shutdown

Yann Gautier (1):
      mmc: mmci: stm32: clear DLYB_CR after sending tuning command

 drivers/mmc/core/core.c              |  7 +++++-
 drivers/mmc/core/core.h              |  1 +
 drivers/mmc/core/host.c              |  9 ++++++++
 drivers/mmc/host/meson-mx-sdhc-mmc.c | 16 ++++++++++++++
 drivers/mmc/host/mmci_stm32_sdmmc.c  |  2 ++
 drivers/mmc/host/sdhci-tegra.c       | 43 ++++++++++++++++++++++--------------
 6 files changed, 60 insertions(+), 18 deletions(-)