[PATCH 0/2] mmc: sdhci-cadence: warning fix and read block gap tuning

From: Benoît Monin
Date: Thu Jun 26 2025 - 10:49:33 EST


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(-)