Re: [PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-26 Thread Linus Walleij
On Thu, May 19, 2016 at 8:47 AM, Vignesh R wrote: > TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. > Add support for the same. > > [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf > > Signed-off-by: Vignesh R Patch applied with Rob's

Re: [PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-26 Thread Linus Walleij
On Thu, May 19, 2016 at 8:47 AM, Vignesh R wrote: > TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. > Add support for the same. > > [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf > > Signed-off-by: Vignesh R Patch applied with Rob's ACK. Yours, Linus Walleij

Re: [PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-20 Thread Rob Herring
On Thu, May 19, 2016 at 12:17:29PM +0530, Vignesh R wrote: > TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. > Add support for the same. > > [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf > > Signed-off-by: Vignesh R > --- >

Re: [PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-20 Thread Rob Herring
On Thu, May 19, 2016 at 12:17:29PM +0530, Vignesh R wrote: > TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. > Add support for the same. > > [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf > > Signed-off-by: Vignesh R > --- >

[PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-19 Thread Vignesh R
TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. Add support for the same. [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf Signed-off-by: Vignesh R --- Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 + drivers/gpio/gpio-pca953x.c

[PATCH 1/2] gpio: pca953x: Add support for TI PCA9536

2016-05-19 Thread Vignesh R
TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. Add support for the same. [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf Signed-off-by: Vignesh R --- Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 + drivers/gpio/gpio-pca953x.c