Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c942fddf8793b2013be8c901b47d0a8dc02bf99f
/
drivers
/
media
/
usb
/
cpia2
/
cpia2_v4l.c
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
dea37a9
media: cpia2: Fix use-after-free in cpia2_exit
by YueHaibing
· 6 years ago
597f8e9
media: cpia2: use u64 for the timestamp internally
by Hans Verkuil
· 6 years ago
ee10dc3
media: cropcap/g_selection split
by Hans Verkuil
· 6 years ago
b3491d8
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
cc1e631
media: replace strcpy() by strscpy()
by Mauro Carvalho Chehab
· 6 years ago
62fed26
media: videodev2.h: Add request_fd field to v4l2_buffer
by Hans Verkuil
· 7 years ago
68c5735
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
d5ac225
media: cpia2: Fix a couple off by one bugs
by Dan Carpenter
· 7 years ago
c23e0cb
media: annotate ->poll() instances
by Al Viro
· 8 years ago
8684494
media: usb: make video_device const
by Bhumika Goyal
· 7 years ago
bcb6331
[media] media: Drop FSF's postal address from the source code files
by Sakari Ailus
· 8 years ago
95cd5d5
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
by Ramakrishnan Muthukrishnan
· 11 years ago
1b18e7a
[media] v4l: Tell user space we're using monotonic timestamps
by Sakari Ailus
· 12 years ago
d88aab5
[media] v4l2: make vidioc_s_jpegcomp const
by Hans Verkuil
· 12 years ago
0c0d06c
[media] rename most media/video usb drivers to media/usb
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/cpia2/cpia2_v4l.c]
d76ebb6
[media] cpia2: remove V4L2_FL_LOCK_ALL_FOPS
by Hans Verkuil
· 13 years ago
2b719d7
[media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT
by Sakari Ailus
· 13 years ago
5126f25
[media] v4l2-dev: add flag to have the core lock all file operations
by Hans Verkuil
· 13 years ago
6c493f8
[media] cpia2: major overhaul to get it in a working state again
by Hans Verkuil
· 13 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
ed82b9c
[media] cpia2: fix warning about invalid trigraph sequence
by Hans Petter Selasky
· 14 years ago
81dfea8
[media] cpia2: fix typo in variable initialisation
by Mariusz Kozlowski
· 14 years ago
99cd47bc
[media] v4l2-ioctl: add priority handling support
by Hans Verkuil
· 14 years ago
cbfb3da
[media] cpia2: convert to video_ioctl2
by Hans Verkuil
· 14 years ago
d2db8fe
[media] cpia2: convert .ioctl to .unlocked_ioctl
by Hans Verkuil
· 14 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 14 years ago
873ecd8
V4L/DVB: cpia2: remove V4L1 support from this driver
by Hans Verkuil
· 14 years ago
ffb4877
V4L/DVB: v4l2-common: simplify prio utility functions
by Hans Verkuil
· 15 years ago
cb63c2a
V4L/DVB (13594): cpia2: use __stringify macro.
by Thiago Farina
· 15 years ago
46b2109
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
by Laurent Pinchart
· 15 years ago
38c7c03
V4L/DVB (13550): v4l: Use the new video_device_node_name function
by Laurent Pinchart
· 15 years ago
223ffe5
V4L/DVB: cleanup redundant tests on unsigned
by Roel Kluin
· 16 years ago
7e0a16f
V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers
by Mauro Carvalho Chehab
· 16 years ago
069b747
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
by Hans Verkuil
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
f473bf7
V4L/DVB (9503): v4l: remove inode argument from video_usercopy
by Hans Verkuil
· 16 years ago
d9b0144
V4L/DVB (9491): rationalise addresses to one common one
by Alan Cox
· 16 years ago
c6330fb
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
by Hans Verkuil
· 16 years ago
c170ecf
V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)
by Hans Verkuil
· 16 years ago
dc60de3
V4L/DVB (8779): v4l: fix more incorrect video_register_device result checks
by Hans Verkuil
· 16 years ago
c6eb8ea
V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings
by Hans Verkuil
· 16 years ago
0ea6bc8
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
by Hans Verkuil
· 16 years ago
9c39d7e
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
by Hans Verkuil
· 17 years ago
35ea11f
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h
by Hans Verkuil
· 17 years ago
078ff79
V4L/DVB (7402): add macro validation for v4l_compat_ioctl32
by Douglas Schilling Landgraf
· 17 years ago
22c4a4e
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
by Mauro Carvalho Chehab
· 17 years ago
9c12224
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
by Mauro Carvalho Chehab
· 17 years ago
0c71bf1
V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.
by Robert P. J. Day
· 18 years ago
fa027c2
[PATCH] mark struct file_operations const 4
by Arjan van de Ven
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
bafefc0
V4L/DVB (4154): Fix use-after-free bug in cpia2 driver
by Jesper Juhl
· 19 years ago
657de3c
V4L/DVB (4118): Whitespace cleanups
by Trent Piepho
· 19 years ago
2ae1519
V4L/DVB (3569): PATCH: switch cpia2 to mutexes and use ioctl 32 compat lib func
by Alan Cox
· 19 years ago
be787ac
V4L/DVB (3413): Typos grab bag of the month
by Alexey Dobriyan
· 19 years ago
8cbe84f
V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups
by Adrian Bunk
· 19 years ago
ab33d50
V4L/DVB (3376): Add cpia2 camera support
by Alan Cox
· 19 years ago