Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ae8eefc6c8fe050f057781b70a83262eb0a61ee
/
drivers
/
media
/
pci
/
cx88
/
cx88-blackbird.c
507e190
media: pci: make video_device const
by Bhumika Goyal
· 7 years ago
399426c
[media] cx88: make checkpatch.pl happy
by Mauro Carvalho Chehab
· 8 years ago
7b61ba8
[media] cx88: make checkpatch happier
by Mauro Carvalho Chehab
· 8 years ago
65bc2fe
[media] cx88: convert it to use pr_foo() macros
by Mauro Carvalho Chehab
· 8 years ago
10accd2
[media] pci: constify vb2_ops structures
by Julia Lawall
· 8 years ago
36c0f8b
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
by Hans Verkuil
· 9 years ago
2bc46b3
[media] media/pci: convert drivers to use the new vb2_queue dev field
by Hans Verkuil
· 9 years ago
df9ecb0
[media] vb2: drop v4l2_format argument from queue_setup
by Hans Verkuil
· 9 years ago
d647f0b
[media] include/media: move driver interface headers to a separate dir
by Mauro Carvalho Chehab
· 9 years ago
33119e8
[media] media: videobuf2: Change queue_setup argument
by Junghak Sung
· 9 years ago
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
34080bc
[media] cx88: embed video_device
by Hans Verkuil
· 10 years ago
21a7e05
[media] media: drivers shouldn't touch debug field in video_device
by Hans Verkuil
· 10 years ago
165d004
[media] cx88: add missing alloc_ctx support
by Hans Verkuil
· 10 years ago
7f56a4a
[media] media: cx88: use vb2_start_streaming_called() helper
by Prabhakar Lad
· 10 years ago
078859a
[media] cx88: don't allow changes while vb2_is_busy
by Hans Verkuil
· 10 years ago
fb37ab3
[media] cx88: drop mpeg_active field
by Hans Verkuil
· 10 years ago
ccd6f1d
[media] cx88: move width, height and field to core struct
by Hans Verkuil
· 10 years ago
b8f8841
[media] cx88: increase API command timeout
by Hans Verkuil
· 10 years ago
5e7045e
[media] cx88: remove dependency on btcx-risc
by Hans Verkuil
· 10 years ago
999b3ceb
[media] cx88: drop cx88_free_buffer
by Hans Verkuil
· 10 years ago
eddd326
[media] cx88: return proper errors during fw load
by Hans Verkuil
· 10 years ago
c79a23f
[media] cx88: fix sparse warning
by Hans Verkuil
· 10 years ago
0b6b630
[media] cx88: convert to vb2
by Hans Verkuil
· 10 years ago
314527a
[media] v4l2: pass std by value to the write-only s_std ioctl
by Hans Verkuil
· 12 years ago
2f73c7c
[media] v4l2: add const to argument of write-only s_tuner ioctl
by Hans Verkuil
· 12 years ago
b530a44
[media] v4l2: add const to argument of write-only s_frequency ioctl
by Hans Verkuil
· 12 years ago
db61371
[media] cx88: get rid of a warning at dprintk() macro
by Mauro Carvalho Chehab
· 12 years ago
6ec93f0
[media] drivers/media/pci/cx88/cx88-blackbird.c: removes unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
34a6b7d
[media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler
by Hans Verkuil
· 12 years ago
b285192
[media] rename most media/video pci drivers to media/pci
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/cx88/cx88-blackbird.c]
fcbd504
[media] cx88-blackbird: replace ioctl by unlocked_ioctl
by Hans Verkuil
· 13 years ago
48d6880
[media] cx88: don't use current_norm
by Hans Verkuil
· 13 years ago
f33e986
[media] cx88: fix a number of v4l2-compliance violations
by Hans Verkuil
· 13 years ago
1a3c60a
[media] cx88: support control events
by Hans Verkuil
· 13 years ago
88bb42f
[media] cx88: add priority support
by Hans Verkuil
· 13 years ago
7bb34c8
[media] cx88: convert cx88-blackbird to the control framework
by Hans Verkuil
· 12 years ago
bac6398
[media] cx88: first phase to convert cx88 to the control framework
by Hans Verkuil
· 13 years ago
902e197
[media] cx88: fix querycap
by Hans Verkuil
· 13 years ago
6ba4c43
[media] cx88: fix firmware load on big-endian systems
by Hans Verkuil
· 13 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
f4bd4be
[media] cx88: don't use atomic_t for core->mpeg_users
by Jonathan Nieder
· 14 years ago
579b2b4
[media] cx88: gracefully reject attempts to use unregistered cx88-blackbird driver
by Jonathan Nieder
· 14 years ago
1d6213a
[media] cx88: hold device lock during sub-driver initialization
by Jonathan Nieder
· 14 years ago
1fe70e9
[media] cx88: fix locking of sub-driver operations
by Jonathan Nieder
· 14 years ago
8a317a8
[media] cx88: protect per-device driver list with device lock
by Jonathan Nieder
· 14 years ago
b1dc614
[media] drivers/media/video: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
0851668
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
08bff03
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
by Hans Verkuil
· 14 years ago
da497e3
V4L/DVB: cx88: Remove BKL
by Mauro Carvalho Chehab
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
46b2109
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
by Laurent Pinchart
· 15 years ago
50462eb
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
by Laurent Pinchart
· 15 years ago
63b0d5a
V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers
by Laurent Pinchart
· 15 years ago
f0813b4
V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers
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
31d0f84
trivial: media/video/cx88: add __init/__exit macros to cx88 drivers
by Peter Huewe
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
b8341e1
V4L/DVB (11300): cx88: convert to v4l2_subdev.
by Hans Verkuil
· 16 years ago
185cda9
V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_cap
by Trent Piepho
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
7939273
V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000
by Darron Broad
· 16 years ago
f8de18d
V4L/DVB (9654): new email address
by Jelle Foks
· 16 years ago
9c8e0a2
V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users
by Frederic CAND
· 16 years ago
a248237
V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fix
by Frederic CAND
· 16 years ago
c6330fb
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
by Hans Verkuil
· 16 years ago
da703d6
V4L/DVB (8904): cx88: add missing unlock_kernel
by Hans Verkuil
· 16 years ago
d56dc61
V4L/DVB (8613): v4l: move BKL down to the driver level.
by Hans Verkuil
· 16 years ago
e09e6e2
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
by Linus Torvalds
· 16 years ago
135aedc
V4L/DVB (8904): cx88: add missing unlock_kernel
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
a399810
V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct
by Hans Verkuil
· 16 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
· 16 years ago
e0e31cd
V4L/DVB (8105): cx2341x: add TS capability
by Hans Verkuil
· 17 years ago
78b526a
V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks
by Hans Verkuil
· 17 years ago
50fa46b
V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_initialize_codec()
by Roel Kluin
· 17 years ago
32d83ef
V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
6d04203
V4L/DVB (7451): cx88: Add user control for chroma AGC
by Frej Drejhammar
· 17 years ago
0705135
V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API
by Guennadi Liakhovetski
· 17 years ago
ff699e6
V4L/DVB (7094): static memory
by Douglas Schilling Landgraf
· 17 years ago
ea48c13
V4L/DVB (6861): cx2341x: command argument should be u32 instead of int
by Hans Verkuil
· 17 years ago
d8f6997
V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commits
by Mauro Carvalho Chehab
· 17 years ago
6a0bc9a
V4L/DVB (6832): cx88-blackbird: don't mute audio when stopping the codec
by Michael Krufky
· 17 years ago
4423a9a
V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmute
by Jelle Foks
· 18 years ago
e21a5c6
V4L/DVB (6829): cx88-blackbird: remove unnecessary msleep()'s
by Jelle Foks
· 18 years ago
f9e54e0
V4L/DVB (6828): cx88-blackbird: audio improvements
by Jelle Foks
· 18 years ago
053fcb6
V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop
by Brandon Philips
· 17 years ago
3bcc957
V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls
by Hans Verkuil
· 17 years ago
c1accaa
V4L/DVB (6252): Adapt drivers to use the newer videobuf modules
by Mauro Carvalho Chehab
· 17 years ago
b930e1d
V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs
by Michael Krufky
· 17 years ago
01f1e44
V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busy
by Hans Verkuil
· 17 years ago
9c12224
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
by Mauro Carvalho Chehab
· 17 years ago
6a59d64
V4L/DVB (6021): cx88: Copy board information into card state
by Trent Piepho
· 17 years ago
e0099e9
V4L/DVB (5734): Cx88: kill dev->fw_size
by Michael Krufky
· 18 years ago
2547223
V4L/DVB (5733): Blackbird should accept only new cx2341x encoding firmwares
by Hans Verkuil
· 18 years ago
f057131
V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tuners
by Jelle Foks
· 18 years ago
af70dbd
V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized firmware images
by Michael Krufky
· 18 years ago
a4b662f
V4L/DVB (5110): Keep the previous tvnorm default for cx88 and cx88-blackbird
by Mauro Carvalho Chehab
· 18 years ago
Next »