Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 03:22:54PM +0300, Aapo Vienamo wrote: > On Thu, 9 Aug 2018 13:43:45 +0200 > Thierry Reding wrote: > > > On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > > > Implement HS400 enhanced strobe. > > > > Can you provide a little more information about what the

Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 03:22:54PM +0300, Aapo Vienamo wrote: > On Thu, 9 Aug 2018 13:43:45 +0200 > Thierry Reding wrote: > > > On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > > > Implement HS400 enhanced strobe. > > > > Can you provide a little more information about what the

Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Aapo Vienamo
On Thu, 9 Aug 2018 13:43:45 +0200 Thierry Reding wrote: > On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > > Implement HS400 enhanced strobe. > > Can you provide a little more information about what the impact is of > this? Does this increase throughput? How much? The eMMC

Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Aapo Vienamo
On Thu, 9 Aug 2018 13:43:45 +0200 Thierry Reding wrote: > On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > > Implement HS400 enhanced strobe. > > Can you provide a little more information about what the impact is of > this? Does this increase throughput? How much? The eMMC

Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Thierry Reding
On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > Implement HS400 enhanced strobe. Can you provide a little more information about what the impact is of this? Does this increase throughput? How much? > > Signed-off-by: Aapo Vienamo > --- > drivers/mmc/host/sdhci-tegra.c | 22

Re: [PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-09 Thread Thierry Reding
On Tue, Aug 07, 2018 at 04:59:59PM +0300, Aapo Vienamo wrote: > Implement HS400 enhanced strobe. Can you provide a little more information about what the impact is of this? Does this increase throughput? How much? > > Signed-off-by: Aapo Vienamo > --- > drivers/mmc/host/sdhci-tegra.c | 22

[PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-07 Thread Aapo Vienamo
Implement HS400 enhanced strobe. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 426f7ea..d81143b 100644 ---

[PATCH 3/8] mmc: tegra: Implement HS400 enhanced strobe

2018-08-07 Thread Aapo Vienamo
Implement HS400 enhanced strobe. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 426f7ea..d81143b 100644 ---