Re: [PATCH v7 12/18] v4l: async: Allow binding notifiers to sub-devices

2017-09-05 Thread Sakari Ailus
Hi Hans, Thanks for the review! On 09/05/17 09:49, Hans Verkuil wrote: > On 09/03/2017 07:49 PM, Sakari Ailus wrote: >> Registering a notifier has required the knowledge of struct v4l2_device >> for the reason that sub-devices generally are registered to the >> v4l2_device (as well as the media d

Re: [PATCH v7 12/18] v4l: async: Allow binding notifiers to sub-devices

2017-09-04 Thread Hans Verkuil
On 09/03/2017 07:49 PM, Sakari Ailus wrote: > Registering a notifier has required the knowledge of struct v4l2_device > for the reason that sub-devices generally are registered to the > v4l2_device (as well as the media device, also available through > v4l2_device). > > This information is not ava

Re: [PATCH v7 12/18] v4l: async: Allow binding notifiers to sub-devices

2017-09-04 Thread Sakari Ailus
Hi Hans, On Mon, Sep 04, 2017 at 04:56:29PM +0200, Hans Verkuil wrote: > On 09/03/2017 07:49 PM, Sakari Ailus wrote: > > Registering a notifier has required the knowledge of struct v4l2_device > > for the reason that sub-devices generally are registered to the > > v4l2_device (as well as the media

Re: [PATCH v7 12/18] v4l: async: Allow binding notifiers to sub-devices

2017-09-04 Thread Hans Verkuil
On 09/03/2017 07:49 PM, Sakari Ailus wrote: > Registering a notifier has required the knowledge of struct v4l2_device > for the reason that sub-devices generally are registered to the > v4l2_device (as well as the media device, also available through > v4l2_device). > > This information is not ava

[PATCH v7 12/18] v4l: async: Allow binding notifiers to sub-devices

2017-09-03 Thread Sakari Ailus
Registering a notifier has required the knowledge of struct v4l2_device for the reason that sub-devices generally are registered to the v4l2_device (as well as the media device, also available through v4l2_device). This information is not available for sub-device drivers at probe time. What this