Re: [PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-07-04 Thread Linus Walleij
On Mon, Jun 27, 2016 at 12:56 PM, Venkat Reddy Talla wrote: > Gpio direction is determined by DIRx bit of GPIO > configuration register, return max77620 gpio value > based on direction in or out. > > Signed-off-by: Venkat Reddy Talla Patch

Re: [PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-07-04 Thread Linus Walleij
On Mon, Jun 27, 2016 at 12:56 PM, Venkat Reddy Talla wrote: > Gpio direction is determined by DIRx bit of GPIO > configuration register, return max77620 gpio value > based on direction in or out. > > Signed-off-by: Venkat Reddy Talla Patch applied with Alex' ACK. Yours, Linus Walleij

Re: [PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-06-28 Thread Alexandre Courbot
On Mon, Jun 27, 2016 at 7:56 PM, Venkat Reddy Talla wrote: > Gpio direction is determined by DIRx bit of GPIO > configuration register, return max77620 gpio value > based on direction in or out. > > Signed-off-by: Venkat Reddy Talla > --- >

Re: [PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-06-28 Thread Alexandre Courbot
On Mon, Jun 27, 2016 at 7:56 PM, Venkat Reddy Talla wrote: > Gpio direction is determined by DIRx bit of GPIO > configuration register, return max77620 gpio value > based on direction in or out. > > Signed-off-by: Venkat Reddy Talla > --- > drivers/gpio/gpio-max77620.c | 5 - > 1 file

[PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-06-27 Thread Venkat Reddy Talla
Gpio direction is determined by DIRx bit of GPIO configuration register, return max77620 gpio value based on direction in or out. Signed-off-by: Venkat Reddy Talla --- drivers/gpio/gpio-max77620.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH 1/1] gpio: max77620: get gpio value based on direction

2016-06-27 Thread Venkat Reddy Talla
Gpio direction is determined by DIRx bit of GPIO configuration register, return max77620 gpio value based on direction in or out. Signed-off-by: Venkat Reddy Talla --- drivers/gpio/gpio-max77620.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git