linux-stable/drivers/media/platform/exynos4-is
Sylwester Nawrocki aceb59ed34 [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>
2013-04-25 09:38:04 -03:00
..
fimc-capture.c [media] exynos4-is: Fix driver name reported in vidioc_querycap 2013-04-25 09:38:04 -03:00
fimc-core.c [media] exynos4-is: Fix driver name reported in vidioc_querycap 2013-04-25 09:38:04 -03:00
fimc-core.h [media] exynos4-is: Fix driver name reported in vidioc_querycap 2013-04-25 09:38:04 -03:00
fimc-is-command.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-errno.c [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-errno.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-i2c.c [media] exynos4-is: Remove redundant MODULE_DEVICE_TABLE entries 2013-04-25 09:34:34 -03:00
fimc-is-i2c.h [media] exynos4-is: Add FIMC-IS ISP I2C bus driver 2013-04-04 20:04:49 -03:00
fimc-is-param.c [media] exynos4-is: Remove meaningless test before bit setting 2013-04-14 15:52:39 -03:00
fimc-is-param.h [media] exynos4-is: Improve the ISP chain parameter count calculation 2013-04-14 15:50:31 -03:00
fimc-is-regs.c [media] exynos4-is: Rename the ISP chain configuration data structure 2013-04-14 15:51:56 -03:00
fimc-is-regs.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-sensor.c [media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driver 2013-04-25 09:35:43 -03:00
fimc-is-sensor.h [media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driver 2013-04-25 09:35:43 -03:00
fimc-is.c [media] exynos4-is: Fix runtime PM handling on fimc-is probe error path 2013-04-25 09:37:12 -03:00
fimc-is.h [media] exynos4-is: Rename the ISP chain configuration data structure 2013-04-14 15:51:56 -03:00
fimc-isp.c [media] exynos4-is: Fix initialization of subdev 'flags' field 2013-04-25 09:35:03 -03:00
fimc-isp.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-lite-reg.c [media] exynos4-is: Allow colorspace conversion at FIMC-LITE 2013-04-04 20:23:24 -03:00
fimc-lite-reg.h [media] exynos4-is: Allow colorspace conversion at FIMC-LITE 2013-04-04 20:23:24 -03:00
fimc-lite.c [media] exynos4-is: Set fimc-lite subdev owner module 2013-04-25 09:36:09 -03:00
fimc-lite.h [media] exynos4-is: Convert index variable to signed 2013-04-25 09:33:14 -03:00
fimc-m2m.c [media] exynos4-is: Fix driver name reported in vidioc_querycap 2013-04-25 09:38:04 -03:00
fimc-reg.c [media] exynos4-is: Correct input DMA YUV order configuration 2013-04-04 20:23:53 -03:00
fimc-reg.h [media] exynos4-is: Correct input DMA YUV order configuration 2013-04-04 20:23:53 -03:00
Kconfig [media] exynos4-is: Add common FIMC-IS image sensor driver 2013-04-04 20:14:01 -03:00
Makefile [media] exynos4-is: Add common FIMC-IS image sensor driver 2013-04-04 20:14:01 -03:00
media-dev.c [media] exynos4-is: Remove redundant module_put() for MIPI-CSIS module 2013-04-25 09:36:25 -03:00
media-dev.h [media] exynos4-is: Make fimc-lite independent of struct fimc_sensor_info 2013-04-14 15:48:44 -03:00
mipi-csis.c
mipi-csis.h