devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] gpio: Add gpio-latch driver
@ 2022-09-14  7:13 Sascha Hauer
  2022-09-14  7:13 ` [PATCH v3 1/2] gpio: Add gpio latch driver Sascha Hauer
  2022-09-14  7:13 ` [PATCH v3 2/2] dt-bindings: gpio: Add gpio-latch binding document Sascha Hauer
  0 siblings, 2 replies; 10+ messages in thread
From: Sascha Hauer @ 2022-09-14  7:13 UTC (permalink / raw)
  To: linux-gpio
  Cc: devicetree, linux-kernel, Linus Walleij, Bartosz Golaszewski,
	kernel, Sascha Hauer

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


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

end of thread, other threads:[~2022-10-04  7:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14  7:13 [PATCH v3 0/2] gpio: Add gpio-latch driver Sascha Hauer
2022-09-14  7:13 ` [PATCH v3 1/2] gpio: Add gpio latch driver Sascha Hauer
2022-09-14 14:03   ` Serge Semin
2022-09-22 13:31     ` Sascha Hauer
2022-09-25 15:30       ` Serge Semin
2022-10-04  7:27         ` Linus Walleij
2022-09-18 14:56   ` Linus Walleij
2022-09-14  7:13 ` [PATCH v3 2/2] dt-bindings: gpio: Add gpio-latch binding document Sascha Hauer
2022-09-14 15:05   ` Rob Herring
2022-09-18 14:57   ` Linus Walleij

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