Re: [PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-09 Thread Thierry Reding
Two more comments... On Tue, Aug 07, 2018 at 04:59:58PM +0300, Aapo Vienamo wrote: > Parse and program the HS400 DQS trim value from dt. Program a fallback > value in case the property is missing. "dt" -> "DT" because it is an abbreviation. > > Signed-off-by: Aapo Vienamo > --- >

Re: [PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-09 Thread Thierry Reding
Two more comments... On Tue, Aug 07, 2018 at 04:59:58PM +0300, Aapo Vienamo wrote: > Parse and program the HS400 DQS trim value from dt. Program a fallback > value in case the property is missing. "dt" -> "DT" because it is an abbreviation. > > Signed-off-by: Aapo Vienamo > --- >

Re: [PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-09 Thread Thierry Reding
On Tue, Aug 07, 2018 at 04:59:58PM +0300, Aapo Vienamo wrote: > Parse and program the HS400 DQS trim value from dt. Program a fallback > value in case the property is missing. > > Signed-off-by: Aapo Vienamo > --- > drivers/mmc/host/sdhci-tegra.c | 32 +--- > 1 file

Re: [PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-09 Thread Thierry Reding
On Tue, Aug 07, 2018 at 04:59:58PM +0300, Aapo Vienamo wrote: > Parse and program the HS400 DQS trim value from dt. Program a fallback > value in case the property is missing. > > Signed-off-by: Aapo Vienamo > --- > drivers/mmc/host/sdhci-tegra.c | 32 +--- > 1 file

[PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-07 Thread Aapo Vienamo
Parse and program the HS400 DQS trim value from dt. Program a fallback value in case the property is missing. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git

[PATCH 2/8] mmc: tegra: Parse and program DQS trim value

2018-08-07 Thread Aapo Vienamo
Parse and program the HS400 DQS trim value from dt. Program a fallback value in case the property is missing. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci-tegra.c | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git