Re: [U-Boot] [PATCH 0/4] k2g: switch mmc/sd to driver model

2016-08-12 Thread Jaehoon Chung
Hi, On 08/10/2016 10:54 PM, Sekhar Nori wrote: > This patch set switches mmc/sd support on k2g > to use driver model. > > Tested both SD card and emmc on k2g-evm by > writing data, reading it back and comparing crc. > > also tested with buildman for am33xx and omap Applied on u-boot-mmc. Thanks

[U-Boot] [PATCH 0/4] k2g: switch mmc/sd to driver model

2016-08-10 Thread Sekhar Nori
This patch set switches mmc/sd support on k2g to use driver model. Tested both SD card and emmc on k2g-evm by writing data, reading it back and comparing crc. also tested with buildman for am33xx and omap Sekhar Nori (4): drivers: mmc: omap_hsmmc: fix build breakage ARM: dts: K2G: Add suppor