linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3]sgpio:nuvoton:add support for Nuvoton NPCM SoCs
@ 2022-03-11  6:09 jimliu2
  2022-03-11  6:09 ` [PATCH v1 1/3] dts: add Nuvoton sgpio feature jimliu2
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: jimliu2 @ 2022-03-11  6:09 UTC (permalink / raw)
  To: JJLIU0, KWLIU, linus.walleij, brgl, robh+dt, avifishman70,
	tmaimon77, tali.perry1, venture, yuenn, benjaminfair, jim.t90615,
	CTCCHIEN
  Cc: linux-gpio, devicetree, linux-kernel, openbmc

Add sgpio feature for Nuvoton NPCM SoCs

jimliu2 (3):
  dts: add Nuvoton sgpio feature
  dt-bindings: support Nuvoton sgpio
  gpio:gpio-npcm-sgpio: Add Nuvoton sgpio driver

 .../bindings/gpio/nuvoton,sgpio.yaml          |  78 +++
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi |  30 +
 drivers/gpio/Kconfig                          |  12 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-npcm-sgpio.c                | 634 ++++++++++++++++++
 5 files changed, 755 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/nuvoton,sgpio.yaml
 create mode 100644 drivers/gpio/gpio-npcm-sgpio.c

-- 
2.17.1


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

end of thread, other threads:[~2022-09-15  3:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11  6:09 [PATCH v1 0/3]sgpio:nuvoton:add support for Nuvoton NPCM SoCs jimliu2
2022-03-11  6:09 ` [PATCH v1 1/3] dts: add Nuvoton sgpio feature jimliu2
2022-03-11  9:18   ` Krzysztof Kozlowski
2022-09-15  3:36     ` Jim Liu
2022-03-11  6:09 ` [PATCH v1 2/3] dt-bindings: support Nuvoton sgpio jimliu2
2022-03-11  9:25   ` Krzysztof Kozlowski
2022-03-11  6:09 ` [PATCH v1 3/3] gpio:gpio-npcm-sgpio: Add Nuvoton sgpio driver jimliu2
2022-04-05 15:00   ` Bartosz Golaszewski
2022-03-11  9:19 ` [PATCH v1 0/3]sgpio:nuvoton:add support for Nuvoton NPCM SoCs 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).