[PATCH v3 0/2] gpio: Add gpio-latch driver

Sascha Hauer posted 2 patches 3 years, 6 months ago
There is a newer version of this series
.../devicetree/bindings/gpio/gpio-latch.yaml  |  85 ++++++++
drivers/gpio/Kconfig                          |   6 +
drivers/gpio/Makefile                         |   1 +
drivers/gpio/gpio-latch.c                     | 192 ++++++++++++++++++
4 files changed, 284 insertions(+)
create mode 100644 Documentation/devicetree/bindings/gpio/gpio-latch.yaml
create mode 100644 drivers/gpio/gpio-latch.c
[PATCH v3 0/2] gpio: Add gpio-latch driver
Posted by Sascha Hauer 3 years, 6 months ago
Third round of the gpio-latch driver. The review comments I received
from v2 are integrated, for a changelog see the individual patches.

This time there's also devicetree@vger.kernel.org on Cc which I forgot
to add the last two rounds.

Sascha

Sascha Hauer (2):
  gpio: Add gpio latch driver
  dt-bindings: gpio: Add gpio-latch binding document

 .../devicetree/bindings/gpio/gpio-latch.yaml  |  85 ++++++++
 drivers/gpio/Kconfig                          |   6 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-latch.c                     | 192 ++++++++++++++++++
 4 files changed, 284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-latch.yaml
 create mode 100644 drivers/gpio/gpio-latch.c

-- 
2.30.2