Re: [PATCH] gpio/pca953x: Add TI TCA9539 support

2015-09-25 Thread Linus Walleij
On Wed, Sep 9, 2015 at 8:23 AM, Thierry Reding wrote: > From: Thierry Reding > > The TCA9539 is almost identical to the PCA9555 and software-compatible > with this driver. It exposes 16 general purpose I/O pins in two 8-bit > configurations. > > Signed-off-by: Thierry Reding Looks good! But:

[PATCH] gpio/pca953x: Add TI TCA9539 support

2015-09-09 Thread Thierry Reding
From: Thierry Reding The TCA9539 is almost identical to the PCA9555 and software-compatible with this driver. It exposes 16 general purpose I/O pins in two 8-bit configurations. Signed-off-by: Thierry Reding --- drivers/gpio/gpio-pca953x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/