summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/saa7134/saa7134-core.c
Commit message (Expand)AuthorAgeFilesLines
* media: saa7134: drop overlay supportHans Verkuil2023-03-201-32/+0
* media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis2023-02-081-1/+1
* media: saa7134: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-121-3/+4
* media: saa7134: fix saa7134_initdev error handling logicMauro Carvalho Chehab2021-06-171-1/+4
* media: saa7134: use more meaninful goto labelsMauro Carvalho Chehab2021-06-171-17/+17
* media: saa7134: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang2021-06-021-1/+0
* media: saa7134: use sg_dma_len when building pgtableTasos Sahanidis2021-03-111-1/+1
* media: saa7134: use generic power managementVaibhav Gupta2020-09-261-18/+9
* saa7134: drop unnecessary list_emptyJulia Lawall2020-09-011-8/+6
* media: media/pci: use vb2_video_unregister_device()Hans Verkuil2020-08-281-3/+3
* media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-0/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* media: saa7134: rc-core maintains users count, no need to duplicateSean Young2018-12-031-4/+4
* media: saa7134: declare its own padsMauro Carvalho Chehab2018-09-171-5/+5
* media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab2018-09-171-0/+2
* media: v4l2: remove VBI output padMauro Carvalho Chehab2018-09-171-1/+0
* media: saa7134: Convert timers to use timer_setup()Kees Cook2017-10-311-3/+3
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] saa7134: don't break long linesMauro Carvalho Chehab2016-10-211-22/+17
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-15/+7
* [media] saa7134: fix warning with !MEDIA_CONTROLLERArnd Bergmann2016-03-031-2/+2
* [media] media_device: move allocation out of media_device_*_initMauro Carvalho Chehab2016-02-231-1/+2
* [media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab2016-02-231-1/+1
* [media] saa7134: fix detection of external decodersMauro Carvalho Chehab2016-02-231-1/+2
* [media] saa7134: add media controller supportMauro Carvalho Chehab2016-02-101-4/+187
* [media] saa7134: use input types, instead of hardcoding stringsMauro Carvalho Chehab2016-02-101-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-201-2/+2
* saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-6/+8
* [media] saa7134: fix CodingStyle issues on the lines touched by pr_foo refactorMauro Carvalho Chehab2015-05-131-6/+7
* [media] saa7134: avoid complex macro warningsMauro Carvalho Chehab2015-05-131-5/+9
* [media] saa7134: better handle core debug messagesMauro Carvalho Chehab2015-05-131-35/+33
* [media] saa7134: use pr_warn() on some places where no KERN_foo were usedMauro Carvalho Chehab2015-05-131-1/+1
* [media] saa7134: fix a few other occurrences of KERN_INFO/KERN_WARNINGMauro Carvalho Chehab2015-05-131-15/+13
* [media] saa7134: instead of using printk KERN_foo, use pr_fooMauro Carvalho Chehab2015-05-131-26/+26
* [media] saa7134: prepare to use pr_foo macrosMauro Carvalho Chehab2015-05-131-3/+3
* [media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil2014-11-251-5/+13
* [media] saa7134: add saa7134-go7007Hans Verkuil2014-09-231-2/+8
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] saa7134: add saa7134_userptr module option to enable USERPTRHans Verkuil2014-05-231-0/+4
* [media] saa7134: convert to vb2Hans Verkuil2014-05-231-39/+47
* [media] saa7134: remove fmt from saa7134_bufHans Verkuil2014-05-131-2/+1
* [media] saa7134: coding style cleanupsHans Verkuil2014-05-131-27/+20
* [media] saa7134: don't set vfd->debugHans Verkuil2014-01-071-1/+0
* [media] saa7134: convert to the control frameworkHans Verkuil2014-01-071-3/+6
* [media] saa7134: move the queue data from saa7134_fh to saa7134_devHans Verkuil2014-01-071-0/+1
* [media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* [media] saa7134: v4l2-compliance: use v4l2_fh to fix priority handlingOndrej Zary2013-04-141-2/+1