From: Sylwester Nawrocki Date: Wed, 24 Aug 2011 22:25:10 +0000 (-0300) Subject: [media] s5p-fimc: Convert to the new control framework X-Git-Tag: v3.2-rc1~112^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131b6c619758ed8fd16d26b06a423801a497b867;p=pandora-kernel.git [media] s5p-fimc: Convert to the new control framework Convert the v4l controls code to use the new control framework. fimc_ctrls_activate/deactivate functions are introduced for the transparent DMA transfer mode (JPEG), where the rotation and flipping controls are not supported. The capture video node does not inherit sensors' controls when the subdevs are configured by the user space (user_subdev_api == true). However by default after the driver's initialization the 'user-subdev_api' flag is false and any sensor controls will also be available at the video node. When the pipeline links are disconnected through the media device the FIMC and any sensor inherited controls are destroyed and then again created when the pipeline connection completes. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed