index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
/
cx88
/
cx88-video.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: cx88: Fix some error handling path in 'cx8800_initdev()'
Christophe JAILLET
2019-10-10
1
-4
/
+7
*
media: media/pci: don't set description for ENUM_FMT
Hans Verkuil
2019-07-22
1
-14
/
+3
*
media: media/pci: set device_caps in struct video_device
Hans Verkuil
2019-06-24
1
-19
/
+13
*
media: add SPDX headers to some files
Mauro Carvalho Chehab
2019-06-12
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-10-31
1
-1
/
+1
|
\
|
*
media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
Hans Verkuil
2018-08-31
1
-1
/
+1
*
|
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
2018-09-11
1
-4
/
+4
*
|
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-11
1
-2
/
+2
|
/
*
MAINTAINERS & files: Canonize the e-mails I use at files
Mauro Carvalho Chehab
2018-05-04
1
-1
/
+1
*
media: v4l2-dev: convert VFL_TYPE_* into an enum
Mauro Carvalho Chehab
2017-12-18
1
-4
/
+6
*
[media] cx88: Fix regression in initial video standard setting
Devin Heitmueller
2017-06-06
1
-1
/
+1
*
[media] media drivers: annotate fall-through
Mauro Carvalho Chehab
2017-05-19
1
-1
/
+1
*
[media] cx88: make checkpatch.pl happy
Mauro Carvalho Chehab
2016-11-25
1
-69
/
+86
*
[media] cx88: make checkpatch happier
Mauro Carvalho Chehab
2016-11-18
1
-99
/
+96
*
[media] cx88: convert it to use pr_foo() macros
Mauro Carvalho Chehab
2016-11-18
1
-37
/
+34
*
[media] cx88: don't break long lines
Mauro Carvalho Chehab
2016-10-21
1
-2
/
+2
*
[media] pci: constify vb2_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-1
/
+1
*
[media] media/pci: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2016-07-08
1
-9
/
+2
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-1
/
+1
*
Merge tag 'v4.4-rc2' into patchwork
Mauro Carvalho Chehab
2015-11-23
1
-2
/
+2
|
\
|
*
various: fix pci_set_dma_mask return value checking
Christoph Hellwig
2015-11-21
1
-2
/
+2
*
|
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
2015-11-17
1
-1
/
+1
|
/
*
cx88: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig
2015-11-11
1
-1
/
+1
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
1
-1
/
+1
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
1
-8
/
+11
*
[media] cx88: don't declare restart_video_queue if not used
Mauro Carvalho Chehab
2015-06-10
1
-1
/
+1
*
[media] cx88: v4l2-compliance fixes
Hans Verkuil
2015-05-01
1
-5
/
+2
*
[media] cx88: embed video_device
Hans Verkuil
2015-04-08
1
-39
/
+22
*
[media] cx88: remove leftover start_video_dma() call
Hans Verkuil
2014-12-17
1
-1
/
+0
*
[media] cx88: add missing alloc_ctx support
Hans Verkuil
2014-12-17
1
-8
/
+9
*
[media] cx88: pci_disable_device comes after free_irq
Hans Verkuil
2014-11-03
1
-1
/
+1
*
[media] cx88: consistently use UNSET for absent tuner
Hans Verkuil
2014-11-03
1
-1
/
+1
*
[media] cx88: don't allow changes while vb2_is_busy
Hans Verkuil
2014-11-03
1
-3
/
+11
*
[media] cx88: move width, height and field to core struct
Hans Verkuil
2014-11-03
1
-38
/
+37
*
[media] cx88: don't pollute the kernel log
Hans Verkuil
2014-11-03
1
-2
/
+0
*
[media] cx88: remove dependency on btcx-risc
Hans Verkuil
2014-11-03
1
-1
/
+4
*
[media] cx88: drop cx88_free_buffer
Hans Verkuil
2014-11-03
1
-1
/
+1
*
[media] cx88: convert to vb2
Hans Verkuil
2014-11-03
1
-493
/
+201
*
[media] cx88: drop the bogus 'queue' list in dmaqueue
Hans Verkuil
2014-11-03
1
-36
/
+3
*
[media] cx88: remove fmt from the buffer struct
Hans Verkuil
2014-11-03
1
-71
/
+45
*
[media] cx88: remove return after BUG()
Mauro Carvalho Chehab
2014-09-26
1
-3
/
+0
*
[media] misc drivers: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-17
1
-1
/
+1
*
[media] pci: cx88: Remove redundant pci_set_drvdata
Sachin Kamat
2013-10-17
1
-1
/
+0
*
[media] pci: cx88-video: Use module_pci_driver
Sachin Kamat
2013-10-17
1
-14
/
+1
*
[media] cx88: fix register mask
Hans Verkuil
2013-06-21
1
-2
/
+2
*
[media] cx88: remove g_chip_ident
Hans Verkuil
2013-06-21
1
-19
/
+2
*
[media] cx88: fix NULL pointer dereference
Hans Verkuil
2013-06-09
1
-5
/
+3
*
[media] cx88: Fix unsafe locking in suspend-resume
Alexey Khoroshilov
2013-04-22
1
-4
/
+6
[next]