mbox series

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

Message ID 20220311150945.84262-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v5.17-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.17-rc6

Message

Ulf Hansson March 11, 2022, 3:09 p.m. UTC
Hi Linus,

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

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.17-rc6

for you to fetch changes up to 1760fdb6fe9f796fbdb9b4106b3e0bbacc16b55c:

  mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND (2022-03-07 11:47:39 +0100)

----------------------------------------------------------------
MMC core:
 - Restore (almost) the busy polling for MMC_SEND_OP_COND

MMC host:
 - meson-gx: Fix DMA usage of meson_mmc_post_req()

----------------------------------------------------------------
Rong Chen (1):
      mmc: meson: Fix usage of meson_mmc_post_req()

Ulf Hansson (1):
      mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND

 drivers/mmc/core/block.c        |  2 +-
 drivers/mmc/core/mmc.c          |  2 +-
 drivers/mmc/core/mmc_ops.c      | 13 +++++++++----
 drivers/mmc/core/mmc_ops.h      |  3 ++-
 drivers/mmc/core/sd.c           |  2 +-
 drivers/mmc/host/meson-gx-mmc.c | 15 ++++++++-------
 6 files changed, 22 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org March 11, 2022, 8:44 p.m. UTC | #1
The pull request you sent on Fri, 11 Mar 2022 16:09:45 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.17-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3977a3fb67703273fb3d6f8647bbca43b3471d4e

Thank you!