Re: [PATCH 1/2] mfd: arizona: Remove arizona_of_get_named_gpio helper function

2016-09-27 Thread Lee Jones
On Tue, 20 Sep 2016, Charles Keepax wrote: > This function is only used in a single place and no new users will be > added as all the devices other required GPIOs are already handled. As > such just merge the code back into the calling function. > > Signed-off-by: Charles Keepax > --- > drivers

[PATCH 1/2] mfd: arizona: Remove arizona_of_get_named_gpio helper function

2016-09-20 Thread Charles Keepax
This function is only used in a single place and no new users will be added as all the devices other required GPIOs are already handled. As such just merge the code back into the calling function. Signed-off-by: Charles Keepax --- drivers/mfd/arizona-core.c | 27 +++