[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO

Keguang Zhang posted 5 patches 3 years, 1 month ago
There is a newer version of this series
.../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
[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
Posted by Keguang Zhang 3 years, 1 month ago
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