Re: [PATCH v3 07/16] iio: adc: axp20x_adc: add support for AXP813 ADC

2018-01-28 Thread Jonathan Cameron
On Mon, 22 Jan 2018 09:22:25 +0100 Quentin Schulz wrote: > Hi Jonathan, > > On Sun, Jan 21, 2018 at 12:26:55PM +, Jonathan Cameron wrote: > > On Mon, 15 Jan 2018 11:33:41 +0100 > > Quentin Schulz wrote: > > > > > The X-Powers AXP813 PMIC is really close to what is already done for > > >

Re: [PATCH v3 07/16] iio: adc: axp20x_adc: add support for AXP813 ADC

2018-01-22 Thread Quentin Schulz
Hi Jonathan, On Sun, Jan 21, 2018 at 12:26:55PM +, Jonathan Cameron wrote: > On Mon, 15 Jan 2018 11:33:41 +0100 > Quentin Schulz wrote: > > > The X-Powers AXP813 PMIC is really close to what is already done for > > AXP20X/AXP22X. > > > > There are two pairs of bits to set the rate (one for

Re: [PATCH v3 07/16] iio: adc: axp20x_adc: add support for AXP813 ADC

2018-01-21 Thread Jonathan Cameron
On Mon, 15 Jan 2018 11:33:41 +0100 Quentin Schulz wrote: > The X-Powers AXP813 PMIC is really close to what is already done for > AXP20X/AXP22X. > > There are two pairs of bits to set the rate (one for Voltage and Current > measurements and one for TS/GPIO0 voltage measurements) instead of one.