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.

Dongchun Zhu (1):
  media: i2c: ov5695: Modify the function of async register subdev

 drivers/media/i2c/ov5695.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.2

Reply via email to