Re: [PATCH] gpio: pca953x_gpio: Add support for 24 bit IO expander

2020-02-03 Thread Lokesh Vutla
On 27/01/20 11:19 PM, Vignesh Raghavendra wrote: > J721e EVM has a TCA6424 IO expander that has 24 GPIOs. Add support for > the same > > Signed-off-by: Vignesh Raghavendra pulled into u-boot-ti tree. Thanks and regards, Lokesh

[PATCH] gpio: pca953x_gpio: Add support for 24 bit IO expander

2020-01-27 Thread Vignesh Raghavendra
J721e EVM has a TCA6424 IO expander that has 24 GPIOs. Add support for the same Signed-off-by: Vignesh Raghavendra --- drivers/gpio/pca953x_gpio.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/pca953x_gpio.c b/drivers/gpio/pca953x_gpio.c index