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

2019-03-06 Thread Heiko Schocher
Hello Ismael, Am 06.03.2019 um 11:46 schrieb Ismael Luceno Cortes: It needs to be done for both reads and writes, so do it at rcar_i2c_xfer to avoid duplication. Signed-off-by: Ismael Luceno --- drivers/i2c/rcar_i2c.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) Re

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

2019-03-06 Thread Marek Vasut
On 3/6/19 11:46 AM, Ismael Luceno Cortes wrote: > It needs to be done for both reads and writes, so do it at rcar_i2c_xfer > to avoid duplication. > > Signed-off-by: Ismael Luceno Reviewed-by: Marek Vasut -- Best regards, Marek Vasut ___ U-Boot mai

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

2019-03-06 Thread Ismael Luceno Cortes
It needs to be done for both reads and writes, so do it at rcar_i2c_xfer to avoid duplication. Signed-off-by: Ismael Luceno --- drivers/i2c/rcar_i2c.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c index 9223eaec