From: Sylwester Nawrocki Date: Fri, 26 Aug 2011 18:40:36 +0000 (-0300) Subject: [media] s5p-fimc: Remove registration of video nodes from probe() X-Git-Tag: v3.2-rc1~112^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a857421a9d212696364d210bd85a2162e73966;p=pandora-kernel.git [media] s5p-fimc: Remove registration of video nodes from probe() Do not register video nodes during FIMC device probe. Also make fimc_register_m2m_device() public for use by the media device driver. The video nodes are to be registered during the media device driver initialization, altogether with the subdev devnodes. The video capture nodes need to be registered as last ones when the remaining pipeline elements are already initialized. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed