Re: [U-Boot] [PATCH v3 19/25] rockchip: Add an MMC driver

2015-07-28 Thread Andre Przywara
Hi Simon, On 24/06/15 00:29, Simon Glass wrote: > Add an MMC driver which supports RK3288, but may also support other SoCs. > It uses the Designware MMC device. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/mmc/Kconfig| 9 + > driv

Re: [U-Boot] [PATCH v3 19/25] rockchip: Add an MMC driver

2015-06-26 Thread Jaehoon Chung
Hi, Simon. On 06/24/2015 08:29 AM, Simon Glass wrote: > Add an MMC driver which supports RK3288, but may also support other SoCs. > It uses the Designware MMC device. I think good that use "rockchip_dw_mmc" instead of "rockchip_mmc". How about? If you agree, need to change the function prefix fro

[U-Boot] [PATCH v3 19/25] rockchip: Add an MMC driver

2015-06-23 Thread Simon Glass
Add an MMC driver which supports RK3288, but may also support other SoCs. It uses the Designware MMC device. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/mmc/Kconfig| 9 + drivers/mmc/Makefile | 1 + drivers/mmc/rockchip_mmc.c | 98