aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-06media: ipu3-cio2: Build bridge only if ACPI is enabledSakari Ailus1-1/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-6/+4
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+7
2021-02-06media: ipu3-cio2: Do not zero reserved fieldsRicardo Ribalda1-3/+0
2021-02-05media: media/pci: fix spelling typo of frimwaredingsenjie1-1/+1
2021-02-05media: smipcie: fix interrupt handling and IR timeoutSean Young1-20/+26
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-1/+1
2021-01-27media: smipcie: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+15
2021-01-27media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET1-1/+3
2021-01-27media: saa7164: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-8/+10
2021-01-27media: saa7134: Fix fall-through warnings for ClangGustavo A. R. Silva1-12/+13
2021-01-27media: pci/ivtv: release memory regions on errorHans Verkuil1-0/+5
2021-01-26media: ipu3-cio2: Add cio2-bridge to ipu3-cio2 driverDaniel Scally6-0/+498
2021-01-26media: ipu3-cio2: Rename ipu3-cio2.cDaniel Scally2-0/+2
2021-01-26media: ipu3-cio2: Add headers that ipu3-cio2.h is direct user ofAndy Shevchenko1-0/+18
2021-01-12media: media/pci: Fix memleak in empress_initDinghao Liu1-1/+4
2021-01-12media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()Pavel Machek1-1/+1
2021-01-12media: ipu3-cio2: Build only for x86Andy Shevchenko1-1/+2
2021-01-07media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus1-1/+1
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