Re: [PATCH v12 15/26] v4l: async: Allow binding notifiers to sub-devices

2017-09-13 Thread Hans Verkuil
On 09/13/17 10:29, Sakari Ailus wrote: > Hi Hans, > > On Wed, Sep 13, 2017 at 09:17:08AM +0200, Hans Verkuil wrote: >> On 09/12/2017 03:41 PM, Sakari Ailus wrote: >>> Registering a notifier has required the knowledge of struct v4l2_device >>> for the reason that sub-devices generally are registere

Re: [PATCH v12 15/26] v4l: async: Allow binding notifiers to sub-devices

2017-09-13 Thread Sakari Ailus
Hi Hans, On Wed, Sep 13, 2017 at 09:17:08AM +0200, Hans Verkuil wrote: > On 09/12/2017 03:41 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 v12 15/26] v4l: async: Allow binding notifiers to sub-devices

2017-09-13 Thread Hans Verkuil
On 09/12/2017 03:41 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 v12 15/26] v4l: async: Allow binding notifiers to sub-devices

2017-09-12 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