Re: [PATCH] mmc: dw_mmc: fix card threshold control configuration

2018-07-02 Thread Doug Anderson
Hi, On Mon, Jun 11, 2018 at 7:17 AM, Shawn Lin wrote: > On 2018/6/11 20:20, Ulf Hansson wrote: >> >> + Shawn Lin, Evgeniy Didin, Doug Andersson >> >> On 29 May 2018 at 12:38, Qing Xia wrote: >>> >>> From: x00270170 >>> >>> Card write threshold control is supposed to be set since controller >>>

Re: [PATCH] mmc: dw_mmc: fix card threshold control configuration

2018-07-02 Thread Ulf Hansson
On 11 June 2018 at 14:20, Ulf Hansson wrote: > + Shawn Lin, Evgeniy Didin, Doug Andersson > > On 29 May 2018 at 12:38, Qing Xia wrote: >> From: x00270170 >> >> Card write threshold control is supposed to be set since controller >> version 2.80a for data write in HS400 mode and data read in >> HS

Re: [PATCH] mmc: dw_mmc: fix card threshold control configuration

2018-06-11 Thread Shawn Lin
On 2018/6/11 20:20, Ulf Hansson wrote: + Shawn Lin, Evgeniy Didin, Doug Andersson On 29 May 2018 at 12:38, Qing Xia wrote: From: x00270170 Card write threshold control is supposed to be set since controller version 2.80a for data write in HS400 mode and data read in HS200/HS400/SDR104 mode.

Re: [PATCH] mmc: dw_mmc: fix card threshold control configuration

2018-06-11 Thread Ulf Hansson
+ Shawn Lin, Evgeniy Didin, Doug Andersson On 29 May 2018 at 12:38, Qing Xia wrote: > From: x00270170 > > Card write threshold control is supposed to be set since controller > version 2.80a for data write in HS400 mode and data read in > HS200/HS400/SDR104 mode. However the current code returns

[PATCH] mmc: dw_mmc: fix card threshold control configuration

2018-05-29 Thread Qing Xia
From: x00270170 Card write threshold control is supposed to be set since controller version 2.80a for data write in HS400 mode and data read in HS200/HS400/SDR104 mode. However the current code returns without configuring it in the case of data writing in HS400 mode. Meanwhile the patch fixes tha