linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add DS4520 GPIO Expander Support
@ 2023-07-27  9:54 Okan Sahin
  2023-07-27  9:54 ` [PATCH v5 1/2] dt-bindings: gpio: ds4520: Add ADI DS4520 Okan Sahin
  2023-07-27  9:54 ` [PATCH v5 2/2] gpio: ds4520: Add ADI DS4520 GPIO Expander Support Okan Sahin
  0 siblings, 2 replies; 9+ messages in thread
From: Okan Sahin @ 2023-07-27  9:54 UTC (permalink / raw)
  To: okan.sahin
  Cc: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, linux-gpio, devicetree, linux-kernel

GPIO expander driver and bindings for DS4520.
The patches are required to be applied in sequence.

Changes in v5:
* Patch 1: "dt-bindings: gpio: ds4520: Add ADI DS4520"
  * No change
* Patch 2: "gpio: ds4520: Add ADI DS4520 GPIO Expander Support"
  * Remove unnecessary new lines.
  * Use probe(..) instead of probe_new(..)

Changes in v4:
* Patch 1: "dt-bindings: gpio: ds4520: Add ADI DS4520"
  * No change
* Patch 2: "gpio: ds4520: Add ADI DS4520 GPIO Expander Support"
  * Add, remove unnecessary new lines.

Changes in v3:
* Patch 1: "dt-bindings: gpio: ds4520: Add ADI DS4520"
  * Add ngpios property.
* Patch 2: "gpio: ds4520: Add ADI DS4520 GPIO Expander Support"
  * Add namespace for MACROS
  * Read ngpios from dt
  * Add missing header file

Changes in v2:
* Patch 1: "dt-bindings: gpio: ds4520: Add ADI DS4520"
  * Drop label for gpio node
  * Use consistent quotes
  * Fix filename matching compatible.
* Patch 2: "gpio: ds4520: Add ADI DS4520 GPIO Expander Support"
  * Use regmap_gpio framework
  * Fix typo in Kconfig
  * Fix commit message

Okan Sahin (2):
  dt-bindings: gpio: ds4520: Add ADI DS4520
  gpio: ds4520: Add ADI DS4520 GPIO Expander Support

 .../bindings/gpio/adi,ds4520-gpio.yaml        | 51 ++++++++++++
 drivers/gpio/Kconfig                          | 11 +++
 drivers/gpio/Makefile                         |  1 +
 drivers/gpio/gpio-ds4520.c                    | 80 +++++++++++++++++++
 4 files changed, 143 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/adi,ds4520-gpio.yaml
 create mode 100644 drivers/gpio/gpio-ds4520.c

-- 
2.30.2


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

end of thread, other threads:[~2023-08-21 12:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  9:54 [PATCH v5 0/2] Add DS4520 GPIO Expander Support Okan Sahin
2023-07-27  9:54 ` [PATCH v5 1/2] dt-bindings: gpio: ds4520: Add ADI DS4520 Okan Sahin
2023-07-29 13:57   ` Bartosz Golaszewski
2023-08-21 10:09     ` Sahin, Okan
2023-08-21 12:27       ` Bartosz Golaszewski
2023-07-27  9:54 ` [PATCH v5 2/2] gpio: ds4520: Add ADI DS4520 GPIO Expander Support Okan Sahin
2023-08-07 13:08   ` Linus Walleij
2023-08-09  7:17     ` Michael Walle
2023-08-10  8:45       ` 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).