From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 May 2016 10:15:36 -0600 Subject: [U-Boot] [PATCH] mmc: tegra: add basic Tegra186 support In-Reply-To: References: <1463076683-19222-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <573F3828.1060101@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/18/2016 10:02 PM, Simon Glass wrote: > Hi Stephen, > > On 12 May 2016 at 12:11, Stephen Warren wrote: ... >> arch/arm/include/asm/arch-tegra/tegra_mmc.h | 2 ++ >> drivers/mmc/tegra_mmc.c | 32 ++++++++++++++++++++++++++++- >> include/fdtdec.h | 1 + >> lib/fdtdec.c | 1 + >> 4 files changed, 35 insertions(+), 1 deletion(-) > > Can you convert this driver to use CONFIG_DM_MMC and CONFIG_BLK? I believe Tom will take a look at this.