Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-22 Thread Ziyuan Xu
hi Simon, On 2016年09月23日 10:39, Simon Glass wrote: Hi, On 7 September 2016 at 21:54, Jaehoon Chung wrote: On 09/08/2016 12:43 PM, Ziyuan Xu wrote: On 2016年09月07日 14:50, Jaehoon Chung wrote: On 09/07/2016 03:14 PM, Ziyuan Xu wrote: hi Jaehoon, On 2016年08月30日

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-22 Thread Simon Glass
Hi, On 7 September 2016 at 21:54, Jaehoon Chung wrote: > On 09/08/2016 12:43 PM, Ziyuan Xu wrote: >> >> >> On 2016年09月07日 14:50, Jaehoon Chung wrote: >>> On 09/07/2016 03:14 PM, Ziyuan Xu wrote: hi Jaehoon, On 2016年08月30日 17:54, Jaehoon Chung wrote:

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-08 Thread Jaehoon Chung
On 09/08/2016 12:43 PM, Ziyuan Xu wrote: > > > On 2016年09月07日 14:50, Jaehoon Chung wrote: >> On 09/07/2016 03:14 PM, Ziyuan Xu wrote: >>> hi Jaehoon, >>> >>> >>> On 2016年08月30日 17:54, Jaehoon Chung wrote: Hi Jacob, On 08/30/2016 02:26 AM, Jacob Chen wrote: > From:

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-08 Thread Ziyuan Xu
On 2016年09月07日 14:50, Jaehoon Chung wrote: On 09/07/2016 03:14 PM, Ziyuan Xu wrote: hi Jaehoon, On 2016年08月30日 17:54, Jaehoon Chung wrote: Hi Jacob, On 08/30/2016 02:26 AM, Jacob Chen wrote: From: "jacob2.chen" The former implement have a bug. It will cause

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-07 Thread Jaehoon Chung
On 09/07/2016 03:14 PM, Ziyuan Xu wrote: > hi Jaehoon, > > > On 2016年08月30日 17:54, Jaehoon Chung wrote: >> Hi Jacob, >> >> On 08/30/2016 02:26 AM, Jacob Chen wrote: >>> From: "jacob2.chen" >>> >>> The former implement have a bug. >>> It will cause wrong data reading

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-09-07 Thread Ziyuan Xu
hi Jaehoon, On 2016年08月30日 17:54, Jaehoon Chung wrote: Hi Jacob, On 08/30/2016 02:26 AM, Jacob Chen wrote: From: "jacob2.chen" The former implement have a bug. It will cause wrong data reading sometimes. Could you explain what bug is there? Signed-off-by:

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread 陈豪
Hi Ziyuan, It was rk3036-kylin board. This bug will make distro_boot failed. 2016-08-30 22:11 GMT+08:00 Ziyuan Xu : > > > On 2016年08月30日 21:56, 陈豪 wrote: >> >> Hi jaehoon, >> >> >> 2016-08-30 17:54 GMT+08:00 Jaehoon Chung : >>> >>> Hi Jacob, >>>

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread Ziyuan Xu
On 2016年08月30日 21:56, 陈豪 wrote: Hi jaehoon, 2016-08-30 17:54 GMT+08:00 Jaehoon Chung : Hi Jacob, On 08/30/2016 02:26 AM, Jacob Chen wrote: From: "jacob2.chen" The former implement have a bug. It will cause wrong data reading sometimes.

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread 陈豪
Hi jaehoon, 2016-08-30 17:54 GMT+08:00 Jaehoon Chung : > Hi Jacob, > > On 08/30/2016 02:26 AM, Jacob Chen wrote: >> From: "jacob2.chen" >> >> The former implement have a bug. >> It will cause wrong data reading sometimes. > > Could you explain

Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode

2016-08-30 Thread Jaehoon Chung
Hi Jacob, On 08/30/2016 02:26 AM, Jacob Chen wrote: > From: "jacob2.chen" > > The former implement have a bug. > It will cause wrong data reading sometimes. Could you explain what bug is there? > > > Signed-off-by: jacob2.chen Could