RE: [PATCH v3 2/3] gpio: Add support for TPS68470 GPIOs

2017-06-20 Thread Mani, Rajmohan
Hi Linus, Thanks for your comments. > On Mon, Jun 12, 2017 at 11:26 AM, Rajmohan Mani > wrote: > > > This patch adds support for TPS68470 GPIOs. > > There are 7 GPIOs and a few sensor related GPIOs. > > These GPIOs can be requested and configured as appropriate. > > > > Signed-off-by: Rajmohan

Re: [PATCH v3 2/3] gpio: Add support for TPS68470 GPIOs

2017-06-20 Thread Linus Walleij
On Mon, Jun 12, 2017 at 11:26 AM, Rajmohan Mani wrote: > This patch adds support for TPS68470 GPIOs. > There are 7 GPIOs and a few sensor related GPIOs. > These GPIOs can be requested and configured as > appropriate. > > Signed-off-by: Rajmohan Mani This is some fine code. Reviewed-by: Linus Wa

[PATCH v3 2/3] gpio: Add support for TPS68470 GPIOs

2017-06-12 Thread Rajmohan Mani
This patch adds support for TPS68470 GPIOs. There are 7 GPIOs and a few sensor related GPIOs. These GPIOs can be requested and configured as appropriate. Signed-off-by: Rajmohan Mani --- drivers/gpio/Kconfig | 14 drivers/gpio/Makefile| 1 + drivers/gpio/gpio-tps68470.c |