From: Tom Warren <twarren at nvidia.com>
These two patches contain fixes for two issues found on T210 MMC during
Nano bringup. Autocal wasn't being done correctly as per the TRM, and
the 375/400KHz MMC card detect clock wasn't using the correct parameters
as per the TRM.
Tom Warren (2):
mmc: t210: Add autocal and tap/trim updates for SDMMC1/3
mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect
arch/arm/include/asm/arch-tegra/tegra_mmc.h | 20 ++++--
drivers/mmc/tegra_mmc.c | 102 +++++++++++++++++++++++++---
2 files changed, 110 insertions(+), 12 deletions(-)
From: Tom Warren <twarren at nvidia.com> These two patches contain fixes for two issues found on T210 MMC during Nano bringup. Autocal wasn't being done correctly as per the TRM, and the 375/400KHz MMC card detect clock wasn't using the correct parameters as per the TRM. Tom Warren (2): mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect arch/arm/include/asm/arch-tegra/tegra_mmc.h | 20 ++++-- drivers/mmc/tegra_mmc.c | 102 +++++++++++++++++++++++++--- 2 files changed, 110 insertions(+), 12 deletions(-)