[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211029120709.79366-1-ulf.hansson@linaro.org>
Date: Fri, 29 Oct 2021 14:07:09 +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 v5.15-rc8
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v5.15-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 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:
Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.15-rc5
for you to fetch changes up to 90935eb303e0d12f3d3d0383262e65290321f5f6:
mmc: tmio: reenable card irqs after the reset callback (2021-10-28 23:19:32 +0200)
----------------------------------------------------------------
MMC host:
- tmio: Re-enable card irqs after a reset
- mtk-sd: Fixup probing of cqhci for crypto
- cqhci: Fix support for suspend/resume
- vub300: Fix control-message timeouts
- dw_mmc-exynos: Fix support for tuning
- winbond: Silences build errors on M68K
- sdhci-esdhc-imx: Fix support for tuning
- sdhci-pci: Read card detect from ACPI for Intel Merrifield
- sdhci: Fix eMMC support for Thundercomm TurboX CM2290
----------------------------------------------------------------
Andy Shevchenko (1):
mmc: sdhci-pci: Read card detect from ACPI for Intel Merrifield
Haibo Chen (1):
mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
Jaehoon Chung (1):
mmc: dw_mmc: exynos: fix the finding clock sample value
Johan Hovold (1):
mmc: vub300: fix control-message timeouts
Randy Dunlap (1):
mmc: winbond: don't build on M68K
Shawn Guo (1):
mmc: sdhci: Map more voltage level to SDHCI_POWER_330
Wenbin Mei (2):
mmc: cqhci: clear HALT state after CQE enable
mmc: mediatek: Move cqhci init behind ungate clock
Wolfram Sang (1):
mmc: tmio: reenable card irqs after the reset callback
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/cqhci-core.c | 3 +++
drivers/mmc/host/dw_mmc-exynos.c | 14 ++++++++++++++
drivers/mmc/host/mtk-sd.c | 38 +++++++++++++++++++-------------------
drivers/mmc/host/sdhci-esdhc-imx.c | 16 ++++++++++++++++
drivers/mmc/host/sdhci-pci-core.c | 29 ++++++++++++++++++++++++-----
drivers/mmc/host/sdhci.c | 6 ++++++
drivers/mmc/host/tmio_mmc_core.c | 17 ++++++++++++-----
drivers/mmc/host/vub300.c | 18 +++++++++---------
9 files changed, 104 insertions(+), 39 deletions(-)
Powered by blists - more mailing lists