[PATCH 0/2] mmc: sdhci: add quirk to disable bounce buffer
From: Michael Garofalo
Date: Sun Oct 05 2025 - 21:37:14 EST
This patch series adds a new bit to quirks2 for disabling the bounce
buffer. On some hardware, this is required for proper operation. An
example of such hardware is the SDHCI controller of the Nintendo Wii's
"Hollywood" chipset. Without this patch, the onboard Broadcom 4318
Wi-Fi fails to connect to any networks.
Patch 1 introduces the new quirk bit.
Patch 2 applies it to sdhci-of-hlwd.
Michael Garofalo (2):
mmc: sdhci: add quirk to disable the bounce buffer
mmc: sdhci-of-hlwd: disable bounce buffer usage
drivers/mmc/host/sdhci-of-hlwd.c | 1 +
drivers/mmc/host/sdhci.c | 8 +++++---
drivers/mmc/host/sdhci.h | 4 ++++
3 files changed, 10 insertions(+), 3 deletions(-)
--
2.51.0