Re: [PATCH v3 4/7] ravb: Split delay handling in parsing and applying

2020-08-24 Thread Florian Fainelli
On 8/19/20 6:43 AM, Geert Uytterhoeven wrote: > Currently, full delay handling is done in both the probe and resume > paths. Split it in two parts, so the resume path doesn't have to redo > the parsing part over and over again. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Sergei Shtylyov

[PATCH v3 4/7] ravb: Split delay handling in parsing and applying

2020-08-19 Thread Geert Uytterhoeven
Currently, full delay handling is done in both the probe and resume paths. Split it in two parts, so the resume path doesn't have to redo the parsing part over and over again. Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergei Shtylyov --- v3: - No changes, v2: - Add Reviewed-by, - Us