mbox series

[GIT,PULL] MMC fixes for v5.10-rc8

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.10-rc4-2

Message

Ulf Hansson Dec. 11, 2020, 8:56 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.10-rc8. 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 d06d60d52ec0b0eef702dd3e7b4699f0b589ad0f:

  mmc: sdhci-of-arasan: Issue DLL reset explicitly (2020-11-17 12:44:44 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.10-rc4-2

for you to fetch changes up to c0d638a03bc5dfdb08fb95d0a79ecada25f40da8:

  mmc: mediatek: mark PM functions as __maybe_unused (2020-12-04 15:35:54 +0100)

----------------------------------------------------------------
MMC core:
 - Fixup condition for CMD13 polling for RPMB requests

MMC host:
 - mtk-sd: Fix system suspend/resume support for CQHCI
 - mtd-sd: Extend SDIO IRQ fix to more variants
 - sdhci-of-arasan: Fix clock registration error for Keem Bay SOC
 - tmio: Bring HW to a sane state after a power off

----------------------------------------------------------------
Arnd Bergmann (1):
      mmc: mediatek: mark PM functions as __maybe_unused

Bean Huo (1):
      mmc: block: Fixup condition for CMD13 polling for RPMB requests

Muhammad Husaini Zulkifli (1):
      mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC

Wenbin Mei (1):
      mmc: mediatek: Fix system suspend/resume support for CQHCI

Wolfram Sang (1):
      mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFF

yong mao (1):
      mmc: mediatek: Extend recheck_sdio_irq fix to more variants

 drivers/mmc/core/block.c           |  2 +-
 drivers/mmc/host/mtk-sd.c          | 39 +++++++++++++++++++++++++++-----------
 drivers/mmc/host/sdhci-of-arasan.c |  3 +++
 drivers/mmc/host/tmio_mmc_core.c   |  6 +++---
 4 files changed, 35 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 11, 2020, 10:35 p.m. UTC | #1
The pull request you sent on Fri, 11 Dec 2020 09:56:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.10-rc4-2

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

Thank you!