Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cbb346f2fc61acf62f97e3dd4da230b12f1cafaf
/
drivers
/
media
/
v4l2-core
/
v4l2-dev.c
27c053a
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
1056e43
[media] v4l2-dev: Fix race condition on __video_register_device
by Ricardo Ribalda
· 11 years ago
13e2237
v4l2: convert class code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
1c1d86a
[media] v4l2: always require v4l2_dev, rename parent to dev_parent
by Hans Verkuil
· 12 years ago
b71c998
[media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENT
by Hans Verkuil
· 12 years ago
ca37157
[media] v4l2: remove deprecated current_norm support completely
by Hans Verkuil
· 12 years ago
96b03d2
[media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFO
by Hans Verkuil
· 12 years ago
cd634f1
[media] v4l2: put VIDIOC_DBG_G_CHIP_NAME under ADV_DEBUG
by Hans Verkuil
· 12 years ago
79b0c64
[media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl
by Hans Verkuil
· 12 years ago
02fa628
[media] v4l2 core: remove the obsolete dv_preset support
by Hans Verkuil
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
5815d0c
[media] v4l2-core: do not enable the buffer ioctls for radio devices
by Frank Schaefer
· 12 years ago
b799d09
[media] v4l: add buffer exporting via dmabuf
by Tomasz Stanislawski
· 13 years ago
90d0fc4
[media] v4l2-dev: reorder checks into blocks of ioctls with similar properties
by Hans Verkuil
· 12 years ago
4b20259
[media] v4l2-dev: improve ioctl validity checks
by Hans Verkuil
· 12 years ago
a533819
[media] v4l2-core: tvnorms may be 0 for a given input, handle that case
by Hans Verkuil
· 12 years ago
633c98e
[media] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE
by Hans Verkuil
· 12 years ago
5bc3cb7
[media] v4l: move v4l2 core into a separate directory
by Mauro Carvalho Chehab
· 13 years ago
[Renamed from drivers/media/video/v4l2-dev.c]
cf53373
[media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPS
by Hans Verkuil
· 12 years ago
8f695d3
[media] v4l2-dev.c: Move video_put() after debug printk
by Ezequiel García
· 12 years ago
82b655b
[media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctl
by Hans Verkuil
· 12 years ago
837c7e42
[media] v4l2-dev: G_PARM was incorrectly enabled for all video nodes
by Hans Verkuil
· 12 years ago
4c1110a
[media] v4l2-dev: forgot to add VIDIOC_DV_TIMINGS_CAP
by Hans Verkuil
· 12 years ago
cc4b7e7
[media] v4l2-dev.c: also add debug support for the fops
by Hans Verkuil
· 13 years ago
5a5adf6
[media] v4l2-dev/ioctl.c: add vb2_queue support to video_device
by Hans Verkuil
· 13 years ago
80131fe0
[media] v4l2-dev.c: add debug sysfs entry
by Hans Verkuil
· 13 years ago
a5ee6e4
[media] v4l2-dev.c: fix g_parm regression in determine_valid_ioctls()
by Hans Verkuil
· 13 years ago
0b5dabe
[media] Fix query/enum_dv_timings regression
by Hans Verkuil
· 13 years ago
152a3a7
[media] v4l2-dev: rename two functions
by Hans Verkuil
· 13 years ago
5126f25
[media] v4l2-dev: add flag to have the core lock all file operations
by Hans Verkuil
· 13 years ago
48ea0be
[media] v4l2-dev/ioctl: determine the valid ioctls upfront
by Hans Verkuil
· 13 years ago
8ab75e3
[media] v4l2-dev: make it possible to skip locking for selected ioctls
by Hans Verkuil
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
ee981c6
[media] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall
by Bhupesh Sharma
· 13 years ago
fa5034c
[media] media: fix truncated entity specification
by Clemens Ladisch
· 13 years ago
1fc2b5f
[media] V4L: cosmetic clean up
by Guennadi Liakhovetski
· 13 years ago
e58fced
[media] videodev: fix a NULL pointer dereference in v4l2_device_release()
by Antonio Ospite
· 13 years ago
8280b66
[media] v4l: Fix use-after-free case in v4l2_device_release
by Hans Verkuil
· 13 years ago
c064b8e
[media] v4l: Don't access media entity after is has been destroyed
by Laurent Pinchart
· 14 years ago
ecc6517
[media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"
by Bob Liu
· 14 years ago
c4f0b78
[media] v4l: Don't register media entities for subdev device nodes
by Laurent Pinchart
· 14 years ago
b1a873a
[media] v4l2: use new flag to enable core priority handling
by Hans Verkuil
· 14 years ago
bedf8bc
[media] v4l2-device: add kref and a release function
by Hans Verkuil
· 14 years ago
0f62fd6
[media] v4l2: add v4l2_prio_state to v4l2_device and video_device
by Hans Verkuil
· 14 years ago
0226549
[media] v4l2_prio: move from v4l2-common to v4l2-dev
by Hans Verkuil
· 14 years ago
2c0ab67
[media] v4l: Make video_device inherit from media_entity
by Laurent Pinchart
· 15 years ago
2096a5d
[media] v4l: subdev: Add device node support
by Laurent Pinchart
· 15 years ago
46b6337
[media] v4l2-dev: don't memset video_device.dev
by Hans Verkuil
· 14 years ago
ca9afe6
[media] v4l2-dev: fix race condition
by Hans Verkuil
· 14 years ago
879aa24
[media] V4L: improve the BKL replacement heuristic
by Hans Verkuil
· 14 years ago
2877842
[media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock
by Hans Verkuil
· 14 years ago
0edf2e5
[media] v4l: kill the BKL
by Arnd Bergmann
· 14 years ago
7242063
V4L/DVB: Fix a merge conflict that affects unlock_ioctl
by Mauro Carvalho Chehab
· 14 years ago
ee6869a
V4L/DVB: v4l2: add core serialization lock
by Hans Verkuil
· 14 years ago
c29fcff
V4L/DVB: v4l2-dev: remove get_unmapped_area
by Hans Verkuil
· 14 years ago
d69f271
V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked
by Hans Verkuil
· 14 years ago
226c0ee
V4L/DVB: videotext: remove this obsolete API
by Hans Verkuil
· 14 years ago
7ae0dea90
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
11bbc1c
V4L/DVB: v4l2: hook up the new control framework into the core framework
by Hans Verkuil
· 15 years ago
d9a145f
Merge commit 'linus/master' into bkl/core
by Frederic Weisbecker
· 14 years ago
86a5ef7
v4l: Convert v4l2-dev to unlocked_ioctl
by Arnd Bergmann
· 14 years ago
1bb6419
V4L/DVB: v4l2-dev: fix memory leak
by Anatolij Gustschin
· 14 years ago
dd0daf2
V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bit
by Hans Verkuil
· 15 years ago
1babcb4
V4L/DVB: V4L: File handles
by Sakari Ailus
· 15 years ago
957b4aa
V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registered
by Laurent Pinchart
· 15 years ago
eac8ea5
V4L/DVB (13549): v4l: Add video_device_node_name function
by Laurent Pinchart
· 15 years ago
6b5270d
V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn function
by Hans Verkuil
· 15 years ago
5062cb7
V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode numbers
by Hans Verkuil
· 15 years ago
22e2212
V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.
by Hans Verkuil
· 15 years ago
7ae0cd9
V4L/DVB (12541): v4l: remove video_register_device_index
by Hans Verkuil
· 16 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
65d9ff9
V4L/DVB (11390): 2-dev.c: return 0 for NULL open and release callbacks
by Hans Verkuil
· 16 years ago
c01f1a5
V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler
by Daniel Glöckner
· 16 years ago
0057596
V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent set.
by Hans Verkuil
· 16 years ago
cbb72b0
V4L/DVB (10947): Auto-load videodev module when device opened.
by Scott James Remnant
· 16 years ago
428c8d1
V4L/DVB (10791): videodev: not possible to register NULL video_device
by Trent Piepho
· 16 years ago
775a05d
V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()
by Hans Verkuil
· 16 years ago
9bb7cde
V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32
by Hans Verkuil
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
9bea351
V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parent
by Hans Verkuil
· 16 years ago
dc93a70
V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev
by Hans Verkuil
· 16 years ago
806e5b7
V4L/DVB (9942): v4l2-dev: check for parent device in get_index.
by Hans Verkuil
· 16 years ago
af128a1
V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
d9b0144
V4L/DVB (9491): rationalise addresses to one common one
by Alan Cox
· 16 years ago
dd89601
V4L/DVB (9133): v4l: disconnect kernel number from minor
by Hans Verkuil
· 16 years ago
6ea9a18
V4L/DVB (8857): v4l2-dev: replace panic with BUG
by Hans Verkuil
· 16 years ago
7f8ecfa
V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev
by Hans Verkuil
· 16 years ago
9d95af9
V4L/DVB (8791): v4l2-dev: do not clear the driver_data field
by Hans Verkuil
· 16 years ago
bfa8a27
V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper function
by Hans Verkuil
· 16 years ago
d6e7497
V4L/DVB (8784): v4l2-dev: make the video_device's release callback mandatory
by Hans Verkuil
· 16 years ago
f9e86b5
V4L/DVB (8782): v4l2-dev: add video_device_release_empty
by Hans Verkuil
· 16 years ago
cb35358
V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/release
by Hans Verkuil
· 16 years ago
ee7aa9f
V4L/DVB (8750): V4L: check inval in video_register_device_index()
by Henrik Kretzschmar
· 16 years ago
d56dc61
V4L/DVB (8613): v4l: move BKL down to the driver level.
by Hans Verkuil
· 16 years ago
f3b9f50
V4L/DVB (8750): V4L: check inval in video_register_device_index()
by Henrik Kretzschmar
· 16 years ago
46f2c21
V4L/DVB (8682): V4L: fix return value of register video func
by Henrik Kretzschmar
· 16 years ago
edc9189
V4L/DVB (8549a): fix kernel-doc warning, function name, and docbook filename
by Randy Dunlap
· 16 years ago
0ea6bc8
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
by Hans Verkuil
· 16 years ago
Next »