mbox series

[GIT,PULL] MMC fixes for v5.18-rc6

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

Pull-request

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

Message

Ulf Hansson May 6, 2022, 8:42 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.18-rc6. 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 af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3e5a8e8494a8122fe4eb3f167662f406cab753b9:

  mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (2022-05-04 12:31:55 +0200)

----------------------------------------------------------------
MMC core:
 - Fix initialization for eMMC's HS200/HS400 mode

MMC host:
 - sdhci-msm: Reset GCC_SDCC_BCR register to prevent timeout issues
 - sunxi-mmc: Fix DMA descriptors allocated above 32 bits

----------------------------------------------------------------
Brian Norris (1):
      mmc: core: Set HS clock speed before sending HS CMD13

Samuel Holland (1):
      mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits

Shaik Sajida Bhanu (1):
      mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC

 drivers/mmc/core/mmc.c       | 23 +++++++++++++++++++----
 drivers/mmc/host/sdhci-msm.c | 42 ++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sunxi-mmc.c |  5 +++--
 3 files changed, 64 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 6, 2022, 4:48 p.m. UTC | #1
The pull request you sent on Fri,  6 May 2022 10:42:38 +0200:

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

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

Thank you!