Re: [PATCH v3 4/7] max8903: adds requesting of gpios.

2016-06-19 Thread Chris Lapa
On 17/06/2016 4:30 PM, Krzysztof Kozlowski wrote: On 06/17/2016 07:00 AM, Chris Lapa wrote: From: Chris Lapa This change ensures all gpios are available for the driver to use. Signed-off-by: Chris Lapa --- drivers/power/max8903_charger.c | 79 - 1 fil

Re: [PATCH v3 4/7] max8903: adds requesting of gpios.

2016-06-16 Thread Krzysztof Kozlowski
On 06/17/2016 07:00 AM, Chris Lapa wrote: > From: Chris Lapa > > This change ensures all gpios are available for the driver to use. > > Signed-off-by: Chris Lapa > --- > drivers/power/max8903_charger.c | 79 > - > 1 file changed, 70 insertions(+), 9 del

[PATCH v3 4/7] max8903: adds requesting of gpios.

2016-06-16 Thread Chris Lapa
From: Chris Lapa This change ensures all gpios are available for the driver to use. Signed-off-by: Chris Lapa --- drivers/power/max8903_charger.c | 79 - 1 file changed, 70 insertions(+), 9 deletions(-) diff --git a/drivers/power/max8903_charger.c b/dri