[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230315110650.142577-1-keguang.zhang@gmail.com>
Date: Wed, 15 Mar 2023 19:06:46 +0800
From: Keguang Zhang <keguang.zhang@...il.com>
To: linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Keguang Zhang <keguang.zhang@...il.com>
Subject: [PATCH v3 0/4] Devicetree support for Loongson-1 GPIO
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
Powered by blists - more mailing lists