
21 Aug
2017
21 Aug
'17
2:01 p.m.
dw_mmc supports two transfer modes in u-boot: idma and fifo. This patch adds autodetection of transfer mode and eliminates setting this in host config struct
Signed-off-by: Paweł Jarosz paweljarosz3691@gmail.com
Changes since v1:
- none
Changes since v2:
- none
Changes since v3:
- none
drivers/mmc/dw_mmc.c | 8 ++++++++ include/dwmmc.h | 4 ++++ 2 files changed, 12 insertions(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com