Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-26 Thread Jonathan Cameron
On 23/06/16 09:50, Florian Vaussard wrote: > Hello Peter, > > On 06/22/2016 09:06 AM, Peter Rosin wrote: >> On 2016-06-22 08:22, Florian Vaussard wrote: >>> Hello Peter, >>> >>> Le 21. 06. 16 à 09:51, Peter Rosin a écrit : That is, if you need this patch at all, see my reply to 2/3...

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-26 Thread Jonathan Cameron
On 23/06/16 09:50, Florian Vaussard wrote: > Hello Peter, > > On 06/22/2016 09:06 AM, Peter Rosin wrote: >> On 2016-06-22 08:22, Florian Vaussard wrote: >>> Hello Peter, >>> >>> Le 21. 06. 16 à 09:51, Peter Rosin a écrit : That is, if you need this patch at all, see my reply to 2/3...

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-23 Thread Florian Vaussard
Hello Peter, On 06/22/2016 09:06 AM, Peter Rosin wrote: > On 2016-06-22 08:22, Florian Vaussard wrote: >> Hello Peter, >> >> Le 21. 06. 16 à 09:51, Peter Rosin a écrit : >>> That is, if you need this patch at all, see my reply to 2/3... >>> >> >> This seems necessary in order to have the vendor

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-23 Thread Florian Vaussard
Hello Peter, On 06/22/2016 09:06 AM, Peter Rosin wrote: > On 2016-06-22 08:22, Florian Vaussard wrote: >> Hello Peter, >> >> Le 21. 06. 16 à 09:51, Peter Rosin a écrit : >>> That is, if you need this patch at all, see my reply to 2/3... >>> >> >> This seems necessary in order to have the vendor

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-22 Thread Peter Rosin
On 2016-06-22 08:22, Florian Vaussard wrote: > Hello Peter, > > Le 21. 06. 16 à 09:51, Peter Rosin a écrit : >> That is, if you need this patch at all, see my reply to 2/3... >> > > This seems necessary in order to have the vendor ID in the compatible string. Hmm, I don't think so. The way I

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-22 Thread Peter Rosin
On 2016-06-22 08:22, Florian Vaussard wrote: > Hello Peter, > > Le 21. 06. 16 à 09:51, Peter Rosin a écrit : >> That is, if you need this patch at all, see my reply to 2/3... >> > > This seems necessary in order to have the vendor ID in the compatible string. Hmm, I don't think so. The way I

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-22 Thread Florian Vaussard
Hello Peter, Le 21. 06. 16 à 09:51, Peter Rosin a écrit : > On 2016-06-21 08:55, Florian Vaussard wrote: >> This patch adds the necessary device tree binding to allow DT probing of >> currently supported parts. >> >> Signed-off-by: Florian Vaussard >> --- >>

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-22 Thread Florian Vaussard
Hello Peter, Le 21. 06. 16 à 09:51, Peter Rosin a écrit : > On 2016-06-21 08:55, Florian Vaussard wrote: >> This patch adds the necessary device tree binding to allow DT probing of >> currently supported parts. >> >> Signed-off-by: Florian Vaussard >> --- >> drivers/iio/potentiometer/mcp4531.c

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-21 Thread Peter Rosin
On 2016-06-21 08:55, Florian Vaussard wrote: > This patch adds the necessary device tree binding to allow DT probing of > currently supported parts. > > Signed-off-by: Florian Vaussard > --- > drivers/iio/potentiometer/mcp4531.c | 83 >

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-21 Thread Peter Rosin
On 2016-06-21 08:55, Florian Vaussard wrote: > This patch adds the necessary device tree binding to allow DT probing of > currently supported parts. > > Signed-off-by: Florian Vaussard > --- > drivers/iio/potentiometer/mcp4531.c | 83 > - > 1 file changed,

Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [also build test WARNING on v4.7-rc4 next-20160620] [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: potentiometer: mcp4531: Add device tree binding

2016-06-21 Thread kbuild test robot
Hi, [auto build test WARNING on iio/togreg] [also build test WARNING on v4.7-rc4 next-20160620] [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: potentiometer: mcp4531: 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/potentiometer/mcp4531.c | 83 - 1 file changed, 82 insertions(+), 1 deletion(-)

[PATCH 3/3] iio: potentiometer: mcp4531: 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/potentiometer/mcp4531.c | 83 - 1 file changed, 82 insertions(+), 1 deletion(-) diff --git