MLK-11508-4: V4L2 Capture: Porting MXC V4L2 Capture from 3.14.y
authorSandor Yu <R01008@freescale.com>
Mon, 31 Aug 2015 10:15:43 +0000 (18:15 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:38 +0000 (14:48 -0500)
commit5b8760076ef647878bfd718339ae33a70365413f
tree7531e08bf9704f2dfb7694984bcd56a2a51d0b58
parent947b5e0434c0e39c7fe4e6eee5ad672de520c934
MLK-11508-4: V4L2 Capture: Porting MXC V4L2 Capture from 3.14.y

Initial port of the mxc V4L2 capture driver.
Baseline copied from imx_3.14.y branch:

Signed-off-by: Sandor Yu <R01008@freescale.com>
38 files changed:
arch/arm/configs/imx_v7_defconfig
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/mxc/capture/Kconfig [new file with mode: 0644]
drivers/media/platform/mxc/capture/Makefile [new file with mode: 0644]
drivers/media/platform/mxc/capture/adv7180.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_bg_overlay_sdc.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_csi_enc.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_fg_overlay_sdc.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_prp_enc.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_prp_sw.h [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_prp_vf_sdc.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_prp_vf_sdc_bg.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ipu_still.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/mxc_v4l2_capture.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/mxc_v4l2_capture.h [new file with mode: 0644]
drivers/media/platform/mxc/capture/ov5640.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ov5640_mipi.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/ov5642.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/v4l2-int-device.c [new file with mode: 0644]
drivers/media/platform/mxc/capture/v4l2-int-device.h [new file with mode: 0644]
drivers/media/platform/mxc/subdev/Kconfig [new file with mode: 0644]
drivers/media/platform/mxc/subdev/Makefile [new file with mode: 0644]
drivers/media/platform/mxc/subdev/mx6s_capture.c [new file with mode: 0644]
drivers/media/platform/mxc/subdev/mxc_mipi_csi.c [new file with mode: 0644]
drivers/media/platform/mxc/subdev/mxc_vadc.c [new file with mode: 0644]
drivers/media/platform/mxc/subdev/mxc_vadc.h [new file with mode: 0644]
drivers/media/platform/mxc/subdev/ov5640.c [new file with mode: 0644]
drivers/media/platform/mxc/subdev/ov5640_mipi.c [new file with mode: 0644]
drivers/media/platform/mxc/subdev/ov5647_mipi.c [new file with mode: 0644]
drivers/mxc/Kconfig
drivers/mxc/Makefile
drivers/mxc/mipi/Kconfig [new file with mode: 0644]
drivers/mxc/mipi/Makefile [new file with mode: 0644]
drivers/mxc/mipi/mxc_mipi_csi2.c [new file with mode: 0644]
drivers/mxc/mipi/mxc_mipi_csi2.h [new file with mode: 0644]
include/linux/mipi_csi2.h [new file with mode: 0644]
include/uapi/linux/mxc_v4l2.h