Re: [PATCH] memory/samsung: Maybe wrong triming parameter

2020-05-08 Thread Krzysztof Kozlowski
On Thu, May 07, 2020 at 04:42:46PM +0100, Lukasz Luba wrote: > Hi Bernard, > > > On 5/7/20 12:45 PM, Bernard Zhao wrote: > > In function create_timings_aligned, all the max is to use > > dmc->min_tck->xxx, aligned with val dmc->timings->xxx. > > But the dmc->timings->tFAW use dmc->min_tck->tXP?

Re: [PATCH] memory/samsung: Maybe wrong triming parameter

2020-05-07 Thread Lukasz Luba
Hi Bernard, On 5/7/20 12:45 PM, Bernard Zhao wrote: In function create_timings_aligned, all the max is to use dmc->min_tck->xxx, aligned with val dmc->timings->xxx. But the dmc->timings->tFAW use dmc->min_tck->tXP? Maybe this point is wrong parameter useing. Signed-off-by: Bernard Zhao ---

[PATCH] memory/samsung: Maybe wrong triming parameter

2020-05-07 Thread Bernard Zhao
In function create_timings_aligned, all the max is to use dmc->min_tck->xxx, aligned with val dmc->timings->xxx. But the dmc->timings->tFAW use dmc->min_tck->tXP? Maybe this point is wrong parameter useing. Signed-off-by: Bernard Zhao --- drivers/memory/samsung/exynos5422-dmc.c | 2 +- 1 file