Re: [PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-30 Thread Chen-Yu Tsai
On Sat, Jan 28, 2017 at 10:52 PM, Jonathan Cameron wrote: > On 27/01/17 08:54, Quentin Schulz wrote: >> This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i >> (respectively exposing the current charging and discharging currents and >> current voltage measures of

Re: [PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-30 Thread Chen-Yu Tsai
On Sat, Jan 28, 2017 at 10:52 PM, Jonathan Cameron wrote: > On 27/01/17 08:54, Quentin Schulz wrote: >> This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i >> (respectively exposing the current charging and discharging currents and >> current voltage measures of the battery power

Re: [PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-28 Thread Jonathan Cameron
On 27/01/17 08:54, Quentin Schulz wrote: > This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i > (respectively exposing the current charging and discharging currents and > current voltage measures of the battery power supply) to the battery > power supply driver. > > Signed-off-by:

Re: [PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-28 Thread Jonathan Cameron
On 27/01/17 08:54, Quentin Schulz wrote: > This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i > (respectively exposing the current charging and discharging currents and > current voltage measures of the battery power supply) to the battery > power supply driver. > > Signed-off-by:

[PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-27 Thread Quentin Schulz
This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i (respectively exposing the current charging and discharging currents and current voltage measures of the battery power supply) to the battery power supply driver. Signed-off-by: Quentin Schulz

[PATCH v2 19/25] iio: adc: axp20x_adc: map battery IIO channels

2017-01-27 Thread Quentin Schulz
This maps the IIO channels batt_v, batt_chrg_i and batt_dischrg_i (respectively exposing the current charging and discharging currents and current voltage measures of the battery power supply) to the battery power supply driver. Signed-off-by: Quentin Schulz --- added in v2