[U-Boot] [PATCH v4 15/19] mmc: dw_mmc: rockchip: add support for rk3066 sdmmc

2017-08-17 Thread =?UTF-8?q?Pawe=C5=82=20Jarosz?=
This patch enables support for the Rockchip RK3066 SD/MMC controller, which is based on Designware IP. The device supports SD, SDIO, MMC and eMMC. Signed-off-by: Paweł Jarosz --- Changes since v1: - dropped OF_PLATDATA Changes since v2: - none Changes since v3: - none drivers/mmc/rockchip_dw

Re: [U-Boot] [PATCH v4 15/19] mmc: dw_mmc: rockchip: add support for rk3066 sdmmc

2017-08-18 Thread Jaehoon Chung
On 08/17/2017 10:15 PM, =?UTF-8?q?Pawe=C5=82=20Jarosz?= wrote: > This patch enables support for the Rockchip RK3066 SD/MMC controller, which > is based on Designware IP. The device supports SD, SDIO, MMC and eMMC. > > Signed-off-by: Paweł Jarosz Reviewed-by: Jaehoon Chung > --- > Changes sinc