[media] s5p-fimc: Remove registration of video nodes from probe()
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 26 Aug 2011 18:40:36 +0000 (15:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 6 Sep 2011 18:18:34 +0000 (15:18 -0300)
commit96a857421a9d212696364d210bd85a2162e73966
treee3e820607a924d232bbe7fdc026a90ad23653e55
parent574e171788ce84366e77dea5ba3db2a3a9912d34
[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 <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-fimc/fimc-capture.c
drivers/media/video/s5p-fimc/fimc-core.c
drivers/media/video/s5p-fimc/fimc-core.h