Re: [U-Boot] [PATCH v4 3/3] mmc: Calculate dwmmc FIFO threshold size if not provided

2015-08-12 Thread Pantelis Antoniou
Hi Simin, > On Aug 7, 2015, at 05:16 , Simon Glass wrote: > > We can calculate this. Add code to do this if it is not provided. > > Signed-off-by: Simon Glass > --- > > Changes in v4: None > > drivers/mmc/dw_mmc.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --

Re: [U-Boot] [PATCH v4 3/3] mmc: Calculate dwmmc FIFO threshold size if not provided

2015-08-06 Thread Jaehoon Chung
Hi, Could you fix the prefix of subject with dw_mmc? :) Anyway..looks good to me. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 08/07/2015 11:16 AM, Simon Glass wrote: > We can calculate this. Add code to do this if it is not provided. > > Signed-off-by: Simon Glass > --- > > Chang

[U-Boot] [PATCH v4 3/3] mmc: Calculate dwmmc FIFO threshold size if not provided

2015-08-06 Thread Simon Glass
We can calculate this. Add code to do this if it is not provided. Signed-off-by: Simon Glass --- Changes in v4: None drivers/mmc/dw_mmc.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index a034c3f..cce2a5d 100644 ---