All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFT] arm64: dts: renesas: salvator-common: enable SDR104 for SD cards
@ 2017-08-02 20:13 Wolfram Sang
  2017-08-03  7:43 ` Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfram Sang @ 2017-08-02 20:13 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: linux-mmc, Simon Horman, Wolfram Sang

Tests showed that SDHI driver problems have been solved and SDR104 works
now reliably on both Salvator-X SD card slots, both with an R-Car H3
(r8a7795 ES1.0) and R-Car M3 (r8a7796 ES 1.0). So, finally, enable it.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

Awesome, awesome! For the last two days, I did various tests with my boards and
SD cards and SDR104 worked absolutely reliably :D Even the problematic card I
had works flawlessly. I couldn't trigger the known failures anymore. Although I
tried, I can't point to a single patch which "fixed" the issue. It is the
constant work on dealing with smaller issues which makes SDR104 work at the end
of the day. However, two patches are likely a bigger part of the cake:

43b0b361b01700 ("mmc: tmio: always get number of taps")
-> Already upstream. This fixed retuning on card changes.

85b81aa16ec4ed ("mmc: tmio: fix CMD12 (STOP) handling")
-> In mmc/next. This allows to handle tuning errors gracefully and to retune.

With the freshly submitted Gen3 DMA patches, we also get nice transfer speeds :)

This patch is based on renesas-drivers/master as of today. A branch for testing
can be found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/v8-sdr104

All patches needed for reliable SDR104 are already upstream or in mmc/next. The
above branch only adds another patch to enable DMA on Gen3. It is not strictly
needed, but very nice to have. I think it would be cool to get both patches
into v4.14.

Looking forward to other testers. Simon, do you have some time for this?

Thanks and kind regards,

  a very happy Wolfram


 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index a451996f590a51..18e2da9f866684 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -569,6 +569,7 @@
 	wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
 	bus-width = <4>;
 	sd-uhs-sdr50;
+	sd-uhs-sdr104;
 	status = "okay";
 };
 
@@ -597,6 +598,7 @@
 	wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
 	bus-width = <4>;
 	sd-uhs-sdr50;
+	sd-uhs-sdr104;
 	status = "okay";
 };
 
-- 
2.11.0

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

end of thread, other threads:[~2017-08-29 15:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 20:13 [RFT] arm64: dts: renesas: salvator-common: enable SDR104 for SD cards Wolfram Sang
2017-08-03  7:43 ` Simon Horman
2017-08-03 15:54   ` Simon Horman
2017-08-03 15:55     ` Simon Horman
2017-08-08 18:54       ` Wolfram Sang
2017-08-14  5:10         ` Simon Horman
2017-08-14 15:46           ` Wolfram Sang
2017-08-17  8:44             ` Simon Horman
2017-08-29 15:42         ` Wolfram Sang

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.