aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/saa7134 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann1-3/+3
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-1/+4
2021-06-17media: saa7134: fix saa7134_initdev error handling logicMauro Carvalho Chehab1-1/+4
2021-06-17media: saa7134: use more meaninful goto labelsMauro Carvalho Chehab1-17/+17
2021-06-04media: saa7134: drop a NO-BREAK SPACEMauro Carvalho Chehab1-1/+1
2021-06-02media: saa7134: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-1/+0
2021-03-11media: saa7134: use sg_dma_len when building pgtableTasos Sahanidis1-1/+1
2021-01-27media: saa7134: Fix fall-through warnings for ClangGustavo A. R. Silva1-12/+13
2021-01-12media: media/pci: Fix memleak in empress_initDinghao Liu1-1/+4
2020-11-17media: saa7134: improve f->fmt.win.clips NULL checkHans Verkuil1-2/+4
2020-11-16media: saa7134: use semicolons rather than commas to separate statementsJulia Lawall1-2/+5
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann1-12/+7
2020-09-26media: saa7134: use generic power managementVaibhav Gupta1-18/+9
2020-09-26media: pci: fix common ALSA DMA-mapping related codesMarek Szyprowski1-2/+2
2020-09-03media: saa7134: avoid a shift overflowMauro Carvalho Chehab1-1/+2
2020-09-03media: saa7134-alsa.c: number of pages should be unsigned longMauro Carvalho Chehab2-4/+5
2020-09-01saa7134: drop unnecessary list_emptyJulia Lawall1-8/+6
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-28media: media/pci: use vb2_video_unregister_device()Hans Verkuil4-8/+5
2020-04-14media: pci: saa7134: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-04-14Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab1-2/+2
2020-04-14media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab1-2/+2
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+2
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-2/+2
2020-02-14drivers: media: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-3/+2
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-08-26media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate()Maciej S. Szmigiero1-4/+8
2019-08-26media: saa7134: keep demod i2c gate closed on Medion 7134Maciej S. Szmigiero1-0/+14
2019-07-23media: saa7134: remove redundant assignment to variable valueColin Ian King1-1/+0
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil3-27/+4
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil3-38/+27
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner11-111/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab1-1/+1
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-5/+5
2019-03-01media: pci: fix several typosMauro Carvalho Chehab1-1/+1
2018-12-03media: saa7134: rc-core maintains users count, no need to duplicateSean Young3-67/+18
2018-11-22media: saa7134: hvr1110 can decode rc6Sean Young1-39/+4
2018-11-22media: saa7134: rc device does not need 'saa7134 IR (' prefixSean Young2-4/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-11/+10
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-3/+3
2018-09-24media: saa7134: add P7131_4871 analog inputsAlexandre GRIVEAUX1-0/+15
2018-09-17media: saa7134: declare its own padsMauro Carvalho Chehab2-6/+12
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab1-0/+2
2018-09-17media: v4l2: remove VBI output padMauro Carvalho Chehab1-1/+0
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab3-9/+10
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab4-6/+6
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2-3/+3