public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] mmc: renesas_sdhi: support manual calibration
@ 2020-06-04 12:06 Wolfram Sang
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2020-06-04 12:06 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-renesas-soc, Yoshihiro Shimoda, Wolfram Sang

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


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

end of thread, other threads:[~2020-06-04 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 12:06 [RFC PATCH v3 0/2] mmc: renesas_sdhi: support manual calibration Wolfram Sang
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

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