[PATCH 0/3] i2c: Add driver support Amlogic A9 I2C

Xianwei Zhao via B4 Relay posted 3 patches 3 hours ago
.../devicetree/bindings/i2c/amlogic,a9-i2c.yaml    |  61 +++
MAINTAINERS                                        |   8 +
drivers/i2c/busses/Kconfig                         |   9 +
drivers/i2c/busses/Makefile                        |   1 +
drivers/i2c/busses/i2c-amlogic-a9.c                | 504 +++++++++++++++++++++
5 files changed, 583 insertions(+)
[PATCH 0/3] i2c: Add driver support Amlogic A9 I2C
Posted by Xianwei Zhao via B4 Relay 3 hours ago
Add a Device Tree binding and driver for the I2C controller found on the
Amlogic A9 SoC.

Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
---
Junyi Zhao (1):
      i2c: amlogic: Add Amlogic A9 I2C controller driver

Xianwei Zhao (2):
      dt-bindings: i2c: add Amlogic A9 I2C controller
      MAINTAINERS: Add an entry for Amlogic I2C driver

 .../devicetree/bindings/i2c/amlogic,a9-i2c.yaml    |  61 +++
 MAINTAINERS                                        |   8 +
 drivers/i2c/busses/Kconfig                         |   9 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-amlogic-a9.c                | 504 +++++++++++++++++++++
 5 files changed, 583 insertions(+)
---
base-commit: e817a366cd24ddc8f986ef43c5d54cc3f60b0c21
change-id: 20260911-a9-i2c-24478e22e683

Best regards,
-- 
Xianwei Zhao <xianwei.zhao@amlogic.com>