Re: [PATCH v3 7/7] iio: core: move event interface on the opaque struct

2020-06-27 Thread Jonathan Cameron
On Sun, 21 Jun 2020 15:33:45 +0300 Alexandru Ardelean wrote: > Same as with other private fields, this moves the event interface reference > to the opaque IIO device object, to be invisible to drivers. > > Signed-off-by: Alexandru Ardelean Whole series applied to the togreg branch of iio.git an

[PATCH v3 7/7] iio: core: move event interface on the opaque struct

2020-06-21 Thread Alexandru Ardelean
Same as with other private fields, this moves the event interface reference to the opaque IIO device object, to be invisible to drivers. Signed-off-by: Alexandru Ardelean --- drivers/iio/industrialio-core.c | 5 ++- drivers/iio/industrialio-event.c | 68 +++- includ