mbox series

[00/10] Update the pad autocal procedure

Message ID 1532442591-5640-1-git-send-email-avienamo@nvidia.com (mailing list archive)
Headers show
Series Update the pad autocal procedure | expand

Message

Aapo Vienamo July 24, 2018, 2:29 p.m. UTC
Hi all,

Update the tegra_sdhci_pad_autocalib() pad drive strength calibration
procedure to match the ones specified in the TRMs of the more recent
SoCs. This was tested on Tegra186, Tegra210, and Tegra124, although it
should not break things older generations either.

This series depends on the "Tegra SDHCI enable 1.8 V signaling on
Tegar210 and Tegra186" series posted earlier.

Aapo Vienamo (10):
  mmc: tegra: Poll for calibration completion
  mmc: tegra: Set calibration pad voltage reference
  mmc: tegra: Power on the calibration pad
  mmc: tegra: Disable card clock during pad calibration
  dt-bindings: Add Tegra SDHCI pad pdpu offset bindings
  mmc: tegra: Program pad autocal offsets from dt
  arm64: dts: tegra186: Add sdmmc pad auto calibration offsets
  arm64: dts: tegra210: Add sdmmc pad auto calibration offsets
  mmc: tegra: Perform pad calibration after voltage switch
  mmc: tegra: Enable pad calibration on Tegra210 and Tegra186

 .../bindings/mmc/nvidia,tegra20-sdhci.txt          |  32 +++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  20 ++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  12 +
 drivers/mmc/host/sdhci-tegra.c                     | 242 ++++++++++++++++++++-
 4 files changed, 297 insertions(+), 9 deletions(-)

Comments

Peter Geis July 25, 2018, 12:06 p.m. UTC | #1
On 07/24/2018 10:29 AM, Aapo Vienamo wrote:
> Aapo Vienamo (10):
> 
>    mmc: tegra: Enable pad calibration on Tegra210 and Tegra186

Good Morning,

You seem to be missing patch 10/10.
Checked 
https://lore.kernel.org/patchwork/project/lkml/list/?series=360525 to be 
sure.
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Aapo Vienamo July 25, 2018, 2:28 p.m. UTC | #2
On Wed, 25 Jul 2018 08:06:18 -0400
Peter Geis <pgwipeout@gmail.com> wrote:

> On 07/24/2018 10:29 AM, Aapo Vienamo wrote:
> > Aapo Vienamo (10):
> > 
> >    mmc: tegra: Enable pad calibration on Tegra210 and Tegra186  
> 
> Good Morning,
> 
> You seem to be missing patch 10/10.
> Checked 
> https://lore.kernel.org/patchwork/project/lkml/list/?series=360525 to be 
> sure.

Missing patch sent. Thanks for pointing that out.

 -Aapo
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html