All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: sdhci-cadence: warning fix and read block gap tuning
@ 2025-06-26 14:43 Benoît Monin
  2025-06-26 14:43 ` [PATCH 1/2] mmc: sdhci-cadence: use of_property_present Benoît Monin
  2025-06-26 14:43 ` [PATCH 2/2] mmc: sdhci-cadence: tune multi-block read gap Benoît Monin
  0 siblings, 2 replies; 5+ messages in thread
From: Benoît Monin @ 2025-06-26 14:43 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson
  Cc: Benoît Monin, linux-mmc, linux-kernel, Vladimir Kondratiev,
	Tawfik Bayouk, Gregory CLEMENT, Théo Lebrun,
	Thomas Petazzoni

Two patches for the SDHCI cadence driver:

The first one fixes a misuse of of_property_read_bool to detect the 
presence of properties in the device tree.

The second one implements the read block gap coefficient tuning for 
HS200 mode. It should work on all cadence sd4hc controllers but has 
only be tested, and proven to be useful, on mobileye boards. If needs 
be, it could be limited to mobileye,eyeq-sd4hc compatible devices.

Benoît Monin (1):
  mmc: sdhci-cadence: use of_property_present

Vladimir Kondratiev (1):
  mmc: sdhci-cadence: tune multi-block read gap

 drivers/mmc/host/sdhci-cadence.c | 144 ++++++++++++++++++++++++++++++-
 1 file changed, 142 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2025-07-03 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 14:43 [PATCH 0/2] mmc: sdhci-cadence: warning fix and read block gap tuning Benoît Monin
2025-06-26 14:43 ` [PATCH 1/2] mmc: sdhci-cadence: use of_property_present Benoît Monin
2025-07-03 12:19   ` Ulf Hansson
2025-06-26 14:43 ` [PATCH 2/2] mmc: sdhci-cadence: tune multi-block read gap Benoît Monin
2025-07-03 11:29   ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.