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

This round includes the changes suggested by Serge: Instead of hammering
the GPIOs as fast as we can we now have device tree properties to limit
the speed so that slower hardware can work with the driver.

Sascha

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

 .../devicetree/bindings/gpio/gpio-latch.yaml  |  94 ++++++++
 drivers/gpio/Kconfig                          |   6 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-latch.c                     | 220 ++++++++++++++++++
 4 files changed, 321 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] 7+ messages in thread

end of thread, other threads:[~2022-10-06 18:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06  8:30 [PATCH v4 0/2] gpio: Add gpio-latch driver Sascha Hauer
2022-10-06  8:30 ` [PATCH v4 1/2] gpio: Add gpio latch driver Sascha Hauer
2022-10-06  9:15   ` Serge Semin
2022-10-06 12:26     ` Sascha Hauer
2022-10-06 12:45       ` Serge Semin
2022-10-06  8:30 ` [PATCH v4 2/2] dt-bindings: gpio: Add gpio-latch binding document Sascha Hauer
2022-10-06 18:53   ` Rob Herring

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