summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-video.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-24media: cx88: add IR remote support for NotOnlyTV LV3HDaniel González Cabanelas1-0/+1
2022-08-30media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma1-21/+22
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-1/+0
2021-06-17media: pci: cx88: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+3
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19media: cx88: use generic power managementVaibhav Gupta1-44/+16
2020-04-14media: pci: cx88: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-10-10media: cx88: Fix some error handling path in 'cx8800_initdev()'Christophe JAILLET1-4/+7
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil1-14/+3
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil1-19/+13
2019-06-12media: add SPDX headers to some filesMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-4/+4
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-4/+6
2017-06-06[media] cx88: Fix regression in initial video standard settingDevin Heitmueller1-1/+1
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-1/+1
2016-11-25[media] cx88: make checkpatch.pl happyMauro Carvalho Chehab1-69/+86
2016-11-18[media] cx88: make checkpatch happierMauro Carvalho Chehab1-99/+96
2016-11-18[media] cx88: convert it to use pr_foo() macrosMauro Carvalho Chehab1-37/+34
2016-10-21[media] cx88: don't break long linesMauro Carvalho Chehab1-2/+2
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-9/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+1
2015-11-23Merge tag 'v4.4-rc2' into patchworkMauro Carvalho Chehab1-2/+2
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig1-2/+2
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-11-10cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-8/+11
2015-06-10[media] cx88: don't declare restart_video_queue if not usedMauro Carvalho Chehab1-1/+1
2015-05-01[media] cx88: v4l2-compliance fixesHans Verkuil1-5/+2
2015-04-08[media] cx88: embed video_deviceHans Verkuil1-39/+22
2014-12-16[media] cx88: remove leftover start_video_dma() callHans Verkuil1-1/+0
2014-12-16[media] cx88: add missing alloc_ctx supportHans Verkuil1-8/+9
2014-11-03[media] cx88: pci_disable_device comes after free_irqHans Verkuil1-1/+1
2014-11-03[media] cx88: consistently use UNSET for absent tunerHans Verkuil1-1/+1
2014-11-03[media] cx88: don't allow changes while vb2_is_busyHans Verkuil1-3/+11
2014-11-03[media] cx88: move width, height and field to core structHans Verkuil1-38/+37
2014-11-03[media] cx88: don't pollute the kernel logHans Verkuil1-2/+0
2014-11-03[media] cx88: remove dependency on btcx-riscHans Verkuil1-1/+4
2014-11-03[media] cx88: drop cx88_free_bufferHans Verkuil1-1/+1
2014-11-03[media] cx88: convert to vb2Hans Verkuil1-493/+201
2014-11-03[media] cx88: drop the bogus 'queue' list in dmaqueueHans Verkuil1-36/+3
2014-11-03[media] cx88: remove fmt from the buffer structHans Verkuil1-71/+45