[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231101025802.3744-1-tychang@realtek.com>
Date: Wed, 1 Nov 2023 10:58:00 +0800
From: Tzuyi Chang <tychang@...ltek.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Andy Shevchenko <andy@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
CC: <linux-gpio@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, TY Chang <tychang@...ltek.com>
Subject: [PATCH 0/2] Add gpio driver support for Realtek DHC SoCs
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
Powered by blists - more mailing lists