summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-video.c
Commit message (Expand)AuthorAgeFilesLines
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* media: cx88: use generic power managementVaibhav Gupta2020-07-191-44/+16
* media: pci: cx88: convert to use i2c_new_client_device()Wolfram Sang2020-04-141-1/+1
* media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: cx88: Fix some error handling path in 'cx8800_initdev()'Christophe JAILLET2019-10-101-4/+7
* media: media/pci: don't set description for ENUM_FMTHans Verkuil2019-07-221-14/+3
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-19/+13
* media: add SPDX headers to some filesMauro Carvalho Chehab2019-06-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-1/+1
|\
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-311-1/+1
* | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-4/+4
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
|/
* MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-1/+1
* media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab2017-12-181-4/+6
* [media] cx88: Fix regression in initial video standard settingDevin Heitmueller2017-06-061-1/+1
* [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-191-1/+1
* [media] cx88: make checkpatch.pl happyMauro Carvalho Chehab2016-11-251-69/+86
* [media] cx88: make checkpatch happierMauro Carvalho Chehab2016-11-181-99/+96
* [media] cx88: convert it to use pr_foo() macrosMauro Carvalho Chehab2016-11-181-37/+34
* [media] cx88: don't break long linesMauro Carvalho Chehab2016-10-211-2/+2
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-9/+2
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+1
* Merge tag 'v4.4-rc2' into patchworkMauro Carvalho Chehab2015-11-231-2/+2
|\
| * various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-201-2/+2
* | [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
|/
* cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-8/+11
* [media] cx88: don't declare restart_video_queue if not usedMauro Carvalho Chehab2015-06-101-1/+1
* [media] cx88: v4l2-compliance fixesHans Verkuil2015-05-011-5/+2
* [media] cx88: embed video_deviceHans Verkuil2015-04-081-39/+22
* [media] cx88: remove leftover start_video_dma() callHans Verkuil2014-12-161-1/+0
* [media] cx88: add missing alloc_ctx supportHans Verkuil2014-12-161-8/+9
* [media] cx88: pci_disable_device comes after free_irqHans Verkuil2014-11-031-1/+1
* [media] cx88: consistently use UNSET for absent tunerHans Verkuil2014-11-031-1/+1
* [media] cx88: don't allow changes while vb2_is_busyHans Verkuil2014-11-031-3/+11
* [media] cx88: move width, height and field to core structHans Verkuil2014-11-031-38/+37
* [media] cx88: don't pollute the kernel logHans Verkuil2014-11-031-2/+0
* [media] cx88: remove dependency on btcx-riscHans Verkuil2014-11-031-1/+4
* [media] cx88: drop cx88_free_bufferHans Verkuil2014-11-031-1/+1
* [media] cx88: convert to vb2Hans Verkuil2014-11-031-493/+201
* [media] cx88: drop the bogus 'queue' list in dmaqueueHans Verkuil2014-11-031-36/+3
* [media] cx88: remove fmt from the buffer structHans Verkuil2014-11-031-71/+45
* [media] cx88: remove return after BUG()Mauro Carvalho Chehab2014-09-261-3/+0
* [media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* [media] pci: cx88: Remove redundant pci_set_drvdataSachin Kamat2013-10-171-1/+0
* [media] pci: cx88-video: Use module_pci_driverSachin Kamat2013-10-171-14/+1