From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-mmc@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: [RFC PATCH v3 0/2] mmc: renesas_sdhi: support manual calibration
Date: Thu, 4 Jun 2020 14:06:31 +0200 [thread overview]
Message-ID: <20200604120633.22795-1-wsa+renesas@sang-engineering.com> (raw)
Some R-Car Gen3 SoCs need corrections after they tuned to HS400. This
series implements that. Please have a look at the patch descriptions for
details. The origins were patches in the BSP from Takeshi Saito.
Changes for RFC v3:
* rebased to the latest BSP patches which now use tables instead of
computed values for the correction values
* other refactoring because of the above
* MMC0 instance is hardcoded now because it is located at the same
address on all Gen3 SoCs
* except for the TMPPORT accessors, it is basically a new patch
There is a branch for testing here:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/topic/sdhi-manual-calib
What is missing here is more testing on more boards. I post it already
for review comments. And because it is needed to trigger a stalled SCC
condition which is fixed by a patchset I just sent out.
Thanks and happy hacking,
Wolfram
Wolfram Sang (2):
mmc: tmio: add generic hook to fixup after a completed request
mmc: renesas_sdhi: support manual calibration
drivers/mmc/host/renesas_sdhi.h | 5 +
drivers/mmc/host/renesas_sdhi_core.c | 152 ++++++++++++++++++++++++++-
drivers/mmc/host/tmio_mmc.h | 1 +
drivers/mmc/host/tmio_mmc_core.c | 3 +
4 files changed, 159 insertions(+), 2 deletions(-)
--
2.20.1
next reply other threads:[~2020-06-04 12:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 12:06 Wolfram Sang [this message]
2020-06-04 12:06 ` [RFC PATCH v3 1/2] mmc: tmio: add generic hook to fixup after a completed request Wolfram Sang
2020-06-04 12:06 ` [RFC PATCH v3 2/2] mmc: renesas_sdhi: support manual calibration Wolfram Sang
2020-06-04 19:21 ` Wolfram Sang
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=20200604120633.22795-1-wsa+renesas@sang-engineering.com \
--to=wsa+renesas@sang-engineering.com \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=yoshihiro.shimoda.uh@renesas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox