mbox series

[GIT,PULL] MMC fixes for v5.11-rc5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.11-rc3

Message

Ulf Hansson Jan. 22, 2021, 9:44 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.11-rc5. 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 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.11-rc3

for you to fetch changes up to b503087445ce7e45fabdee87ca9e460d5b5b5168:

  mmc: core: don't initialize block size from ext_csd if not present (2021-01-15 12:09:15 +0100)

----------------------------------------------------------------
MMC core:
 - Fix initialization of block size when ext_csd isn't present

MMC host:
 - sdhci-brcmstb: Fix mmc timeout errors on S5 suspend
 - sdhci-of-dwcmshc: Fix request accessing RPMB
 - sdhci-xenon: Fix 1.8v regulator stabilization

----------------------------------------------------------------
Al Cooper (1):
      mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

Alex Leibovich (1):
      mmc: sdhci-xenon: fix 1.8v regulator stabilization

Jisheng Zhang (1):
      mmc: sdhci-of-dwcmshc: fix rpmb access

Peter Collingbourne (1):
      mmc: core: don't initialize block size from ext_csd if not present

 drivers/mmc/core/queue.c            |  4 +++-
 drivers/mmc/host/sdhci-brcmstb.c    |  6 +-----
 drivers/mmc/host/sdhci-of-dwcmshc.c | 27 +++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-xenon.c      |  7 ++++++-
 4 files changed, 37 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 22, 2021, 10 p.m. UTC | #1
The pull request you sent on Fri, 22 Jan 2021 10:44:13 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.11-rc3

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

Thank you!