Re: [PATCH v2 7/7] mmc: meson-gx: add signal resampling tuning

From: Martin Blumenstingl
Date: Sat Apr 27 2019 - 16:09:47 EST


On Tue, Apr 23, 2019 at 11:03 AM Jerome Brunet <jbrunet@xxxxxxxxxxxx> wrote:
>
> Use signal resampling tuning for the UHS and HS200 modes.
> Instead of trying to get the *best* resampling setting with complex
> window calculation, we just stop on the first working setting.
>
> If the tuning setting later proves unstable, we will just continue the
> tuning where we left it.
>
> Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
[Khadas VIM now shows the HS200 eMMC]
Tested-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>


BEFORE (no patches from this series applied):
# dmesg | grep mmc1
(no output)

AFTER (all 7 patches from this series applied):
# dmesg | grep mmc1
[ 2.945155] mmc1: new HS200 MMC card at address 0001
[ 2.957737] mmcblk1: mmc1:0001 AWPD3R 14.6 GiB
[ 2.966278] mmcblk1boot0: mmc1:0001 AWPD3R partition 1 4.00 MiB
[ 2.976114] mmcblk1boot1: mmc1:0001 AWPD3R partition 2 4.00 MiB
[ 2.986354] mmcblk1rpmb: mmc1:0001 AWPD3R partition 3 4.00 MiB,
chardev (241:0)


Regards
Martin