lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260115145244.435890-1-ben717@andestech.com>
Date: Thu, 15 Jan 2026 22:52:40 +0800
From: Ben Zong-You Xie <ben717@...estech.com>
To:
CC: <andi.shyti@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
        <conor+dt@...nel.org>, <linux-i2c@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <pjw@...nel.org>, <palmer@...belt.com>, <aou@...s.berkeley.edu>,
        <alex@...ti.fr>, <linux-riscv@...ts.infradead.org>,
        Ben Zong-You Xie
	<ben717@...estech.com>
Subject: [PATCH 0/4] Add I2C support for QiLai SoC

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ