]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] smiapp: Always initialise the sensor in probe
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 7 Sep 2016 09:40:13 +0000 (06:40 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 17:00:06 +0000 (15:00 -0200)
commit231d1a014aeb8c2288316572f2fe876c5145b91c
tree0091a905dbb2b4048ac37935d752674051dcf7f5
parent624e9896c5bffee146ebb05b9366f8dc3f8b54aa
[media] smiapp: Always initialise the sensor in probe

Initialise the sensor in probe. The reason why it wasn't previously done
in case of platform data was that the probe() of the driver that provided
the clock through the set_xclk() callback would need to finish before the
probe() function of the smiapp driver. The set_xclk() callback no longer
exists.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/smiapp/smiapp-core.c