devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: add support for GPIO controller on Siflower SoCs
@ 2024-12-25  3:58 Chuanhong Guo
  2024-12-25  3:58 ` [PATCH 1/2] dt-bindings: gpio: add binding doc for siflower,sf19a2890-gpio Chuanhong Guo
  2024-12-25  3:58 ` [PATCH 2/2] gpio: add support for GPIO controller on Siflower SoCs Chuanhong Guo
  0 siblings, 2 replies; 11+ messages in thread
From: Chuanhong Guo @ 2024-12-25  3:58 UTC (permalink / raw)
  To: linux-gpio, devicetree, linux-kernel
  Cc: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Philipp Zabel, Qingfang Deng,
	Chuanhong Guo

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


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

end of thread, other threads:[~2025-01-13 14:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25  3:58 [PATCH 0/2] gpio: add support for GPIO controller on Siflower SoCs Chuanhong Guo
2024-12-25  3:58 ` [PATCH 1/2] dt-bindings: gpio: add binding doc for siflower,sf19a2890-gpio Chuanhong Guo
2024-12-27 16:45   ` Linus Walleij
2024-12-29  3:06     ` Chuanhong Guo
2025-01-13 14:38       ` Linus Walleij
2024-12-25  3:58 ` [PATCH 2/2] gpio: add support for GPIO controller on Siflower SoCs Chuanhong Guo
2024-12-27 16:51   ` Linus Walleij
2024-12-29  3:09     ` Chuanhong Guo
2024-12-31  8:38   ` Krzysztof Kozlowski
2025-01-01  9:11     ` Chuanhong Guo
2025-01-01 10:49       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).