Re: [PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-22 Thread anish kumar
On Sat, 2012-09-22 at 10:50 +0100, Jonathan Cameron wrote: > On 09/21/2012 11:52 PM, Anton Vorontsov wrote: > > On Fri, Sep 21, 2012 at 09:40:14PM +0530, anish kumar wrote: > >> From: anish kumar > >> > >> In last version: > >> Addressed concerns raised by lars: > >> a. made the adc_bat per device

Re: [PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-22 Thread Jonathan Cameron
On 09/21/2012 11:52 PM, Anton Vorontsov wrote: > On Fri, Sep 21, 2012 at 09:40:14PM +0530, anish kumar wrote: >> From: anish kumar >> >> In last version: >> Addressed concerns raised by lars: >> a. made the adc_bat per device. >> b. get the IIO channel using hardcoded channel names. >> c. Minor is

Re: [PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-21 Thread Anton Vorontsov
On Fri, Sep 21, 2012 at 09:40:14PM +0530, anish kumar wrote: > From: anish kumar > > In last version: > Addressed concerns raised by lars: > a. made the adc_bat per device. > b. get the IIO channel using hardcoded channel names. > c. Minor issues related to gpio_is_valid and some code >refact

[PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-21 Thread anish kumar
From: anish kumar In last version: Addressed concerns raised by lars: a. made the adc_bat per device. b. get the IIO channel using hardcoded channel names. c. Minor issues related to gpio_is_valid and some code refactoring. In V1: Addressed concerns raised by Anton: a. changed the struct name

Re: [PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-21 Thread anish kumar
Ignore this.Some problem with my mail client. On Fri, 2012-09-21 at 20:19 +0530, anish kumar wrote: > From: anish kumar > > In last version: > Addressed concerns raised by lars: > a. made the adc_bat per device. > b. get the IIO channel using hardcoded channel names. > c. Minor issues related to

[PATCH] [V3]power: battery: Generic battery driver using IIO

2012-09-21 Thread anish kumar
From: anish kumar In last version: Addressed concerns raised by lars: a. made the adc_bat per device. b. get the IIO channel using hardcoded channel names. c. Minor issues related to gpio_is_valid and some code refactoring. In V1: Addressed concerns raised by Anton: a. changed the struct name