Re: [PATCH 2/2] mmc: sdhci-esdhc-imx: correct the tuning-step setting

2015-11-20 Thread Ulf Hansson
On 19 November 2015 at 17:34, Dong Aisheng wrote: > Hi Ulf, > > On Thu, Nov 19, 2015 at 7:20 PM, Ulf Hansson wrote: >> On 10 November 2015 at 10:43, Haibo Chen wrote: >>> Here we use '|=' to set the tuning-step, but before

Re: [PATCH 2/2] mmc: sdhci-esdhc-imx: correct the tuning-step setting

2015-11-19 Thread Ulf Hansson
On 10 November 2015 at 10:43, Haibo Chen wrote: > Here we use '|=' to set the tuning-step, but before that, we should > clear the tuning-step, otherwise we could got the wrong setting. > > Signed-off-by: Haibo Chen > --- >

Re: [PATCH 2/2] mmc: sdhci-esdhc-imx: correct the tuning-step setting

2015-11-19 Thread Dong Aisheng
Hi Ulf, On Thu, Nov 19, 2015 at 7:20 PM, Ulf Hansson wrote: > On 10 November 2015 at 10:43, Haibo Chen wrote: >> Here we use '|=' to set the tuning-step, but before that, we should >> clear the tuning-step, otherwise we could got the wrong

[PATCH 2/2] mmc: sdhci-esdhc-imx: correct the tuning-step setting

2015-11-10 Thread Haibo Chen
Here we use '|=' to set the tuning-step, but before that, we should clear the tuning-step, otherwise we could got the wrong setting. Signed-off-by: Haibo Chen --- drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff