[PATCH 01/10] iio: adis16201: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/accel/adis16201.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git

Re: [PATCH 01/10] iio: adis16201: Use Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 11:33:36 +0200 Nuno Sá wrote: > Use the adis managed device functions to setup the buffer and the trigger. > The ultimate goal will be to completely drop the non devm version from > the lib. > > Signed-off-by: Nuno Sá > --- > drivers/iio/accel/adis16201.c | 16 +++--