[PATCH 0/2] i2c: add I2C driver for Andes atciic100

From: Ben Zong-You Xie
Date: Thu Feb 06 2025 - 21:19:50 EST


This patch series includes DT-bindings(1/2) and I2C driver(2/2).

The atciic100 is an I2C adapter/client controller. It can act as either an
I2C adapter or an I2C client depending on the control register settings.

Ben Zong-You Xie (2):
dt-bindings: i2c: add atciic100
i2c: atciic100: add Andes I2C driver support

.../bindings/i2c/andestech,i2c-atciic100.yaml | 40 ++
MAINTAINERS | 6 +
drivers/i2c/busses/Kconfig | 10 +
drivers/i2c/busses/Makefile | 1 +
drivers/i2c/busses/i2c-atciic100.c | 346 ++++++++++++++++++
5 files changed, 403 insertions(+)
create mode 100644 Documentation/devicetree/bindings/i2c/andestech,i2c-atciic100.yaml
create mode 100644 drivers/i2c/busses/i2c-atciic100.c

---
2.34.1