[GIT PULL] MMC fixes for v5.19-rc4
From: Ulf Hansson
Date: Thu Jun 23 2022 - 07:57:38 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v5.19-rc4. 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 b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:
Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.19-rc2
for you to fetch changes up to 89bcd9a64b849380ef57e3032b307574e48db524:
mmc: mediatek: wait dma stop bit reset to 0 (2022-06-15 10:05:56 -0700)
----------------------------------------------------------------
MMC host:
- mtk-sd: Fix dma hang issues
- sdhci-pci-o2micro: Fix card detect by dealing with debouncing
----------------------------------------------------------------
Chevron Li (1):
mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing
Mengqi Zhang (1):
mmc: mediatek: wait dma stop bit reset to 0
drivers/mmc/host/mtk-sd.c | 20 ++++++++++++--------
drivers/mmc/host/sdhci-pci-o2micro.c | 2 ++
2 files changed, 14 insertions(+), 8 deletions(-)