Re: [PATCH V12 2/2] gpio: max77620: add gpio driver for MAX77620/MAX20024

From: Laxman Dewangan
Date: Tue May 24 2016 - 07:19:37 EST



On Tuesday 24 May 2016 04:45 PM, Linus Walleij wrote:
On Fri, May 13, 2016 at 7:19 AM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:

MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO
pins. It also supports interrupts from these pins.

Add GPIO driver for these pins to control via GPIO APIs.

Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
PS, please add these optional features:

+ mgpio->gpio_chip.direction_input = max77620_gpio_dir_input;
+ mgpio->gpio_chip.direction_output = max77620_gpio_dir_output;
Any chance you could send a patch to add a .get_direction() callback?

Sure, I will send the patch for this and also for the set_single_ended().

I will post the patch on top of this patch as a new patch as this is already applied in your tree.
Later on, it can be squashed or added as new patch.