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: <20251112034724.1977630-1-cl634@andestech.com>
Date: Wed, 12 Nov 2025 11:47:22 +0800
From: CL Wang <cl634@...estech.com>
To: <cl634@...estech.com>, <broonie@...nel.org>, <linux-spi@...r.kernel.org>,
        <robh@...nel.org>, <krzk+dt@...nel.org>, <conor+dt@...nel.org>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <tim609@...estech.com>
Subject: [PATCH 0/2] spi: atcspi200: Add support for Andes ATCSPI200 SPI controller

This patch series adds support for the Andes ATCSPI200 SPI controller.

Patch 1 adds the device tree binding documentation for the controller.
Patch 2 introduces the SPI controller driver implementation.

Please help review, thanks.

CL Wang (2):
  dt-bindings: spi: Add support for ATCSPI200 SPI controller
  spi: atcspi200: Add ATCSPI200 SPI driver

 .../bindings/spi/andestech,qilai-spi.yaml     |  84 +++
 MAINTAINERS                                   |   6 +
 drivers/spi/Kconfig                           |   9 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-atcspi200.c                   | 651 ++++++++++++++++++
 5 files changed, 751 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/andestech,qilai-spi.yaml
 create mode 100644 drivers/spi/spi-atcspi200.c

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ