mbox series

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

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

Pull-request

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

Message

Ulf Hansson Oct. 30, 2020, 12:07 p.m. UTC
Hi Linus,

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

  Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx (2020-10-14 16:19:42 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 011fde48394b7dc8dfd6660d1013b26a00157b80:

  mmc: sdhci-of-esdhc: make sure delay chain locked for HS400 (2020-10-28 11:07:01 +0100)

----------------------------------------------------------------
MMC host:
 - sdhci: Fix performance regression with auto CMD auto select
 - sdhci-of-esdhc: Fix initialization for eMMC HS400 mode
 - sdhci-of-esdhc: Fix timeout bug for tuning commands

----------------------------------------------------------------
Jisheng Zhang (1):
      mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true

Michael Walle (1):
      mmc: sdhci-of-esdhc: set timeout to max before tuning

Yangbo Lu (1):
      mmc: sdhci-of-esdhc: make sure delay chain locked for HS400

 drivers/mmc/host/sdhci-esdhc.h    |  2 ++
 drivers/mmc/host/sdhci-of-esdhc.c | 28 ++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci.c          |  6 ++++--
 3 files changed, 34 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2020, 8:05 p.m. UTC | #1
The pull request you sent on Fri, 30 Oct 2020 13:07:52 +0100:

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

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

Thank you!