
6 Aug
2016
6 Aug
'16
3:40 a.m.
On 5 August 2016 at 16:10, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
Tegra186 supports the new standard clock and reset APIs. Older Tegra SoCs still use custom APIs. Enhance the Tegra MMC driver so that it can operate with either set of APIs.
Signed-off-by: Stephen Warren swarren@nvidia.com
v2: Add TODO comment describing the messy ifdefs.
arch/arm/include/asm/arch-tegra/tegra_mmc.h | 8 +++- drivers/mmc/tegra_mmc.c | 64 +++++++++++++++++++++++++---- 2 files changed, 62 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org