Re: [U-Boot] [PATCH] i2c: rcar_i2c: Add Gen3 SoC support

2019-03-07 Thread Heiko Schocher
Hello Marek, Am 02.03.2019 um 17:17 schrieb Marek Vasut: Add support for R-Car Gen3 SoCs into the driver, which encompases the Gen3 SoC extra timing register handling and 64bit build fixes. Signed-off-by: Marek Vasut Cc: Heiko Schocher --- drivers/i2c/rcar_i2c.c | 23 ++-

[U-Boot] [PATCH] i2c: rcar_i2c: Add Gen3 SoC support

2019-03-02 Thread Marek Vasut
Add support for R-Car Gen3 SoCs into the driver, which encompases the Gen3 SoC extra timing register handling and 64bit build fixes. Signed-off-by: Marek Vasut Cc: Heiko Schocher --- drivers/i2c/rcar_i2c.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --gi