[media] smiapp: Split sub-device initialisation off from the registered callback
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 14 Sep 2014 20:59:00 +0000 (17:59 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Dec 2014 13:36:11 +0000 (11:36 -0200)
commit7095108b1674d3e0fd02b3fb51c9b302346c0260
tree67152de518841bfe4b898950beea48665d0fd080
parent390a5fa5bd07fd683f8f8a2b2959400242e0b76f
[media] smiapp: Split sub-device initialisation off from the registered callback

The registered callback is called by the V4L2 async framework after the
bound callback. This allows separating the functionality in the registered
callback so that on DT based systems only sub-device registration is done
there.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/smiapp/smiapp-core.c