From: Sylwester Nawrocki Date: Fri, 10 Jun 2011 18:36:48 +0000 (-0300) Subject: [media] s5p-fimc: Remove v4l2_device from video capture and m2m driver X-Git-Tag: v3.2-rc1~112^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c9939d79d6edf64092148842835893d156b672;p=pandora-kernel.git [media] s5p-fimc: Remove v4l2_device from video capture and m2m driver Currently there is a v4l2_device instance being registered per each (capture and memory-to-memory) video node created per FIMC H/W instance. This patch is a prerequisite for using the top level v4l2_device instantiated by the media device driver. To retain current debug trace semantic (so it's possible to distinguish between the capture and m2m FIMC) the video_device is used in place of v4l2_device where appropriate. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed