linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
@ 2023-03-02 12:52 Keguang Zhang
  2023-03-02 12:52 ` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier Keguang Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Keguang Zhang @ 2023-03-02 12:52 UTC (permalink / raw)
  To: linux-gpio, devicetree, linux-mips, linux-kernel
  Cc: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Keguang Zhang

Update the driver to add DT support and dt-binding document,
along with other minor changes.

Keguang Zhang (5):
  gpio: loongson1: Convert to SPDX identifier
  gpio: loongson1: Use readl() & writel()
  gpio: loongson1: Introduce ls1x_gpio_chip struct
  gpio: loongson1: Add DT support
  dt-bindings: gpio: Add Loongson-1 GPIO

 .../bindings/gpio/loongson,ls1x-gpio.yaml     | 49 +++++++++++++
 drivers/gpio/gpio-loongson1.c                 | 71 +++++++++++--------
 2 files changed, 92 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/loongson,ls1x-gpio.yaml


base-commit: 4827aae061337251bb91801b316157a78b845ec7
-- 
2.34.1


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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 12:52 [PATCH v2 0/5] Devicetree support for Loongson-1 GPIO Keguang Zhang
2023-03-02 12:52 ` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier Keguang Zhang
2023-03-06  9:29   ` Bartosz Golaszewski
2023-03-07  2:25     ` Keguang Zhang
2023-03-07 13:31       ` Linus Walleij
2023-03-08  2:46         ` Keguang Zhang
2023-03-07 16:48       ` Bartosz Golaszewski
2023-03-08  2:53         ` Keguang Zhang
2023-03-02 12:52 ` [PATCH v2 2/5] gpio: loongson1: Use readl() & writel() Keguang Zhang
2023-03-06  9:30   ` Bartosz Golaszewski
2023-03-07  3:45     ` Keguang Zhang
2023-03-08  9:42       ` David Laight
2023-03-08 11:35         ` Keguang Zhang
2023-03-02 12:52 ` [PATCH v2 3/5] gpio: loongson1: Introduce ls1x_gpio_chip struct Keguang Zhang
2023-03-02 12:52 ` [PATCH v2 4/5] gpio: loongson1: Add DT support Keguang Zhang
2023-03-06  9:39   ` Bartosz Golaszewski
2023-03-07  3:41     ` Keguang Zhang
2023-03-02 12:52 ` [PATCH v2 5/5] dt-bindings: gpio: Add Loongson-1 GPIO Keguang Zhang
2023-03-02 12:58   ` 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).