]> git.kernelconcepts.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>
Wed, 20 Aug 2014 08:06:26 +0000 (10:06 +0200)
commit86a42a11e890786ce8fe9f95612ae4b67a4cd53f
tree1e9083e7781983e767c7a6dd30853d51798f3d9e
parent0e6a90180e2d768dbe80fdfb69d4a85fa3c54d77
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]