[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251006013700.2272166-1-officialTechflashYT@gmail.com>
Date: Sun, 5 Oct 2025 18:36:58 -0700
From: Michael Garofalo <officialtechflashyt@...il.com>
To: adrian.hunter@...el.com,
ulf.hansson@...aro.org
Cc: linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Michael Garofalo <officialTechflashYT@...il.com>
Subject: [PATCH 0/2] mmc: sdhci: add quirk to disable bounce buffer
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
Powered by blists - more mailing lists