summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: netup_unidvb: drop initialization of PM pointersVaibhav Gupta2020-09-271-2/+0
* media: media/pci: prevent memory leak in bttv_probeXiaolong Huang2020-09-261-3/+10
* media: saa7134: use generic power managementVaibhav Gupta2020-09-261-18/+9
* media: pci: fix common ALSA DMA-mapping related codesMarek Szyprowski2020-09-264-9/+9
* media: av7110: don't do float point mathMauro Carvalho Chehab2020-09-121-2/+2
* media: ipu3-cio2: Update Copyright year and fix indentation issuesAndy Shevchenko2020-09-101-4/+3
* media: ipu3-cio2: Drop useless assignmentsAndy Shevchenko2020-09-101-2/+2
* media: ipu3-cio2: Drop bogus check and error messageAndy Shevchenko2020-09-101-8/+1
* media: ipu3-cio2: Get rid of pci_set_master() duplicationAndy Shevchenko2020-09-101-21/+5
* media: ipu3-cio2: Use readl_poll_timeout() helperAndy Shevchenko2020-09-101-9/+9
* media: ipu3-cio2: Replace infinite loop by one with clear exit conditionAndy Shevchenko2020-09-101-13/+11
* media: ipu3-cio2: Use macros from pfn.hAndy Shevchenko2020-09-101-11/+10
* media: ipu2-cio2: Replace custom definition with PAGE_SIZEAndy Shevchenko2020-09-102-18/+13
* media: ipu3-cio2: Introduce CIO2_LOP_ENTRIES constantAndy Shevchenko2020-09-102-8/+8
* media: ipu3-cio2: Simplify cleanup codeAndy Shevchenko2020-09-101-2/+2
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-078-21/+22
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-21/+22
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-033-7/+6
* | media: saa7134: avoid a shift overflowMauro Carvalho Chehab2020-09-031-1/+2
* | media: saa7134-alsa.c: number of pages should be unsigned longMauro Carvalho Chehab2020-09-032-4/+5
* | media: cx88-alsa: number of pages should be unsigned longMauro Carvalho Chehab2020-09-031-6/+7
* | media: cx23885-alsa: number of pages should be unsigned longMauro Carvalho Chehab2020-09-032-5/+6
* | media: cx25821-alsa: number of pages should be unsigned longMauro Carvalho Chehab2020-09-031-5/+6
* | media: av7110_v4l: avoid a typecastMauro Carvalho Chehab2020-09-031-2/+2
* | saa7134: drop unnecessary list_emptyJulia Lawall2020-09-011-8/+6
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-296-7/+7
* | media: tw5864: check status of tw5864_frameinterval_getTom Rix2020-08-291-0/+6
* | media: tw5864: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-5/+4
* | media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-293-20/+21
* | media: smipcie: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-3/+3
* | media: ngene: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-6/+6
* | media: mantis: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-293-4/+4
* | media: bt8xx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-3/+4
* | media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variableDaniel W. S. Almeida2020-08-291-4/+4
* | media: pci: cx23855-video.c: remove duplicate argument in 'or'Daniel W. S. Almeida2020-08-291-1/+1
* | media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida2020-08-291-7/+5
* | media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida2020-08-291-4/+2
* | media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()Daniel W. S. Almeida2020-08-291-5/+2
* | media: pci: saa7164.c: Replace if(cond) BUG with BUG_ONDaniel W. S. Almeida2020-08-291-5/+3
* | media: cobalt: cobalt-omnitek.c: fix comparison to boolDaniel W. S. Almeida2020-08-291-1/+1
* | media: media/pci: use vb2_video_unregister_device()Hans Verkuil2020-08-288-23/+12
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0732-179/+80
|\ \
| * | media: meye: fix missing pm_mchip_mode fieldHans Verkuil2020-08-061-2/+0
| * | media: saa7164: use generic power managementVaibhav Gupta2020-08-061-3/+0
| * | media: tw68: use generic power managementVaibhav Gupta2020-07-191-19/+11
| * | media: meye: use generic power managementVaibhav Gupta2020-07-191-10/+5
| * | media: cx88: use generic power managementVaibhav Gupta2020-07-191-44/+16
| * | media: cx25821: use generic power managementVaibhav Gupta2020-07-191-3/+0