
Dear Tom,
Here is the mmc updates. - Supports the Driver model for atmel_sdhci. - Fixed the build error for omap_hsmmc.
Could you pull these patch to u-boot/master?
Best Regards, Jaehoon Chung
The following changes since commit 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-11 10:45:53 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 16:23:07 +0900)
---------------------------------------------------------------- Sekhar Nori (4): drivers: mmc: omap_hsmmc: fix build breakage ARM: dts: K2G: Add support for MMC controller ARM: dts: k2g-evm: enable mmc/sd suppport defconfig: k2g_evm_defconfig: Enable mmc driver model
Wenyou Yang (1): mmc: atmel_sdhci: Convert to the driver model support
arch/arm/dts/k2g-evm.dts | 8 ++++++++ arch/arm/dts/k2g.dtsi | 23 +++++++++++++++++++++++ configs/k2g_evm_defconfig | 1 + drivers/mmc/Kconfig | 10 ++++++++++ drivers/mmc/atmel_sdhci.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/omap_hsmmc.c | 2 ++ include/sdhci.h | 2 ++ 7 files changed, 169 insertions(+)