From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
linux-gpio <linux-gpio@vger.kernel.org>,
linux-devicetree <devicetree@vger.kernel.org>,
Marek Vasut <marek.vasut@gmail.com>
Subject: Re: [PATCH 2/2] gpio: pca953x: add support for pcal6416 type
Date: Mon, 7 Jan 2019 10:55:02 +0100 [thread overview]
Message-ID: <CAMpxmJU-ThnXJwj0mkyoELhdk8yJZbm+E5OZNFp_XTY6URfXAw@mail.gmail.com> (raw)
In-Reply-To: <20190103161329.15235-2-thomas.petazzoni@bootlin.com>
czw., 3 sty 2019 o 17:13 Thomas Petazzoni
<thomas.petazzoni@bootlin.com> napisał(a):
>
> The NXP PCAL6416, documented at [1], is a variant of the PCA GPIO
> expander with 16 GPIOs, and supporting an interrupt and the "extended"
> features for interrupt, pull-up/pull-down configuration, etc.
>
> [1] https://www.nxp.com/docs/en/data-sheet/PCAL6416A.pdf
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
> drivers/gpio/gpio-pca953x.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
> index 83617fdc661d..82d69ab51976 100644
> --- a/drivers/gpio/gpio-pca953x.c
> +++ b/drivers/gpio/gpio-pca953x.c
> @@ -88,6 +88,7 @@ static const struct i2c_device_id pca953x_id[] = {
> { "pca9575", 16 | PCA957X_TYPE | PCA_INT, },
> { "pca9698", 40 | PCA953X_TYPE, },
>
> + { "pcal6416", 16 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
> { "pcal6524", 24 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
> { "pcal9555a", 16 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
>
> --
> 2.20.1
>
Queued for v5.1, thanks!
Bartosz
next prev parent reply other threads:[~2019-01-07 9:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-03 16:13 [PATCH 1/2] dt-bindings: gpio: pca953x: document the nxp,pcal6416 Thomas Petazzoni
2019-01-03 16:13 ` [PATCH 2/2] gpio: pca953x: add support for pcal6416 type Thomas Petazzoni
2019-01-07 9:55 ` Bartosz Golaszewski [this message]
2019-01-07 9:54 ` [PATCH 1/2] dt-bindings: gpio: pca953x: document the nxp,pcal6416 Bartosz Golaszewski
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=CAMpxmJU-ThnXJwj0mkyoELhdk8yJZbm+E5OZNFp_XTY6URfXAw@mail.gmail.com \
--to=bgolaszewski@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=marek.vasut@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
/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 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).