]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00275033-1 mx6sl: pxp/v4l: port v4l2 output driver to 3.10
authorRobby Cai <R63905@freescale.com>
Thu, 22 Aug 2013 10:01:59 +0000 (18:01 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 16 Jun 2014 15:45:52 +0000 (17:45 +0200)
commitc01f34d4c00703e8b8e69656e4ba288c43a2fecc
treed77bdfe50731765dde8977854fb2ece6fd862e72
parent3e1395c7b19f9bcc91886cccc29de489d4eb9279
ENGR00275033-1 mx6sl: pxp/v4l: port v4l2 output driver to 3.10

port v4l2 output driver to 3.10 kernel

- replace .ioctl with .unlocked_ioctl
- add .vfl_dir flag - VFL_DIR_TX (newly introduced) for video_device
- drop __devinit,  __devexit, __exit and __exit_p
- replace mxc_elcdif_frame_addr_setup() with pxp_show_buf(), where pan_display
  be called due to the adoption of mxsfb.c from community
- change the fb id to be compared due to use new mxsfb.c
- mark the s_crop() and s_fbuf() third parameter const
- move local fbi variable to struct pxps
- use module_platform_driver()

Signed-off-by: Robby Cai <R63905@freescale.com>
drivers/media/platform/mxc/output/Kconfig
drivers/media/platform/mxc/output/Makefile
drivers/media/platform/mxc/output/mxc_pxp_v4l2.c [new file with mode: 0644]
drivers/media/platform/mxc/output/mxc_pxp_v4l2.h [new file with mode: 0644]