]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00209062-2: mx6dq and mx6dl dual camera support
authorWu Guoxing <b39297@freescale.com>
Mon, 21 May 2012 01:24:29 +0000 (09:24 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:54 +0000 (14:11 +0200)
commit68922caf820ec649c205d0094358b3cda155a1b1
treeee3007960d4140ab30db54d287b7ef4e14a91f45
parente061bb03b111bca271da7df8b117abf998a9e928
ENGR00209062-2: mx6dq and mx6dl dual camera support

dual camera support for mx6q and mx6dl:
1. let mipi and parallel camera working on different csi
2. the two camera can work independently and synchronously
3. the two camera will be registered and different video
   device(/dev/video0, /dev/video1)
4. when both camera are working, the can not use the same
   ipu channel, that is, when camera one using PRP_ENC_MEM
   or PRP_VF_MEM channel, the other one can only use CSI_MEM

   this is the driver part.

Signed-off-by: Wu Guoxing <b39297@freescale.com>
drivers/media/video/mxc/capture/ipu_prp_enc.c
drivers/media/video/mxc/capture/mxc_v4l2_capture.c
drivers/media/video/mxc/capture/mxc_v4l2_capture.h
drivers/media/video/mxc/capture/ov3640.c
drivers/media/video/mxc/capture/ov5640.c
drivers/media/video/mxc/capture/ov5640_mipi.c
drivers/media/video/mxc/capture/ov5642.c
drivers/media/video/mxc/capture/ov8820_mipi.c
include/linux/fsl_devices.h