Re: [PATCH v2 2/4] max8903: adds support for initiation via device tree.

2016-06-13 Thread Chris Lapa
Hi Krzysztof, Appreciate the feedback, working on the fixups you pointed out now. I'll ensure I send v3 of the patches to the actual maintainers and not just the list. Still getting my head around the lists mechanics :) Thanks, Chris: On 11/06/2016 12:02 AM, Krzysztof Kozlowski wrote: On 06

Re: [PATCH v2 2/4] max8903: adds support for initiation via device tree.

2016-06-10 Thread Krzysztof Kozlowski
On 06/10/2016 02:32 PM, Chris Lapa wrote: > From: Chris Lapa > > This commit also adds requesting gpio's via devm_gpio_request() to ensure > the gpio is available for usage by the driver. > > Signed-off-by: Chris Lapa > --- > drivers/power/max8903_charger.c | 288 > +++

[PATCH v2 2/4] max8903: adds support for initiation via device tree.

2016-06-10 Thread Chris Lapa
From: Chris Lapa This commit also adds requesting gpio's via devm_gpio_request() to ensure the gpio is available for usage by the driver. Signed-off-by: Chris Lapa --- drivers/power/max8903_charger.c | 288 +++- 1 file changed, 225 insertions(+), 63 deletion