Re: [PATCHv5 RESEND 4/4] iio: mxs-lradc: convert is_divided to a bitmap

2014-01-02 Thread Jonathan Cameron
Alexandre Belloni wrote: >On 01/01/2014 20:31, Marek Vasut wrote: >> On Wednesday, January 01, 2014 at 03:31:35 PM, Jonathan Cameron >wrote: >>> On 23/12/13 17:48, Alexandre Belloni wrote: mxs_lradc.is_divided was an unsigned long array. Convert it to a >bitmap to save some memory. >>>

Re: [PATCHv5 RESEND 4/4] iio: mxs-lradc: convert is_divided to a bitmap

2014-01-02 Thread Alexandre Belloni
On 01/01/2014 20:31, Marek Vasut wrote: > On Wednesday, January 01, 2014 at 03:31:35 PM, Jonathan Cameron wrote: >> On 23/12/13 17:48, Alexandre Belloni wrote: >>> mxs_lradc.is_divided was an unsigned long array. Convert it to a bitmap >>> to save some memory. >>> >>> Signed-off-by: Alexandre Bello

Re: [PATCHv5 RESEND 4/4] iio: mxs-lradc: convert is_divided to a bitmap

2014-01-01 Thread Marek Vasut
On Wednesday, January 01, 2014 at 03:31:35 PM, Jonathan Cameron wrote: > On 23/12/13 17:48, Alexandre Belloni wrote: > > mxs_lradc.is_divided was an unsigned long array. Convert it to a bitmap > > to save some memory. > > > > Signed-off-by: Alexandre Belloni > > Hi Alexandre, > > I've applied t

Re: [PATCHv5 RESEND 4/4] iio: mxs-lradc: convert is_divided to a bitmap

2014-01-01 Thread Jonathan Cameron
On 23/12/13 17:48, Alexandre Belloni wrote: mxs_lradc.is_divided was an unsigned long array. Convert it to a bitmap to save some memory. Signed-off-by: Alexandre Belloni Hi Alexandre, I've applied this patch, but would have prefered that you post this one in separate series. It is a perfec