Re: [PATCH] iio: buffer-dmaengine: remove non managed alloc/free

2020-09-25 Thread Jonathan Cameron
On Wed, 23 Sep 2020 15:18:10 +0300 Alexandru Ardelean wrote: > This is to encourage the use of devm_iio_dmaengine_buffer_alloc(). > Currently the managed version of the DMAEngine buffer alloc is the only > function used from this part of the framework. > > Signed-off-by: Alexandru Ardelean

[PATCH] iio: buffer-dmaengine: remove non managed alloc/free

2020-09-23 Thread Alexandru Ardelean
This is to encourage the use of devm_iio_dmaengine_buffer_alloc(). Currently the managed version of the DMAEngine buffer alloc is the only function used from this part of the framework. Signed-off-by: Alexandru Ardelean --- drivers/iio/buffer/industrialio-buffer-dmaengine.c | 6 ++