]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00278663-1 [mxc_v4l2_capture]: Add IPU v4l2 capture driver files
authorOliver Brown <oliver.brown@freescale.com>
Fri, 6 Sep 2013 19:22:07 +0000 (14:22 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:29 +0000 (10:06 +0200)
commit2b5d283cb7850a6aa77e186ba7f3a7751b684be8
treefaab37147fdc99a7b70da80e63fcf0cea73bc0f6
parent6d28493e5c79471b3ba67ad7411e36f0f673b2df
ENGR00278663-1 [mxc_v4l2_capture]: Add IPU v4l2 capture driver files

Copied files from
commit 0339bfd7164324c5c0208cf6467ef244f714c43a
Author: Liu Ying <Ying.Liu@freescale.com>
Date:   Wed Sep 4 13:21:21 2013 +0800

-Added function and file names to error messages that are similar
-Changed mxc_v4l_open to use clk_prepare_enable()
-Changed mxc_v4l_open to use clk_disable_unprepare()

Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
drivers/media/platform/mxc/capture/Kconfig
drivers/media/platform/mxc/capture/Makefile
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: 0755]