public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add I2C support for QiLai SoC
@ 2026-01-15 14:52 Ben Zong-You Xie
  2026-01-15 14:52 ` [PATCH 1/4] dt-bindings: i2c: add support for Andes I2C controller Ben Zong-You Xie
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ben Zong-You Xie @ 2026-01-15 14:52 UTC (permalink / raw)
  Cc: andi.shyti, robh, krzk+dt, conor+dt, linux-i2c, devicetree,
	linux-kernel, pjw, palmer, aou, alex, linux-riscv,
	Ben Zong-You Xie

This patch set adds I2C support for QiLai SoC.

Ben Zong-You Xie (4):
  dt-bindings: i2c: add support for Andes I2C controller
  drivers: i2c: add the driver for Andes I2C controller
  MAINTAINERS: add an entry for Andes I2C driver
  riscv: dts: andes: qilai: add I2C controller

 .../bindings/i2c/andestech,atciic100.yaml     |  44 +++
 MAINTAINERS                                   |   6 +
 arch/riscv/boot/dts/andes/qilai.dtsi          |   6 +
 drivers/i2c/busses/Kconfig                    |  10 +
 drivers/i2c/busses/Makefile                   |   1 +
 drivers/i2c/busses/i2c-atciic100.c            | 353 ++++++++++++++++++
 6 files changed, 420 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/andestech,atciic100.yaml
 create mode 100644 drivers/i2c/busses/i2c-atciic100.c

--
2.34.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-22 14:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 14:52 [PATCH 0/4] Add I2C support for QiLai SoC Ben Zong-You Xie
2026-01-15 14:52 ` [PATCH 1/4] dt-bindings: i2c: add support for Andes I2C controller Ben Zong-You Xie
2026-01-16  8:56   ` Krzysztof Kozlowski
2026-01-15 14:52 ` [PATCH 2/4] drivers: i2c: add the driver " Ben Zong-You Xie
2026-01-16  8:57   ` Krzysztof Kozlowski
2026-01-22  7:32   ` Andi Shyti
2026-01-15 14:52 ` [PATCH 3/4] MAINTAINERS: add an entry for Andes I2C driver Ben Zong-You Xie
2026-01-15 14:52 ` [PATCH 4/4] riscv: dts: andes: qilai: add I2C controller Ben Zong-You Xie
2026-01-22 14:14 ` [PATCH 0/4] Add I2C support for QiLai SoC Ben Zong-You Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox