Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-11-05 Thread Jonathan Cameron
On 03/11/14 08:45, Ivan T. Ivanov wrote: > > On Fri, 2014-10-31 at 21:48 +0100, Peter Meerwald wrote: >>> Ivan T. Ivanov schrieb am 22.10.2014 16:13: The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has 16 bits resolution and register space inside PMIC accessible across

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-11-03 Thread Ivan T. Ivanov
On Fri, 2014-10-31 at 21:48 +0100, Peter Meerwald wrote: > > Ivan T. Ivanov schrieb am 22.10.2014 16:13: > > > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > > > 16 bits resolution and register space inside PMIC accessible across > > > SPMI bus. > > > > > > The driver register

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-11-03 Thread Ivan T. Ivanov
On Sat, 2014-11-01 at 20:46 +0100, Hartmut Knaack wrote: > > > No it is not a typo. Calculation is really in nano Ohms. > Right, but the typo is, that you wrote "nono" instead of "nano". Oops. :-) Thanks. Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-11-01 Thread Hartmut Knaack
Ivan T. Ivanov schrieb am 01.11.2014 17:39: > > On Fri, 2014-10-31 at 21:13 +0100, Hartmut Knaack wrote: >> Ivan T. Ivanov schrieb am 22.10.2014 16:13: >>> The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has >>> 16 bits resolution and register space inside PMIC accessible across >>>

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-11-01 Thread Ivan T. Ivanov
On Fri, 2014-10-31 at 21:13 +0100, Hartmut Knaack wrote: > Ivan T. Ivanov schrieb am 22.10.2014 16:13: > > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > > 16 bits resolution and register space inside PMIC accessible across > > SPMI bus. > > > > The driver registers itself th

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-31 Thread Peter Meerwald
> Ivan T. Ivanov schrieb am 22.10.2014 16:13: > > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > > 16 bits resolution and register space inside PMIC accessible across > > SPMI bus. > > > > The driver registers itself through IIO interface. > Pretty much there, just one questi

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-31 Thread Hartmut Knaack
Ivan T. Ivanov schrieb am 22.10.2014 16:13: > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > 16 bits resolution and register space inside PMIC accessible across > SPMI bus. > > The driver registers itself through IIO interface. Pretty much there, just one question I would like

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-25 Thread Jonathan Cameron
On 22/10/14 15:13, Ivan T. Ivanov wrote: > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > 16 bits resolution and register space inside PMIC accessible across > SPMI bus. > > The driver registers itself through IIO interface. > > Signed-off-by: Ivan T. Ivanov Applied to the tog

[PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-22 Thread Ivan T. Ivanov
The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has 16 bits resolution and register space inside PMIC accessible across SPMI bus. The driver registers itself through IIO interface. Signed-off-by: Ivan T. Ivanov --- Changes: - Address review comments from Hartmut Knaack .../devi