
Hi All,
On 08/12/2016 09:56 PM, Andreas Bießmann wrote:
On 2016-08-12 14:48, Tom Rini wrote:
On Fri, Aug 12, 2016 at 02:40:12PM +0200, andreas@biessmann.de wrote:
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.
Thanks! Note that Wenyou has a number of patches along these lines and they're delegated to various people in patchwork, but please just grab them all (unless someone nak'd them of course) once you've also found the one that makes us also not have that warning :)
I think I know the right one (clk framework rework, ack'ed by at least simon). I will have prepared it by end of this weekend.
Well..Then Could Andreas also pick Wenyou's patch "atmel_sdhci: Convert to the driver model support"? Otherwise, I will wait for your PR. I want to know best the way how i do.
Could you give me your suggestions?
I think good that Andreas will pick the Wenyou's patch..So i will rebase without Wenyou's patch.
Best Regards, Jaehoon Chung
Andreas