The patch number 10135 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
v4l2: introduce v4l2_file_operations.
Introduce a struct v4l2_file_operations for v4l2 drivers.
Remove the unnecessary inode argument.
Move compat32 handling (and llseek) into the v4l2-dev core: this is now
handled in the v4l2 core and no longer in the drivers themselves.
Note that this changeset reverts an earlier patch that changed the return
type of__video_ioctl2 from int to long. This change will be reinstated
later in a much improved version.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/common/saa7146_fops.c | 23 +++----
linux/drivers/media/dvb/ttpci/av7110_v4l.c | 2
linux/drivers/media/radio/dsbr100.c | 14 +---
linux/drivers/media/radio/radio-aimslab.c | 10 ---
linux/drivers/media/radio/radio-aztech.c | 10 ---
linux/drivers/media/radio/radio-cadet.c | 10 ---
linux/drivers/media/radio/radio-gemtek-pci.c | 10 ---
linux/drivers/media/radio/radio-gemtek.c | 10 ---
linux/drivers/media/radio/radio-maestro.c | 10 ---
linux/drivers/media/radio/radio-maxiradio.c | 10 ---
linux/drivers/media/radio/radio-mr800.c | 14 +---
linux/drivers/media/radio/radio-rtrack2.c | 10 ---
linux/drivers/media/radio/radio-sf16fmi.c | 10 ---
linux/drivers/media/radio/radio-sf16fmr2.c | 10 ---
linux/drivers/media/radio/radio-si470x.c | 10 ---
linux/drivers/media/radio/radio-terratec.c | 10 ---
linux/drivers/media/radio/radio-trust.c | 10 ---
linux/drivers/media/radio/radio-typhoon.c | 10 ---
linux/drivers/media/radio/radio-zoltrix.c | 10 ---
linux/drivers/media/video/arv.c | 12 +--
linux/drivers/media/video/bt8xx/bttv-driver.c | 24 +++----
linux/drivers/media/video/bw-qcam.c | 12 +--
linux/drivers/media/video/c-qcam.c | 12 +--
linux/drivers/media/video/cafe_ccic.c | 9 +-
linux/drivers/media/video/cpia.c | 12 +--
linux/drivers/media/video/cpia2/cpia2_v4l.c | 12 +--
linux/drivers/media/video/cx18/cx18-fileops.c | 6 -
linux/drivers/media/video/cx18/cx18-fileops.h | 4 -
linux/drivers/media/video/cx18/cx18-ioctl.c | 4 -
linux/drivers/media/video/cx18/cx18-ioctl.h | 2
linux/drivers/media/video/cx18/cx18-streams.c | 13 ----
linux/drivers/media/video/cx23885/cx23885-417.c | 12 +--
linux/drivers/media/video/cx23885/cx23885-video.c | 16 +----
linux/drivers/media/video/cx88/cx88-blackbird.c | 15 ++--
linux/drivers/media/video/cx88/cx88-mpeg.c | 5 -
linux/drivers/media/video/cx88/cx88-video.c | 16 +----
linux/drivers/media/video/cx88/cx88.h | 2
linux/drivers/media/video/em28xx/em28xx-core.c | 3
linux/drivers/media/video/em28xx/em28xx-video.c | 18 ++---
linux/drivers/media/video/em28xx/em28xx.h | 2
linux/drivers/media/video/et61x251/et61x251_core.c | 18 ++---
linux/drivers/media/video/gspca/gspca.c | 12 +--
linux/drivers/media/video/ivtv/ivtv-fileops.c | 4 -
linux/drivers/media/video/ivtv/ivtv-fileops.h | 4 -
linux/drivers/media/video/ivtv/ivtv-ioctl.c | 2
linux/drivers/media/video/ivtv/ivtv-streams.c | 8 --
linux/drivers/media/video/meye.c | 10 ---
linux/drivers/media/video/omap24xxcam.c | 11 +--
linux/drivers/media/video/ov511.c | 12 +--
linux/drivers/media/video/pms.c | 12 +--
linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 9 +-
linux/drivers/media/video/pwc/pwc-if.c | 18 ++---
linux/drivers/media/video/s2255drv.c | 14 +---
linux/drivers/media/video/saa5246a.c | 9 +-
linux/drivers/media/video/saa5249.c | 12 +--
linux/drivers/media/video/saa7134/saa7134-empress.c | 11 +--
linux/drivers/media/video/saa7134/saa7134-video.c | 16 +----
linux/drivers/media/video/se401.c | 12 +--
linux/drivers/media/video/sn9c102/sn9c102_core.c | 18 ++---
linux/drivers/media/video/soc_camera.c | 7 --
linux/drivers/media/video/stk-webcam.c | 10 ---
linux/drivers/media/video/stradis.c | 12 +--
linux/drivers/media/video/stv680.c | 12 +--
linux/drivers/media/video/usbvideo/usbvideo.c | 18 ++---
linux/drivers/media/video/usbvideo/vicam.c | 12 +--
linux/drivers/media/video/usbvision/usbvision-video.c | 26 +++-----
linux/drivers/media/video/uvc/uvc_v4l2.c | 10 +--
linux/drivers/media/video/uvc/uvcvideo.h | 2
linux/drivers/media/video/v4l2-compat-ioctl32.c | 7 --
linux/drivers/media/video/v4l2-dev.c | 25 +------
linux/drivers/media/video/v4l2-ioctl.c | 9 --
linux/drivers/media/video/vino.c | 9 +-
linux/drivers/media/video/vivi.c | 14 +---
linux/drivers/media/video/w9966.c | 14 +---
linux/drivers/media/video/w9968cf.c | 32 ++++------
linux/drivers/media/video/zc0301/zc0301_core.c | 18 ++---
linux/drivers/media/video/zoran/zoran_driver.c | 21 ++----
linux/drivers/media/video/zr364xx.c | 7 --
linux/include/media/saa7146_vv.h | 2
linux/include/media/v4l2-dev.h | 15 ++++
linux/include/media/v4l2-ioctl.h | 15 ----
linux/include/sound/tea575x-tuner.h | 2
linux/sound/i2c/other/tea575x-tuner.c | 6 -
83 files changed, 345 insertions(+), 586 deletions(-)
<diff discarded since it is too big>
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/d615e9cdfbdd688f0ed18fcc672603fb9c568ca6
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits