commit | 573d77cff21f102ac0ea32eb9015bd4b1d00985c | [log] [tgz] |
---|---|---|
author | Aymeric Aillet <aymeric.aillet@iot.bzh> | Tue May 11 09:48:22 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Jul 14 20:58:50 2021 -0400 |
tree | 91ab63cefee1a98726c4d5717bff05d4e45d51ff | |
parent | 7abb676697c1b4f9feffda81baa699785c5de66a [diff] |
drivers: i2c: add Renesas R-Car driver This patch add support for I2C on the Renesas R-Car. This I2C hardware block can be found on various Renesas R-Car SoC series. It allows to perfom read and write on I2C buses in an interrupt based way on R-Car Gen3 H3ULCB board. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>