Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: sdhci: add quirk to disable bounce buffer
@ 2025-10-06  1:36 Michael Garofalo
  2025-10-06  1:36 ` [PATCH 1/2] mmc: sdhci: add quirk to disable the " Michael Garofalo
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Michael Garofalo @ 2025-10-06  1:36 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson; +Cc: linux-mmc, linux-kernel, Michael Garofalo

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-10-24  8:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-06  1:36 [PATCH 0/2] mmc: sdhci: add quirk to disable bounce buffer Michael Garofalo
2025-10-06  1:36 ` [PATCH 1/2] mmc: sdhci: add quirk to disable the " Michael Garofalo
2025-10-06  1:37 ` [PATCH 2/2] mmc: sdhci-of-hlwd: disable bounce buffer usage Michael Garofalo
2025-10-06  7:35 ` [PATCH 0/2] mmc: sdhci: add quirk to disable bounce buffer Adrian Hunter
2025-10-06  7:38   ` Adrian Hunter
2025-10-06  9:15     ` Michael Garofalo
2025-10-06  9:28     ` Michael Garofalo
2025-10-06 10:46       ` Adrian Hunter
2025-10-08  1:10         ` Michael Garofalo
2025-10-08 11:30           ` Adrian Hunter
2025-10-10 21:16             ` Michael Garofalo
2025-10-13  6:40               ` Adrian Hunter
2025-10-20  7:53                 ` Michael Garofalo
2025-10-24  5:36                   ` Adrian Hunter
2025-10-24  8:32                     ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox