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: <20241225035851.420952-1-gch981213@gmail.com>
Date: Wed, 25 Dec 2024 11:58:49 +0800
From: Chuanhong Guo <gch981213@...il.com>
To: linux-gpio@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: Linus Walleij <linus.walleij@...aro.org>,
	Bartosz Golaszewski <brgl@...ev.pl>,
	Rob Herring <robh@...nel.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Philipp Zabel <p.zabel@...gutronix.de>,
	Qingfang Deng <qingfang.deng@...lower.com.cn>,
	Chuanhong Guo <gch981213@...il.com>
Subject: [PATCH 0/2] gpio: add support for GPIO controller on Siflower SoCs

This patchset adds support for the GPIO controller found on various
Siflower MIPS and RISC-V SoCs including SF19A2890, SF21A6826 and
SF21H8898.

Chuanhong Guo (1):
  dt-bindings: gpio: add binding doc for siflower,sf19a2890-gpio

Qingfang Deng (1):
  gpio: add support for GPIO controller on Siflower SoCs

 .../gpio/siflower,sf19a2890-gpio.yaml         |  83 +++++
 drivers/gpio/Kconfig                          |   8 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-siflower.c                  | 347 ++++++++++++++++++
 4 files changed, 439 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/siflower,sf19a2890-gpio.yaml
 create mode 100644 drivers/gpio/gpio-siflower.c

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ