Re: [U-Boot] [PATCH v2 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

2019-03-06 Thread Ismael Luceno Cortes
On 05/Mar/2019 19:32, Marek Vasut wrote: > On 3/5/19 12:23 PM, Ismael Luceno Cortes wrote: > > Cosmetic change. Any call to the recover function would need to do the > > same check afterwards, so it's sensible to make it part of the function. > > > > Signed-off-by: Ismael Luceno > > --- > > >

Re: [U-Boot] [PATCH v2 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

2019-03-05 Thread Marek Vasut
On 3/5/19 12:23 PM, Ismael Luceno Cortes wrote: > Cosmetic change. Any call to the recover function would need to do the > same check afterwards, so it's sensible to make it part of the function. > > Signed-off-by: Ismael Luceno > --- > > Notes: > Changes since v1: > - Rebased on top

[U-Boot] [PATCH v2 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

2019-03-05 Thread Ismael Luceno Cortes
Cosmetic change. Any call to the recover function would need to do the same check afterwards, so it's sensible to make it part of the function. Signed-off-by: Ismael Luceno --- Notes: Changes since v1: - Rebased on top of patch 1050650 ("i2c: rcar_i2c: Add Gen3 SoC support") -