Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-07-02 Thread Sakari Ailus
On Tue, Jun 26, 2018 at 01:47:45PM -0700, Steve Longerbeam wrote: > > > On 06/26/2018 12:12 AM, Sakari Ailus wrote: > > On Wed, May 09, 2018 at 04:06:32PM -0700, Steve Longerbeam wrote: > > > > > > On 05/08/2018 03:12 AM, Sakari Ailus wrote: > > > > On Fri, Apr 20, 2018 at 10:12:33AM -0700,

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-06-26 Thread Steve Longerbeam
On 06/26/2018 12:12 AM, Sakari Ailus wrote: On Wed, May 09, 2018 at 04:06:32PM -0700, Steve Longerbeam wrote: On 05/08/2018 03:12 AM, Sakari Ailus wrote: On Fri, Apr 20, 2018 at 10:12:33AM -0700, Steve Longerbeam wrote: Hi Sakari, On 04/20/2018 05:24 AM, Sakari Ailus wrote: Hi Steve,

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-06-26 Thread Sakari Ailus
On Wed, May 09, 2018 at 04:06:32PM -0700, Steve Longerbeam wrote: > > > On 05/08/2018 03:12 AM, Sakari Ailus wrote: > > On Fri, Apr 20, 2018 at 10:12:33AM -0700, Steve Longerbeam wrote: > > > Hi Sakari, > > > > > > > > > On 04/20/2018 05:24 AM, Sakari Ailus wrote: > > > > Hi Steve, > > > > >

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-05-09 Thread Steve Longerbeam
On 05/08/2018 03:12 AM, Sakari Ailus wrote: On Fri, Apr 20, 2018 at 10:12:33AM -0700, Steve Longerbeam wrote: Hi Sakari, On 04/20/2018 05:24 AM, Sakari Ailus wrote: Hi Steve, Thanks for the patchset. On Tue, Mar 20, 2018 at 05:37:19PM -0700, Steve Longerbeam wrote:

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-05-08 Thread Sakari Ailus
On Fri, Apr 20, 2018 at 10:12:33AM -0700, Steve Longerbeam wrote: > Hi Sakari, > > > On 04/20/2018 05:24 AM, Sakari Ailus wrote: > > Hi Steve, > > > > Thanks for the patchset. > > > > On Tue, Mar 20, 2018 at 05:37:19PM -0700, Steve Longerbeam wrote: > > > v4l2_async_notifier_add_subdev() adds

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-04-20 Thread Steve Longerbeam
Hi Sakari, On 04/20/2018 05:24 AM, Sakari Ailus wrote: Hi Steve, Thanks for the patchset. On Tue, Mar 20, 2018 at 05:37:19PM -0700, Steve Longerbeam wrote: v4l2_async_notifier_add_subdev() adds an asd to the notifier. It checks that the asd's match_type is valid and that no other equivalent

Re: [PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-04-20 Thread Sakari Ailus
Hi Steve, Thanks for the patchset. On Tue, Mar 20, 2018 at 05:37:19PM -0700, Steve Longerbeam wrote: > v4l2_async_notifier_add_subdev() adds an asd to the notifier. It checks > that the asd's match_type is valid and that no other equivalent asd's > have already been added to this notifier's asd

[PATCH v3 03/13] media: v4l2: async: Add v4l2_async_notifier_add_subdev

2018-03-20 Thread Steve Longerbeam
v4l2_async_notifier_add_subdev() adds an asd to the notifier. It checks that the asd's match_type is valid and that no other equivalent asd's have already been added to this notifier's asd list, or to other registered notifier's waiting or done lists, and increments num_subdevs.