Re: [U-Boot] [PATCH v4 14/19] mmc: dw_mmc: support transfer mode autodetection

2017-08-18 Thread Paweł Jarosz
Hi, W dniu 18.08.2017 o 09:02, Jaehoon Chung pisze: On 08/17/2017 10:15 PM, =?UTF-8?q?Pawe=C5=82=20Jarosz?= wrote: 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:

Re: [U-Boot] [PATCH v4 14/19] mmc: dw_mmc: support transfer mode autodetection

2017-08-18 Thread Jaehoon Chung
On 08/17/2017 10:15 PM, =?UTF-8?q?Pawe=C5=82=20Jarosz?= wrote: > 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 > --- >

[U-Boot] [PATCH v4 14/19] mmc: dw_mmc: support transfer mode autodetection

2017-08-17 Thread =?UTF-8?q?Pawe=C5=82=20Jarosz?=
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 --- Changes since v1: - none Changes since v2: - none Changes since v3: - none