Re: [U-Boot] [PATCH] mmc: rockchip: add SDHCI driver support for rockchip soc

2016-07-18 Thread Simon Glass
On 18 July 2016 at 05:56, Simon Glass  wrote:
> On 18 July 2016 at 03:00, Kever Yang  wrote:
>> Rockchip rk3399 using arasan sdhci-5.1 controller.
>> This patch add the controller support to enable mmc device
>> with full driver-model support, tested on rk3399 evb board.
>>
>> According to my test result, this driver should be OK,
>> the command "part list mmc 0" can result in a right output,
>> but all the mmc command failed like this:
>> => mmc info
>> No MMC device available
>> Command failed, result=1
>>
>> The result of get_mmc_num in cmd/mmc.c is always 0?
>>
>> Signed-off-by: Kever Yang 
>> ---
>>
>>  drivers/mmc/Kconfig  |  6 +++
>>  drivers/mmc/Makefile |  1 +
>>  drivers/mmc/rockchip_sdhci.c | 93 
>> 
>>  3 files changed, 100 insertions(+)
>>  create mode 100644 drivers/mmc/rockchip_sdhci.c
>>
>
> Acked-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] mmc: rockchip: add SDHCI driver support for rockchip soc

2016-07-18 Thread Simon Glass
On 18 July 2016 at 03:00, Kever Yang  wrote:
> Rockchip rk3399 using arasan sdhci-5.1 controller.
> This patch add the controller support to enable mmc device
> with full driver-model support, tested on rk3399 evb board.
>
> According to my test result, this driver should be OK,
> the command "part list mmc 0" can result in a right output,
> but all the mmc command failed like this:
> => mmc info
> No MMC device available
> Command failed, result=1
>
> The result of get_mmc_num in cmd/mmc.c is always 0?
>
> Signed-off-by: Kever Yang 
> ---
>
>  drivers/mmc/Kconfig  |  6 +++
>  drivers/mmc/Makefile |  1 +
>  drivers/mmc/rockchip_sdhci.c | 93 
> 
>  3 files changed, 100 insertions(+)
>  create mode 100644 drivers/mmc/rockchip_sdhci.c
>

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot