[media] smiapp: Replace pll_flags quirk with more generic init quirk
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 3 Oct 2014 14:38:32 +0000 (11:38 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Dec 2014 13:50:25 +0000 (11:50 -0200)
commit0d825a1226466512f44d4a81ce11ad15ca9334b0
tree038f860bbbdfe45989d511b25524ec717343c3aa
parent5313c00266700d231d9b386d9c0e4faad710c729
[media] smiapp: Replace pll_flags quirk with more generic init quirk

The pll_flags quirk just returned the extra PLL flags the sensor required,
but the init quirk is far more versatile. It can be used to perform any
extra initialisation needed by the sensor, including allocating memory for
sensor specific struct and creating sensor specific new controls.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/smiapp/smiapp-core.c
drivers/media/i2c/smiapp/smiapp-quirk.c
drivers/media/i2c/smiapp/smiapp-quirk.h
This page took 0.029775 seconds and 5 git commands to generate.