Re: [PATCH v2 1/9] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()

2020-09-29 Thread Alexandru Ardelean
On Tue, Sep 29, 2020 at 10:49 AM Andy Shevchenko wrote: > > On Tue, Sep 29, 2020 at 10:09 AM Alexandru Ardelean > wrote: > > > > The iio_buffer_set_attrs() helper will be removed in this series. So, just > > assign the attributes of the DMAEngine buffer logic directly. > > > > This is IIO buffer

Re: [PATCH v2 1/9] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()

2020-09-29 Thread Andy Shevchenko
On Tue, Sep 29, 2020 at 10:09 AM Alexandru Ardelean wrote: > > The iio_buffer_set_attrs() helper will be removed in this series. So, just > assign the attributes of the DMAEngine buffer logic directly. > > This is IIO buffer core context, so there is direct access to the > buffer->attrs object. >

[PATCH v2 1/9] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()

2020-09-29 Thread Alexandru Ardelean
The iio_buffer_set_attrs() helper will be removed in this series. So, just assign the attributes of the DMAEngine buffer logic directly. This is IIO buffer core context, so there is direct access to the buffer->attrs object. Signed-off-by: Alexandru Ardelean ---