All of lore.kernel.org
 help / color / mirror / Atom feed
From: Okan Sahin <okan.sahin@analog.com>
To: <okan.sahin@analog.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	<linux-gpio@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH v1 0/2] Add DS4520 GPIO Expander Support
Date: Mon, 27 Mar 2023 16:00:05 +0300	[thread overview]
Message-ID: <20230327130010.8342-1-okan.sahin@analog.com> (raw)

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

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

 .../bindings/gpio/adi,ds4520-gpio.yaml        |  45 ++++
 drivers/gpio/Kconfig                          |  10 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-ds4520.c                    | 198 ++++++++++++++++++
 4 files changed, 254 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/adi,ds4520-gpio.yaml
 create mode 100644 drivers/gpio/gpio-ds4520.c

-- 
2.30.2


             reply	other threads:[~2023-03-27 13:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 13:00 Okan Sahin [this message]
2023-03-27 13:00 ` [PATCH v1 1/2] dt-bindings: gpio: ds4520: Add ADI DS4520 Okan Sahin
2023-03-27 15:37   ` Rob Herring
2023-03-27 19:05   ` Krzysztof Kozlowski
2023-03-27 13:00 ` [PATCH v1 2/2] gpio: ds4520: Add ADI DS4520 Regulator Support Okan Sahin
2023-03-31  9:41   ` Linus Walleij
2023-04-04 14:35     ` Sahin, Okan
2023-04-05 13:20       ` Linus Walleij
2023-04-05 13:57         ` Michael Walle
2023-04-07 13:48           ` Linus Walleij
2023-04-07 18:36             ` andy.shevchenko
2023-04-09 14:25               ` Sahin, Okan
2023-04-11 13:42                 ` Michael Walle
2023-04-24 15:39                   ` Sahin, Okan
2023-04-25  7:05                     ` Michael Walle
2023-04-26 11:28                       ` Sahin, Okan
2023-04-26 11:53                         ` Michael Walle
2023-04-26 13:39                           ` Sahin, Okan
2023-04-11 14:11                 ` Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230327130010.8342-1-okan.sahin@analog.com \
    --to=okan.sahin@analog.com \
    --cc=brgl@bgdev.pl \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.