[GIT PULL] MMC/MEMSTICK fixes for v5.9-rc8
From: Ulf Hansson
Date: Fri Oct 02 2020 - 03:55:10 EST
Hi Linus,
Here's a PR with an MMC and a MEMSTICK fix, intended for v5.9-rc7. 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 14801c624066a55139c2c57963eb1b859d0a316a:
mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA (2020-09-14 11:46:16 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.9-rc4-3
for you to fetch changes up to afd7f30886b0b445a4240a99020458a9772f2b89:
mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS models (2020-09-28 12:16:47 +0200)
----------------------------------------------------------------
MEMSTICK core:
- Fix deadlock when removing the host
MMC host:
- sdhci-pci: Workaround broken CMDQ on Intel GLK based IRBIS models
----------------------------------------------------------------
Hans de Goede (1):
mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS models
Kai-Heng Feng (1):
memstick: Skip allocating card when removing host
drivers/memstick/core/memstick.c | 4 ++++
drivers/mmc/host/sdhci-pci-core.c | 3 ++-
include/linux/memstick.h | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)