Re: [PATCH v16 17/32] v4l: async: Prepare for async sub-device notifiers

2017-10-27 Thread Sakari Ailus
On Fri, Oct 27, 2017 at 10:10:02AM +0200, Niklas Söderlund wrote: > > > @@ -151,6 +152,31 @@ static int v4l2_async_match_notify(struct > > > v4l2_async_notifier *notifier, > > > return 0; > > > } > > > > > > +/* Test all async sub-devices in a notifier for a match. */ > > > +static int

Re: [PATCH v16 17/32] v4l: async: Prepare for async sub-device notifiers

2017-10-27 Thread Niklas Söderlund
Hi Sakari, On 2017-10-27 00:10:51 +0200, Niklas Söderlund wrote: > On 2017-10-26 10:53:27 +0300, Sakari Ailus wrote: > > Refactor the V4L2 async framework a little in preparation for async > > sub-device notifiers. This avoids making some structural changes in the > > patch actually implementing

Re: [PATCH v16 17/32] v4l: async: Prepare for async sub-device notifiers

2017-10-26 Thread Niklas Söderlund
On 2017-10-26 10:53:27 +0300, Sakari Ailus wrote: > Refactor the V4L2 async framework a little in preparation for async > sub-device notifiers. This avoids making some structural changes in the > patch actually implementing sub-device notifiers, making that patch easier > to review. > >

[PATCH v16 17/32] v4l: async: Prepare for async sub-device notifiers

2017-10-26 Thread Sakari Ailus
Refactor the V4L2 async framework a little in preparation for async sub-device notifiers. This avoids making some structural changes in the patch actually implementing sub-device notifiers, making that patch easier to review. Signed-off-by: Sakari Ailus Acked-by: