Home
last modified time | relevance | path

Searched hist:"79 c830653bab23bb0b6ce34793659b459cbacaa0" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_sdhci.c79c830653bab23bb0b6ce34793659b459cbacaa0 Mon Jul 18 09:00:58 UTC 2016 Kever Yang <kever.yang@rock-chips.com> mmc: rockchip: add SDHCI driver support for rockchip soc

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 <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A DKconfig79c830653bab23bb0b6ce34793659b459cbacaa0 Mon Jul 18 09:00:58 UTC 2016 Kever Yang <kever.yang@rock-chips.com> mmc: rockchip: add SDHCI driver support for rockchip soc

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 <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A DMakefile79c830653bab23bb0b6ce34793659b459cbacaa0 Mon Jul 18 09:00:58 UTC 2016 Kever Yang <kever.yang@rock-chips.com> mmc: rockchip: add SDHCI driver support for rockchip soc

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 <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>