linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add gpio driver support for Realtek DHC SoCs
@ 2023-11-01  2:58 Tzuyi Chang
  2023-11-01  2:58 ` [PATCH 1/2] gpio: realtek: Add GPIO support for RTD SoC variants Tzuyi Chang
  2023-11-01  2:58 ` [PATCH 2/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio bindings Tzuyi Chang
  0 siblings, 2 replies; 12+ messages in thread
From: Tzuyi Chang @ 2023-11-01  2:58 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-gpio, devicetree, linux-kernel, TY Chang

These patches add the bindings and the gpio driver for Realtek
DHC(Digital Home Center) RTD SoCs, including RTD1295, RTD1395,
RTD1619, RTD1319, RTD1619B, RTD1319D and RTD1315E.

Tzuyi Chang (2):
  gpio: realtek: Add GPIO support for RTD SoC variants
  dt-bindings: gpio: realtek: Add realtek,rtd-gpio bindings

 .../bindings/gpio/realtek,rtd-gpio.yaml       |  56 ++
 drivers/gpio/Kconfig                          |   8 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-rtd.c                       | 702 ++++++++++++++++++
 4 files changed, 767 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/realtek,rtd-gpio.yaml
 create mode 100644 drivers/gpio/gpio-rtd.c

-- 
2.42.0


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

end of thread, other threads:[~2023-11-03  9:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01  2:58 [PATCH 0/2] Add gpio driver support for Realtek DHC SoCs Tzuyi Chang
2023-11-01  2:58 ` [PATCH 1/2] gpio: realtek: Add GPIO support for RTD SoC variants Tzuyi Chang
2023-11-01  7:15   ` Krzysztof Kozlowski
2023-11-02  3:30     ` TY_Chang[張子逸]
2023-11-02  7:11       ` Krzysztof Kozlowski
2023-11-03  9:09         ` TY_Chang[張子逸]
2023-11-01  8:39   ` Linus Walleij
2023-11-02 12:40     ` TY_Chang[張子逸]
2023-11-02 14:52       ` Linus Walleij
2023-11-01  2:58 ` [PATCH 2/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio bindings Tzuyi Chang
2023-11-01  7:13   ` Krzysztof Kozlowski
2023-11-02  3:11     ` TY_Chang[張子逸]

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).