From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ismael Luceno Cortes Date: Thu, 7 Mar 2019 17:45:14 +0000 Subject: [U-Boot] [PATCH v4 0/6] I2C fixes for the R-Car H3 In-Reply-To: <20190307133431.14032-1-ismael.luceno@silicon-gears.com> References: <20190307133431.14032-1-ismael.luceno@silicon-gears.com> Message-ID: <20190307174514.GA8076@kiki> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Please ignore this series; I made a mistake, I'll submit a v5. On 07/Mar/2019 13:34, Ismael Luceno Cortes wrote: > This series is meant to be applied on top of the "i2c: rcar_i2c: Add > Gen3 SoC support" patch. > > > Ismael Luceno (6): > i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed > i2c: rcar_i2c: Add comments about registers & values > i2c: rcar_i2c: Fix sending of slave addresses > i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer > i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer > i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover > > drivers/i2c/rcar_i2c.c | 87 +++++++++++++++++++++++------------------- > 1 file changed, 47 insertions(+), 40 deletions(-) > > > base-commit: f08023c07d826fbc8e62fdd3367961b2f0b06844 > prerequisite-patch-id: 9e5b0458bc15640eb483ccad91dbe85150f9f7be > -- > 2.19.1