index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
pci
/
cx88
/
cx88-blackbird.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
media: pci: drop vb2_ops_wait_prepare/finish
Hans Verkuil
1
-2
/
+0
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
1
-1
/
+1
2022-04-24
media: v4l: ioctl: Set bus_info in v4l_querycap()
Sakari Ailus
1
-1
/
+0
2021-06-17
media: pci: cx88: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-1
/
+2
2020-02-24
media: media/pci: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-1
/
+1
2019-07-22
media: media/pci: don't set description for ENUM_FMT
Hans Verkuil
1
-2
/
+0
2019-06-24
media: media/pci: set device_caps in struct video_device
Hans Verkuil
1
-0
/
+4
2019-06-12
media: add SPDX headers to some files
Mauro Carvalho Chehab
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-1
/
+1
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-2
/
+2
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-08-31
media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
Hans Verkuil
1
-1
/
+1
2018-05-04
MAINTAINERS & files: Canonize the e-mails I use at files
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-18
media: v4l2-dev: convert VFL_TYPE_* into an enum
Mauro Carvalho Chehab
1
-2
/
+1
2017-08-27
media: pci: make video_device const
Bhumika Goyal
1
-1
/
+1
2016-11-25
[media] cx88: make checkpatch.pl happy
Mauro Carvalho Chehab
1
-68
/
+101
2016-11-18
[media] cx88: make checkpatch happier
Mauro Carvalho Chehab
1
-49
/
+45
2016-11-18
[media] cx88: convert it to use pr_foo() macros
Mauro Carvalho Chehab
1
-16
/
+15
2016-09-19
[media] pci: constify vb2_ops structures
Julia Lawall
1
-1
/
+1
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
1
-1
/
+1
2016-07-08
[media] media/pci: convert drivers to use the new vb2_queue dev field
Hans Verkuil
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-1
/
+1
2015-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
1
-1
/
+1
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+1
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-5
/
+8
2015-04-08
[media] cx88: embed video_device
Hans Verkuil
1
-14
/
+8
2014-12-23
[media] media: drivers shouldn't touch debug field in video_device
Hans Verkuil
1
-3
/
+0
2014-12-16
[media] cx88: add missing alloc_ctx support
Hans Verkuil
1
-3
/
+1
2014-11-14
[media] media: cx88: use vb2_start_streaming_called() helper
Prabhakar Lad
1
-1
/
+1
2014-11-03
[media] cx88: don't allow changes while vb2_is_busy
Hans Verkuil
1
-2
/
+6
2014-11-03
[media] cx88: drop mpeg_active field
Hans Verkuil
1
-6
/
+5
2014-11-03
[media] cx88: move width, height and field to core struct
Hans Verkuil
1
-35
/
+50
2014-11-03
[media] cx88: increase API command timeout
Hans Verkuil
1
-1
/
+1
2014-11-03
[media] cx88: remove dependency on btcx-risc
Hans Verkuil
1
-1
/
+4
2014-11-03
[media] cx88: drop cx88_free_buffer
Hans Verkuil
1
-1
/
+1
2014-11-03
[media] cx88: return proper errors during fw load
Hans Verkuil
1
-17
/
+15
2014-11-03
[media] cx88: fix sparse warning
Hans Verkuil
1
-2
/
+2
2014-11-03
[media] cx88: convert to vb2
Hans Verkuil
1
-258
/
+180
2013-03-24
[media] v4l2: pass std by value to the write-only s_std ioctl
Hans Verkuil
1
-2
/
+2
2013-03-24
[media] v4l2: add const to argument of write-only s_tuner ioctl
Hans Verkuil
1
-1
/
+1
2013-03-24
[media] v4l2: add const to argument of write-only s_frequency ioctl
Hans Verkuil
1
-1
/
+1
2012-10-28
[media] cx88: get rid of a warning at dprintk() macro
Mauro Carvalho Chehab
1
-3
/
+4
2012-10-06
[media] drivers/media/pci/cx88/cx88-blackbird.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-3
/
+3
2012-10-01
[media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler
Hans Verkuil
1
-1
/
+1
2012-08-15
[media] rename most media/video pci drivers to media/pci
Mauro Carvalho Chehab
1
-0
/
+1299