From: "Benoît Monin" <benoit.monin@bootlin.com>
To: Adrian Hunter <adrian.hunter@intel.com>,
Ulf Hansson <ulf.hansson@linaro.org>
Cc: "Benoît Monin" <benoit.monin@bootlin.com>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
"Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
"Tawfik Bayouk" <tawfik.bayouk@mobileye.com>,
"Gregory CLEMENT" <gregory.clement@bootlin.com>,
"Théo Lebrun" <theo.lebrun@bootlin.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
Subject: [PATCH 0/2] mmc: sdhci-cadence: warning fix and read block gap tuning
Date: Thu, 26 Jun 2025 16:43:30 +0200 [thread overview]
Message-ID: <cover.1750943549.git.benoit.monin@bootlin.com> (raw)
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(-)
next reply other threads:[~2025-06-26 14:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-26 14:43 Benoît Monin [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1750943549.git.benoit.monin@bootlin.com \
--to=benoit.monin@bootlin.com \
--cc=adrian.hunter@intel.com \
--cc=gregory.clement@bootlin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=tawfik.bayouk@mobileye.com \
--cc=theo.lebrun@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=ulf.hansson@linaro.org \
--cc=vladimir.kondratiev@mobileye.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.