Re: [U-Boot] [PATCH v2 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer

2019-03-05 Thread Marek Vasut
On 3/5/19 12:16 PM, Ismael Luceno Cortes wrote: Commit message is missing :-( The patch itself is fine though. Can you fill the commit message and do a V3 of the series ? > Signed-off-by: Ismael Luceno > --- > > Notes: > Changes since v1: > - Rebased on top of patch 1050650 ("i2c: rcar

[U-Boot] [PATCH v2 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer

2019-03-05 Thread Ismael Luceno Cortes
Signed-off-by: Ismael Luceno --- Notes: Changes since v1: - Rebased on top of patch 1050650 ("i2c: rcar_i2c: Add Gen3 SoC support") - Fixed masking of return value from rcar_i2c_set_addr drivers/i2c/rcar_i2c.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) dif