Re: [PATCH 1/3] iio: Move attach/detach of the poll func to the core

2020-07-14 Thread Jonathan Cameron
On Tue, 14 Jul 2020 14:57:36 + "Ardelean, Alexandru" wrote: > On Fri, 2020-05-22 at 13:46 +0300, Alexandru Ardelean wrote: > > From: Lars-Peter Clausen > > > > All devices using a triggered buffer need to attach and detach the > > trigger > > to the device in order to properly work. Instead

Re: [PATCH 1/3] iio: Move attach/detach of the poll func to the core

2020-07-14 Thread Ardelean, Alexandru
On Fri, 2020-05-22 at 13:46 +0300, Alexandru Ardelean wrote: > From: Lars-Peter Clausen > > All devices using a triggered buffer need to attach and detach the > trigger > to the device in order to properly work. Instead of doing this in each > and > every driver by hand move this into the core. >

Re: [PATCH 1/3] iio: Move attach/detach of the poll func to the core

2020-05-24 Thread Jonathan Cameron
On Fri, 22 May 2020 13:46:30 +0300 Alexandru Ardelean wrote: > From: Lars-Peter Clausen > > All devices using a triggered buffer need to attach and detach the trigger > to the device in order to properly work. Instead of doing this in each and > every driver by hand move this into the core. >