Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-16 Thread Lee Jones
On Sat, 12 Mar 2016, Jonathan Cameron wrote: > On 07/03/16 11:06, Sudip Mukherjee wrote: > > On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: > >> Hi, > >> > >> On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > >>> On 03/03/16 12:51, Sudip Mukherjee wrote: > We are

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-16 Thread Lee Jones
On Sat, 12 Mar 2016, Jonathan Cameron wrote: > On 07/03/16 11:06, Sudip Mukherjee wrote: > > On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: > >> Hi, > >> > >> On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > >>> On 03/03/16 12:51, Sudip Mukherjee wrote: > We are

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-12 Thread Jonathan Cameron
On 07/03/16 11:06, Sudip Mukherjee wrote: > On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: >> Hi, >> >> On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: >>> On 03/03/16 12:51, Sudip Mukherjee wrote: We are getting build failure with tilepro allmodconfig with the

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-12 Thread Jonathan Cameron
On 07/03/16 11:06, Sudip Mukherjee wrote: > On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: >> Hi, >> >> On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: >>> On 03/03/16 12:51, Sudip Mukherjee wrote: We are getting build failure with tilepro allmodconfig with the

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-07 Thread Sudip Mukherjee
On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: > Hi, > > On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > > On 03/03/16 12:51, Sudip Mukherjee wrote: > > > We are getting build failure with tilepro allmodconfig with the error: > > > > > >

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-07 Thread Sudip Mukherjee
On Mon, Mar 07, 2016 at 10:01:34AM +0100, Markus Pargmann wrote: > Hi, > > On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > > On 03/03/16 12:51, Sudip Mukherjee wrote: > > > We are getting build failure with tilepro allmodconfig with the error: > > > > > >

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-07 Thread Markus Pargmann
Hi, On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > On 03/03/16 12:51, Sudip Mukherjee wrote: > > We are getting build failure with tilepro allmodconfig with the error: > > > > drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' > >

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-07 Thread Markus Pargmann
Hi, On Saturday 05 March 2016 18:43:11 Jonathan Cameron wrote: > On 03/03/16 12:51, Sudip Mukherjee wrote: > > We are getting build failure with tilepro allmodconfig with the error: > > > > drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' > >

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-05 Thread Jonathan Cameron
On 03/03/16 12:51, Sudip Mukherjee wrote: > We are getting build failure with tilepro allmodconfig with the error: > > drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' > do_div(priv->channel_vref_mv[reg], 1000); > ^ > > include/asm-generic/div64.h:198:17: note:

Re: [PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-05 Thread Jonathan Cameron
On 03/03/16 12:51, Sudip Mukherjee wrote: > We are getting build failure with tilepro allmodconfig with the error: > > drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' > do_div(priv->channel_vref_mv[reg], 1000); > ^ > > include/asm-generic/div64.h:198:17: note:

[PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-03 Thread Sudip Mukherjee
We are getting build failure with tilepro allmodconfig with the error: drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' do_div(priv->channel_vref_mv[reg], 1000); ^ include/asm-generic/div64.h:198:17: note: expected 'uint64_t * {aka long long unsigned int

[PATCH] iio: adc: imx25-gcq: fix do_div

2016-03-03 Thread Sudip Mukherjee
We are getting build failure with tilepro allmodconfig with the error: drivers/iio/adc/fsl-imx25-gcq.c:236:4: note: in expansion of macro 'do_div' do_div(priv->channel_vref_mv[reg], 1000); ^ include/asm-generic/div64.h:198:17: note: expected 'uint64_t * {aka long long unsigned int