[GIT PULL] MMC fixes for v6.11-rc5

From: Ulf Hansson
Date: Fri Aug 23 2024 - 06:53:12 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.11-rc5. 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 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.11-rc1

for you to fetch changes up to a1e627af32ed60713941cbfc8075d44cad07f6dd:

mmc: mmc_test: Fix NULL dereference on allocation failure (2024-08-20 13:47:36 +0200)

----------------------------------------------------------------
MMC core:
- Fix NULL dereference for mmc_test on allocation failure

MMC host:
- dw_mmc: Fix support for deferred probe for biu/ciu clocks
- mtk-sd: Fix CMD8 support when fragile tuning settings

----------------------------------------------------------------
Ben Whitten (1):
mmc: dw_mmc: allow biu and ciu clocks to defer

Dan Carpenter (1):
mmc: mmc_test: Fix NULL dereference on allocation failure

Mengqi Zhang (1):
mmc: mtk-sd: receive cmd8 data when hs400 tuning fail

drivers/mmc/core/mmc_test.c | 9 +++++----
drivers/mmc/host/dw_mmc.c | 8 ++++++++
drivers/mmc/host/mtk-sd.c | 8 ++++----
3 files changed, 17 insertions(+), 8 deletions(-)