Re: [PATCH] gpio: pca953x_gpio: add PCA957X support

2022-04-10 Thread Tom Rini
On Tue, Mar 22, 2022 at 03:38:36PM +0100, Luca Ellero wrote: > From: Luca Ellero > > Take as reference Linux kernel code: > drivers/gpio/gpio-pca953x.c > > Signed-off-by: Luca Ellero > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH] gpio: pca953x_gpio: add PCA957X support

2022-03-23 Thread Simon Glass
On Tue, 22 Mar 2022 at 08:38, Luca Ellero wrote: > > From: Luca Ellero > > Take as reference Linux kernel code: > drivers/gpio/gpio-pca953x.c > > Signed-off-by: Luca Ellero > --- > drivers/gpio/pca953x_gpio.c | 50 + > 1 file changed, 40 insertions(+)

[PATCH] gpio: pca953x_gpio: add PCA957X support

2022-03-22 Thread Luca Ellero
From: Luca Ellero Take as reference Linux kernel code: drivers/gpio/gpio-pca953x.c Signed-off-by: Luca Ellero --- drivers/gpio/pca953x_gpio.c | 50 + 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/drivers/gpio/pca953x_gpio.c b/driver