linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Devicetree support for Loongson-1 GPIO
@ 2023-03-15 11:06 Keguang Zhang
  2023-03-15 11:06 ` [PATCH v3 1/4] gpio: loongson1: Convert to SPDX identifier Keguang Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Keguang Zhang @ 2023-03-15 11:06 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.

Changelog
V2 -> V3: Explain the reason for changing the author name in commit message
          Drop the patch "gpio: loongson1: Use readl() & writel()"
          Restore the calling of __raw_readl() & __raw_writel()
          Add Reviewed-by tag from Krzysztof Kozlowski
V1 -> V2: Keep GPLv2, just convert to SPDX identifier
          Split the change of calling readl() & writel() to a separate patch
          Let gpiolib parse ngpios property
          Remove unnecessary alias id parsing
          Remove superfluous initialization done by bgpio_init()
          Add MODULE_DEVICE_TABLE()
          Other minor fixes
          Use the same consistent quotes
          Delete superfluous examples

Keguang Zhang (4):
  gpio: loongson1: Convert to SPDX identifier
  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: 0c14f3aa388d3becd38923869e17f9947a5e5926
-- 
2.34.1


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

end of thread, other threads:[~2023-03-22 16:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 11:06 [PATCH v3 0/4] Devicetree support for Loongson-1 GPIO Keguang Zhang
2023-03-15 11:06 ` [PATCH v3 1/4] gpio: loongson1: Convert to SPDX identifier Keguang Zhang
2023-03-22 16:42   ` Bartosz Golaszewski
2023-03-15 11:06 ` [PATCH v3 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct Keguang Zhang
2023-03-22 16:47   ` Bartosz Golaszewski
2023-03-15 11:06 ` [PATCH v3 3/4] gpio: loongson1: Add DT support Keguang Zhang
2023-03-22 16:48   ` Bartosz Golaszewski
2023-03-15 11:06 ` [PATCH v3 4/4] dt-bindings: gpio: Add Loongson-1 GPIO Keguang Zhang

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