
On 2016-08-12 14:04, Tom Rini wrote:
On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
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
NAK. This atmel change, like the all of the others in their series need to come in via Andreas' tree as it's introducing a warning due to some other patch being required:
- sama5d2_xplained_spiflash
+(sama5d2_xplained_spiflash) static int clk_get_by_name(struct udevice *dev, const char *name, +(sama5d2_xplained_spiflash) ^ w+(sama5d2_xplained_spiflash) In file included from drivers/mmc/atmel_sdhci.c:9:0: w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]
Sorry, I had no time to prepare a pull request early enough for rc1. I'll have a look for outstanding patches next few days and could also grab this one.
Andreas