summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: ivtv: fix build for UMLRandy Dunlap2021-10-191-2/+2
* media: saa7134: Add support for Leadtek WinFast HDTV200 HScott K Logan2021-10-193-0/+83
* media: ipu3-cio2 Check num_planes and sizes in queue_setupRicardo Ribalda2021-10-081-2/+6
* media: ipu3-cio2: Parse sensor orientation and rotationFabian Wüthrich2021-10-082-5/+64
* media: cx23885: Fix snd_card_free call on null card pointerColin Ian King2021-09-301-1/+2
* media: saa7164: Remove redundant assignment of pointer tColin Ian King2021-09-301-2/+0
* media: ivtv: don't allow negative resolutions as module parametersDan Carpenter2021-09-301-4/+4
* media: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-3010-33/+34
* media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-305-30/+41
* media: ipu3-cio2: Introduce to_cio2_device() helper macroAndy Shevchenko2021-09-302-6/+5
* media: ipu3-cio2: Introduce to_cio2_buffer() helper macroAndy Shevchenko2021-09-302-6/+5
* media: ipu3-cio2: Introduce to_sensor_asd() helper macroAndy Shevchenko2021-09-301-5/+5
* media: ipu3-cio2: Switch to use media_entity_to_video_device()Andy Shevchenko2021-09-301-3/+3
* media: ipu3-cio2: Use temporary storage for struct device pointerAndy Shevchenko2021-09-301-71/+67
* media: ipu3-cio2: Replace open-coded for_each_set_bit()Andy Shevchenko2021-09-301-39/+36
* media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma2021-09-301-11/+16
* media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia2021-09-303-10/+10
* media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus2021-09-301-8/+9
* Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-09-016-36/+64
|\
| * Merge tag 'v5.14-rc4' into media_treeMauro Carvalho Chehab2021-08-053-11/+11
| |\
| * | media: saa7164: remove redundant continue statementColin Ian King2021-07-121-3/+0
| * | media: saa7134: convert list_for_each to entry variantYang Yingliang2021-07-121-3/+1
| * | media: saa7134: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-121-3/+4
| * | media: drivers/media/pci/tw5864/Tw5864-reg.h: fix typo issuesHerman2021-07-121-1/+1
| * | media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab2021-07-122-26/+58
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\ \ \
| * \ \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-273-11/+11
| |\ \ \ | | | |/ | | |/|
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
| | |/ | |/|
* | | media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()Andy Shevchenko2021-08-261-1/+1
| |/ |/|
* | Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-231-4/+2
|\ \
| * | ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-191-4/+2
| |/
* / media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva2021-07-192-7/+9
|/
* media: pci: cx88: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-06-177-13/+19
* media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-06-172-6/+6
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-173-10/+14
* 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: pci: tw5864: avoid usage of some charactersMauro Carvalho Chehab2021-06-041-31/+31
* media: saa7134: drop a NO-BREAK SPACEMauro Carvalho Chehab2021-06-041-1/+1
* media: ivtv: get rid of DVB deprecated ioctlsMauro Carvalho Chehab2021-06-043-235/+0
* media: bt8xx: Fix a missing check bug in bt878_probeZheyu Ma2021-06-021-0/+3
* media: saa7134: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang2021-06-021-1/+0
* media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-06-021-1/+2
* media: bt878: do not schedule tasklet when it is not setupTong Zhang2021-06-021-1/+2
* media: ipu3-cio2: Fix reference counting when looping over ACPI devicesAndy Shevchenko2021-06-021-5/+5
* media: av7110: move driver to stagingMauro Carvalho Chehab2021-06-0218-9675/+1
* media: move ttpci-eeprom to commonMauro Carvalho Chehab2021-06-023-182/+1
* media: ipu3: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-2/+1
* media: cobalt: fix race condition in setting HPDHans Verkuil2021-05-192-1/+7
* Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-04-2836-341/+149
|\