]> Pileus Git - ~andy/linux/commit
[media] exynos4-is: Fix driver name reported in vidioc_querycap
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 23 Apr 2013 14:36:04 +0000 (11:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 12:38:04 +0000 (09:38 -0300)
commitaceb59ed3438dcb2f5c90e2f62f0f9edde4091d2
tree5562a2fc1bb8f25a2446725a42aa82daa5548e41
parentd68b44e088caf0176cf80e7539750569d6e71ed8
[media] exynos4-is: Fix driver name reported in vidioc_querycap

Originally struct v4l2_capability driver and card name was filled
with name of the platform device. After switching to the device tree
the device names have changed and now are 4 different driver names
reported, depending on the video device opened. So instead of e.g.
"exynos4-fimc" there is now one of: 11800000.fimc, 11810000.fimc,
11820000.fimc, 11830000.fimc.
Fix this by using dev->driver_name, rather than platform device name.
A common vidioc_querycap function is created for both M2M and capture
video node.
This fixes any breakage at user space should any application/library
rely on the driver's name.

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/platform/exynos4-is/fimc-capture.c
drivers/media/platform/exynos4-is/fimc-core.c
drivers/media/platform/exynos4-is/fimc-core.h
drivers/media/platform/exynos4-is/fimc-m2m.c