On Fri, Sep 27, 2019 at 03:18:23PM +0800, Dongchun Zhu wrote: > Hello, > > This series modifies the interface of async register V4L2 sub-device invoked in probe function for OV5695 CMOS sensor. > The Omnivision OV5695 image sensor would be used in camera features on CrOS application. > 5.0 Mega Pixel MIPI Camera Mdoule also supports auto-focus control (AFC) with embedded AF VCM Driver. > > Here we use v4l2_async_register_subdev_sensor_common() instead of v4l2_async_register_subdev() > to register a sensor sub-device to the asynchronous sub-device framework and parse set up > common sensor-related devices, such as actuator. > > This function is just like v4l2_async_register_subdev() with the exception that calling it will also parse > firmware interfaces for remote references using v4l2_async_notifier_parse_fwnode_sensor_common() > and registers the async sub-devices. > > After applying this change, we can see the VCM move when changing the scene. When you derive Cc list, set some threshold to the get_maintainer.pl, like scripts/get_maintainer.pl --git --git-min-percent=67 -- With Best Regards, Andy Shevchenko