mbox series

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

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

Pull-request

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

Message

Ulf Hansson Oct. 8, 2021, 8:44 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.15-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 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8a38a4d51c5055d0201542e5ea3c0cb287f6e223:

  mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk (2021-10-06 17:23:28 +0200)

----------------------------------------------------------------
MMC host:
 - meson-gx: Fix read/write access for dram-access-quirk
 - sdhci-of-at91: Fix calibration sequence

----------------------------------------------------------------
Claudiu Beznea (2):
      mmc: sdhci-of-at91: wait for calibration done before proceed
      mmc: sdhci-of-at91: replace while loop with read_poll_timeout

Neil Armstrong (1):
      mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk

 drivers/mmc/host/meson-gx-mmc.c  | 73 ++++++++++++++++++++++++++++++++--------
 drivers/mmc/host/sdhci-of-at91.c | 22 ++++++------
 2 files changed, 70 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 8, 2021, 5:20 p.m. UTC | #1
The pull request you sent on Fri,  8 Oct 2021 10:44:58 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9c7e7050f876904e632cc57f7e842ae3874121df

Thank you!