Re: [PATCH v2] iio: add support of the max1027

2014-05-27 Thread Jonathan Cameron
On May 27, 2014 8:24:11 PM CEST, trem wrote: >Hi, > > >On 26/05/14 22:27, Lars-Peter Clausen wrote: >> On 05/20/2014 11:27 PM, Philippe Reynes wrote: >>> This driver add partial support of the >>> maxim 1027/1029/1031. Differential mode is not >>> supported. >>> >>> It was tested on armadeus apf

Re: [PATCH v2] iio: add support of the max1027

2014-05-27 Thread trem
Hi, On 26/05/14 22:27, Lars-Peter Clausen wrote: On 05/20/2014 11:27 PM, Philippe Reynes wrote: This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes --- .../devicetree/binding

Re: [PATCH v2] iio: add support of the max1027

2014-05-27 Thread trem
Hi Harmut, On 27/05/14 00:33, Hartmut Knaack wrote: trem schrieb: Hi Hartmut, First, thanks a lot for this feedback, I really appreciate it. On 26/05/14 00:52, Hartmut Knaack wrote: Philippe Reynes schrieb: This driver add partial support of the maxim 1027/1029/1031. Differential mode is

Re: [PATCH v2] iio: add support of the max1027

2014-05-26 Thread Hartmut Knaack
trem schrieb: > Hi Hartmut, > > First, thanks a lot for this feedback, I really appreciate it. > > > On 26/05/14 00:52, Hartmut Knaack wrote: >> Philippe Reynes schrieb: >>> This driver add partial support of the >>> maxim 1027/1029/1031. Differential mode is not >>> supported. >>> >>> It was teste

Re: [PATCH v2] iio: add support of the max1027

2014-05-26 Thread Lars-Peter Clausen
On 05/20/2014 11:27 PM, Philippe Reynes wrote: This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 21 + drivers/stag

Re: [PATCH v2] iio: add support of the max1027

2014-05-26 Thread trem
Hi Hartmut, First, thanks a lot for this feedback, I really appreciate it. On 26/05/14 00:52, Hartmut Knaack wrote: Philippe Reynes schrieb: This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by:

Re: [PATCH v2] iio: add support of the max1027

2014-05-25 Thread Hartmut Knaack
Philippe Reynes schrieb: > This driver add partial support of the > maxim 1027/1029/1031. Differential mode is not > supported. > > It was tested on armadeus apf27 board. > > Signed-off-by: Philippe Reynes > --- > .../devicetree/bindings/iio/adc/max1027-adc.txt| 21 + > drivers/staging/iio/

Re: [PATCH v2] iio: add support of the max1027

2014-05-24 Thread Jonathan Cameron
On 20/05/14 22:27, Philippe Reynes wrote: This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 21 + drivers/staging/i

[PATCH v2] iio: add support of the max1027

2014-05-20 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 21 + drivers/staging/iio/adc/Kconfig|9 + dr