summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/smiapp
diff options
context:
space:
mode:
authorSakari Ailus2017-09-25 00:53:38 +0200
committerMauro Carvalho Chehab2017-10-31 19:05:01 +0100
commitc121ce59152a9cc00fbff0ca12becfc0ef0b8663 (patch)
treeb6c872bdd2507c6862338ecd9e120f4b90ce9b3d /drivers/media/i2c/smiapp
parentmedia: dt: bindings: smiapp: Document lens-focus and flash-leds properties (diff)
downloadkernel-qcow2-linux-c121ce59152a9cc00fbff0ca12becfc0ef0b8663.tar.gz
kernel-qcow2-linux-c121ce59152a9cc00fbff0ca12becfc0ef0b8663.tar.xz
kernel-qcow2-linux-c121ce59152a9cc00fbff0ca12becfc0ef0b8663.zip
media: smiapp: Add support for flash and lens devices
Parse async sub-devices related to the sensor by switching the async sub-device registration function. These types devices aren't directly related to the sensor, but are nevertheless handled by the smiapp driver due to the relationship of these component to the main part of the camera module --- the sensor. This does not yet address providing the user space with information on how to associate the sensor or lens devices but the kernel now has the necessary information to do that. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Pavel Machek <pavel@ucw.cz> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/smiapp')
-rw-r--r--drivers/media/i2c/smiapp/smiapp-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/smiapp/smiapp-core.c b/drivers/media/i2c/smiapp/smiapp-core.c
index faf567569799..e6b717b83b18 100644
--- a/drivers/media/i2c/smiapp/smiapp-core.c
+++ b/drivers/media/i2c/smiapp/smiapp-core.c
@@ -3093,7 +3093,7 @@ static int smiapp_probe(struct i2c_client *client,
if (rval < 0)
goto out_media_entity_cleanup;
- rval = v4l2_async_register_subdev(&sensor->src->sd);
+ rval = v4l2_async_register_subdev_sensor_common(&sensor->src->sd);
if (rval < 0)
goto out_media_entity_cleanup;