summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus2021-01-071-1/+1
* Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2020-12-151-2/+3
|\
| * media: netup_unidvb: Don't leak SPI master in probe error pathLukas Wunner2020-12-071-2/+3
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+1
|\ \
| * | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
| |/
* | media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-12-031-5/+8
* | media: solo6x10: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-12-033-27/+29
* | media: saa7146: fix array overflow in vidioc_s_audio()Dan Carpenter2020-12-031-9/+10
* | media: cx88: use ARRAY_SIZEXu Wang2020-12-031-2/+1
* | media: cx23885: add more quirks for reset DMA on some AMD IOMMUDaniel Lee Kruse2020-12-031-0/+4
* | media: bttv: use generic power managementVaibhav Gupta2020-11-271-40/+16
* | media: dm1105: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-11-271-8/+6
* | media: bt8xx: avoid a useless memsetChristophe JAILLET2020-11-271-1/+0
* | media: bt8xx: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-11-273-11/+11
* | media: b2c2: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-11-271-3/+3
* | media: mantis: remove redundant assignment to variable errColin Ian King2020-11-271-1/+1
* | media: ipu3-cio2: fix trivial style warningNigel Christian2020-11-251-1/+1
* | media: ipu3-cio2: Use macros from mm.hAndy Shevchenko2020-11-251-3/+3
* | media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao2020-11-171-1/+1
* | media: saa7134: improve f->fmt.win.clips NULL checkHans Verkuil2020-11-171-2/+4
* | media: media/pci: simplify the return expression of verify_window_lockLiu Shixin2020-11-161-8/+4
* | media: ipu3-cio2: Use v4l2_get_link_freq helperSakari Ailus2020-11-161-22/+12
* | media: ipu3-cio2: Check receved the size against payload size, not buffer sizeSakari Ailus2020-11-161-5/+7
* | media: ipu3-cio2: Remove traces of returned buffersSakari Ailus2020-11-161-0/+1
* | media: ipu3-cio2: Rename CIO2_IMAGE_MAX_LENGTH as CIO2_IMAGE_MAX_HEIGHTSakari Ailus2020-11-162-4/+4
* | media: ipu3-cio2: Remove explicit type from frame size checksSakari Ailus2020-11-161-3/+2
* | media: ipu3-cio2: Use unsigned values where appropriateSakari Ailus2020-11-161-78/+78
* | media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONESakari Ailus2020-11-161-0/+1
* | media: ipu3-cio2: Validate mbus format in setting subdev formatSakari Ailus2020-11-161-9/+20
* | media: ipu3-cio2: Serialise access to pad formatSakari Ailus2020-11-162-0/+12
* | media: ipu3-cio2: Return actual subdev formatSakari Ailus2020-11-161-21/+3
* | media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner2020-11-163-3/+0
* | media: saa7164: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-11-161-14/+3
* | media: bttv: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+4
* | media: saa7134: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+5
* | media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-162-18/+9
|/
* 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