Re: [PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-26 Thread Jonathan Cameron
On 21/06/16 12:44, kbuild test robot wrote: > Hi, > Hi Florian, Usual way around this is to make the devicetree pointers true pointers by providing the address of the array member instead of it's index. Only requires a slight rework of what you have. Jonathan > [auto build test WARNING on

Re: [PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-26 Thread Jonathan Cameron
On 21/06/16 12:44, kbuild test robot wrote: > Hi, > Hi Florian, Usual way around this is to make the devicetree pointers true pointers by providing the address of the array member instead of it's index. Only requires a slight rework of what you have. Jonathan > [auto build test WARNING on

Re: [PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [cannot apply to v4.7-rc4 next-20160621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [cannot apply to v4.7-rc4 next-20160621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-21 Thread Florian Vaussard
This patch adds the necessary device tree binding to allow DT probing of currently supported parts. Signed-off-by: Florian Vaussard --- drivers/iio/adc/max1363.c | 58 ++- 1 file changed, 57 insertions(+), 1 deletion(-)

[PATCH 3/3] iio: adc: max1363: Add device tree binding

2016-06-21 Thread Florian Vaussard
This patch adds the necessary device tree binding to allow DT probing of currently supported parts. Signed-off-by: Florian Vaussard --- drivers/iio/adc/max1363.c | 58 ++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git