[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221028135255.8070-1-ulf.hansson@linaro.org>
Date: Fri, 28 Oct 2022 15:52:55 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Linus <torvalds@...ux-foundation.org>, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Ulf Hansson <ulf.hansson@...aro.org>
Subject: [GIT PULL] MMC fixes for v6.1-rc3
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.1-rc3. 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 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.1-rc1
for you to fetch changes up to 8d280b1df87e0b3d1355aeac7e62b62214b93f1c:
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO (2022-10-26 11:48:03 +0200)
----------------------------------------------------------------
MMC core:
- Cancel recovery work on cleanup to avoid NULL pointer dereference
- Fix error path in the read/write error recovery path
- Fix kernel panic when remove non-standard SDIO card
- Fix WRITE_ZEROES handling for CQE
MMC host:
- sdhci_am654: Fixup Kconfig dependency for REGMAP_MMIO
- sdhci-esdhc-imx: Avoid warning of misconfigured bus-width
- sdhci-pci: Disable broken HS400 ES mode for ASUS BIOS on Jasper Lake
----------------------------------------------------------------
Brian Norris (1):
mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
Christian Löhle (2):
mmc: block: Remove error check of hw_reset on reset
mmc: queue: Cancel recovery work on cleanup
Matthew Ma (1):
mmc: core: Fix kernel panic when remove non-standard SDIO card
Patrick Thompson (1):
mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
Sascha Hauer (1):
mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus
Vincent Whitchurch (1):
mmc: core: Fix WRITE_ZEROES CQE handling
drivers/mmc/core/block.c | 44 ++++++++++++++++++++++----------------
drivers/mmc/core/queue.c | 8 +++++++
drivers/mmc/core/sdio_bus.c | 3 ++-
drivers/mmc/host/Kconfig | 3 ++-
drivers/mmc/host/sdhci-esdhc-imx.c | 14 ++++++------
drivers/mmc/host/sdhci-pci-core.c | 14 +++++++++---
6 files changed, 57 insertions(+), 29 deletions(-)
Powered by blists - more mailing lists