From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <20190103161329.15235-1-thomas.petazzoni@bootlin.com> <20190103161329.15235-2-thomas.petazzoni@bootlin.com> In-Reply-To: <20190103161329.15235-2-thomas.petazzoni@bootlin.com> From: Bartosz Golaszewski Date: Mon, 7 Jan 2019 10:55:02 +0100 Message-ID: Subject: Re: [PATCH 2/2] gpio: pca953x: add support for pcal6416 type Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: Thomas Petazzoni Cc: Linus Walleij , Rob Herring , Mark Rutland , linux-gpio , linux-devicetree , Marek Vasut List-ID: czw., 3 sty 2019 o 17:13 Thomas Petazzoni napisa=C5=82(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 > --- > 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[] =3D { > { "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