aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+3
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2020-12-07media: netup_unidvb: Don't leak SPI master in probe error pathLukas Wunner1-2/+3
2020-12-03media: ttpci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-5/+8
2020-12-03media: solo6x10: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-27/+29
2020-12-03media: saa7146: fix array overflow in vidioc_s_audio()Dan Carpenter1-9/+10
2020-12-03media: cx88: use ARRAY_SIZEXu Wang1-2/+1
2020-12-03media: cx23885: add more quirks for reset DMA on some AMD IOMMUDaniel Lee Kruse1-0/+4
2020-11-27media: bttv: use generic power managementVaibhav Gupta1-40/+16
2020-11-27media: dm1105: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-8/+6
2020-11-27media: bt8xx: avoid a useless memsetChristophe JAILLET1-1/+0
2020-11-27media: bt8xx: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-11/+11
2020-11-27media: b2c2: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+3
2020-11-27media: mantis: remove redundant assignment to variable errColin Ian King1-1/+1
2020-11-25media: ipu3-cio2: fix trivial style warningNigel Christian1-1/+1
2020-11-25media: ipu3-cio2: Use macros from mm.hAndy Shevchenko1-3/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-17media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao1-1/+1
2020-11-17media: saa7134: improve f->fmt.win.clips NULL checkHans Verkuil1-2/+4
2020-11-16media: media/pci: simplify the return expression of verify_window_lockLiu Shixin1-8/+4
2020-11-16media: ipu3-cio2: Use v4l2_get_link_freq helperSakari Ailus1-22/+12
2020-11-16media: ipu3-cio2: Check receved the size against payload size, not buffer sizeSakari Ailus1-5/+7
2020-11-16media: ipu3-cio2: Remove traces of returned buffersSakari Ailus1-0/+1
2020-11-16media: ipu3-cio2: Rename CIO2_IMAGE_MAX_LENGTH as CIO2_IMAGE_MAX_HEIGHTSakari Ailus2-4/+4
2020-11-16media: ipu3-cio2: Remove explicit type from frame size checksSakari Ailus1-3/+2
2020-11-16media: ipu3-cio2: Use unsigned values where appropriateSakari Ailus1-78/+78
2020-11-16media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONESakari Ailus1-0/+1
2020-11-16media: ipu3-cio2: Validate mbus format in setting subdev formatSakari Ailus1-9/+20
2020-11-16media: ipu3-cio2: Serialise access to pad formatSakari Ailus2-0/+12
2020-11-16media: ipu3-cio2: Return actual subdev formatSakari Ailus1-21/+3
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner3-3/+0
2020-11-16media: saa7164: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-14/+3
2020-11-16media: bttv: use semicolons rather than commas to separate statementsJulia Lawall1-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 Bergmann2-18/+9
2020-09-27media: netup_unidvb: drop initialization of PM pointersVaibhav Gupta1-2/+0
2020-09-26media: media/pci: prevent memory leak in bttv_probeXiaolong Huang1-3/+10
2020-09-26media: saa7134: use generic power managementVaibhav Gupta1-18/+9
2020-09-26media: pci: fix common ALSA DMA-mapping related codesMarek Szyprowski4-9/+9
2020-09-12media: av7110: don't do float point mathMauro Carvalho Chehab1-2/+2
2020-09-10media: ipu3-cio2: Update Copyright year and fix indentation issuesAndy Shevchenko1-4/+3
2020-09-10media: ipu3-cio2: Drop useless assignmentsAndy Shevchenko1-2/+2
2020-09-10media: ipu3-cio2: Drop bogus check and error messageAndy Shevchenko1-8/+1
2020-09-10media: ipu3-cio2: Get rid of pci_set_master() duplicationAndy Shevchenko1-21/+5
2020-09-10media: ipu3-cio2: Use readl_poll_timeout() helperAndy Shevchenko1-9/+9
2020-09-10media: ipu3-cio2: Replace infinite loop by one with clear exit conditionAndy Shevchenko1-13/+11
2020-09-10media: ipu3-cio2: Use macros from pfn.hAndy Shevchenko1-11/+10
2020-09-10media: ipu2-cio2: Replace custom definition with PAGE_SIZEAndy Shevchenko2-18/+13
2020-09-10media: ipu3-cio2: Introduce CIO2_LOP_ENTRIES constantAndy Shevchenko2-8/+8
2020-09-10media: ipu3-cio2: Simplify cleanup codeAndy Shevchenko1-2/+2