Re: [RFC 1/1] v4l2-subdev: Add a function to set sub-device notifier callbacks

2017-07-26 Thread Mauro Carvalho Chehab
Em Thu, 20 Jul 2017 01:33:29 +0300 Sakari Ailus escreveu: > The sub-device's sub-notifier is hidded in the sub-device and not meant to > be accessed directly by drivers. Still the driver may wish to set callbacks > to the notifier. Add a function to do that: > v4l2_subdev_notifier_set_callbacks()

[RFC 1/1] v4l2-subdev: Add a function to set sub-device notifier callbacks

2017-07-19 Thread Sakari Ailus
The sub-device's sub-notifier is hidded in the sub-device and not meant to be accessed directly by drivers. Still the driver may wish to set callbacks to the notifier. Add a function to do that: v4l2_subdev_notifier_set_callbacks(). Signed-off-by: Sakari Ailus --- Well, this appears to be quite s