Re: [U-Boot] [PATCH V2 1/3] mmc: tegra: port to standard clock/reset APIs

2016-08-05 Thread Simon Glass
On 5 August 2016 at 16:10, Stephen Warren wrote: > From: Stephen Warren > > 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 > --- >

[U-Boot] [PATCH V2 1/3] mmc: tegra: port to standard clock/reset APIs

2016-08-05 Thread Stephen Warren
From: Stephen Warren 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 --- v2: Add TODO comment describing the messy ifdefs. --- arch/arm/in