linux/drivers/media/platform/exynos4-is
Sylwester Nawrocki d265d9ac6c [media] exynos4-is: Use external s5k6a3 sensor driver
This patch removes the common fimc-is-sensor driver for image sensors
that are normally controlled by the FIMC-IS firmware. The FIMC-IS
driver now contains only a table of properties specific to each sensor.
The sensor properties required for the ISP's firmware are parsed from
device tree and retrieved from the internal table, which is selected
based on the compatible property of an image sensor.

To use the Exynos4x12 internal ISP the S5K6A3 sensor driver (drivers/
media/i2c/s5k6a3.c) is now required.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-03-14 10:34:13 -03:00
..
common.c [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
common.h [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
fimc-capture.c [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags 2014-03-05 16:34:14 -03:00
fimc-core.c [media] exynos4-is: Compile in fimc runtime PM callbacks conditionally 2014-02-04 05:59:08 -02:00
fimc-core.h [media] exynos4-is: Use mem-to-mem ioctl helpers 2013-12-04 15:43:49 -02: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 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2013-09-05 11:55:59 -07: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: Annotate unused functions 2013-08-24 04:52:54 -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: Use external s5k6a3 sensor driver 2014-03-14 10:34:13 -03:00
fimc-is-regs.h [media] exynos4-is: Simplify fimc-is hardware polling helpers 2013-12-04 15:54:19 -02:00
fimc-is-sensor.c [media] exynos4-is: Use external s5k6a3 sensor driver 2014-03-14 10:34:13 -03:00
fimc-is-sensor.h [media] exynos4-is: Use external s5k6a3 sensor driver 2014-03-14 10:34:13 -03:00
fimc-is.c [media] exynos4-is: Use external s5k6a3 sensor driver 2014-03-14 10:34:13 -03:00
fimc-is.h [media] exynos4-is: Use external s5k6a3 sensor driver 2014-03-14 10:34:13 -03:00
fimc-isp.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
fimc-isp.h [media] exynos4-is: Fix format propagation on FIMC-IS-ISP subdev 2013-06-28 15:32:17 -03:00
fimc-lite-reg.c [media] exynos4-is: fimc-lite: Index out of bounds if no pixelcode found 2013-12-04 15:52:43 -02:00
fimc-lite-reg.h [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
fimc-lite.c Linux 3.14-rc5 2014-03-11 06:55:49 -03:00
fimc-lite.h [media] exynos4-is: Set valid initial format at FIMC-LITE 2013-06-28 15:30:36 -03:00
fimc-m2m.c [media] v4l: Copy timestamp source flags to destination on m2m devices 2014-03-05 16:47:15 -03:00
fimc-reg.c [media] exynos4-is: Add struct exynos_video_entity 2013-06-12 21:53:33 -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: Remove dependency on PM_RUNTIME from Kconfig 2014-01-02 14:30:11 -02:00
Makefile [media] exynos4-is: Move common functions to a separate module 2013-06-12 21:52:40 -03:00
media-dev.c [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
media-dev.h [media] exynos4-is: Remove unused code 2013-06-12 22:04:30 -03:00
mipi-csis.c [media] exynos4-is: Activate mipi-csis in probe() if runtime PM is disabled 2014-01-02 14:25:18 -02:00
mipi-csis.h