Re: [U-Boot] [PATCH v6 16/23] rockchip: mmc: get the fifo mode and fifo depth property from dts

2015-11-19 Thread Simon Glass
On 16 November 2015 at 23:20, Lin Huang wrote: > rk3036 mmc do not have internal dma, so we use fifo mode when read > and write data, we get the fifo mode and fifo depth property from > dts, pass to dw_mmc driver. > > Signed-off-by: Lin Huang > --- > Changes in v1: None > Changes in v2: None > Ch

[U-Boot] [PATCH v6 16/23] rockchip: mmc: get the fifo mode and fifo depth property from dts

2015-11-16 Thread Lin Huang
rk3036 mmc do not have internal dma, so we use fifo mode when read and write data, we get the fifo mode and fifo depth property from dts, pass to dw_mmc driver. Signed-off-by: Lin Huang --- Changes in v1: None Changes in v2: None Changes in v3: None Changes in v4: None Changes in v5: None Changes