From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi all, This patch series aims to add RIIC support for Renesas RZ/V2H(P) SoC. v1->v2 - Dropped dt binding which update the comment. - Used a const for V2H SoC instead of enum in items list - Dropped internal review tags - Renamed i2c read/write to riic_readb/riic_writeb - Made riic as first parameter for riic_writeb - Dropped family from struct riic_of_data - Included RIIC_REG_END in enum list as flexible array member in a struct with no named members is not allowed Cheers, Prabhakar Lad Prabhakar (4): dt-bindings: i2c: renesas,riic: Document R9A09G057 support i2c: riic: Introduce helper functions for I2C read/write operations i2c: riic: Pass register offsets and chip details as OF data i2c: riic: Add support for R9A09G057 SoC .../devicetree/bindings/i2c/renesas,riic.yaml | 19 +-- drivers/i2c/busses/i2c-riic.c | 125 +++++++++++++----- 2 files changed, 100 insertions(+), 44 deletions(-) -- 2.34.1