summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-0512-20/+20
* Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2025-03-2517-146/+121
|\
| * media: pci: mgb4: include linux/errno.hArnd Bergmann2025-03-071-0/+1
| * media: cx23885: Add analog support for AVerMedia H789-C PCIe cardPlamen Atanasov2025-03-043-1/+33
| * media: ipu6: Drop unused ipu6_dma_get_sgtable()Sakari Ailus2025-03-042-36/+0
| * media: intel/ipu6: set the dev_parent of video device to pdevBingbu Cao2025-03-041-0/+1
| * media: mgb4: Fix switched CMT frequency range "magic values" setsMartin Tůma2025-02-251-1/+1
| * media: mgb4: Fix CMT registers update logicMartin Tůma2025-02-251-2/+4
| * media: cx23885: Remove unused netup_eeprom_writeDr. David Alan Gilbert2025-02-252-30/+0
| * media: cx23885: add simple suspend/resumeMatthias Schwarzott2025-02-211-4/+29
| * media: mgb4: Added support for additional GMSL modules variantsMartin Tůma2025-02-212-6/+15
| * media: v4l: Convert the users of v4l2_get_link_freq to call it on a padSakari Ailus2025-02-151-3/+8
| * media: ivsc: csi: Obtain link frequency from the media padSakari Ailus2025-02-151-52/+26
| * media: intel/ipu6: Obtain link frequency from the remote subdev padSakari Ailus2025-02-151-9/+3
| * media: pci: ipu6: drop vb2_ops_wait_prepare/finishHans Verkuil2025-02-151-2/+0
* | media: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+1
|/
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-2/+2
|\
| * driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2025-01-031-2/+2
* | Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2025-01-2514-72/+35
|\ \
| * | media: solo6x10: Use const 'struct bin_attribute' callbackThomas Weißschuh2025-01-071-2/+2
| * | media: saa7164: Remove unused valuesAriel Otilibili2025-01-071-2/+0
| * | media: intel/ipu6: move some boot messages to debug levelStanislaw Gruszka2024-12-192-5/+5
| * | media: intel/ipu6: remove cpu latency qos request on errorStanislaw Gruszka2024-12-191-0/+1
| * | media: cx18: Remove unused cx18_reset_ir_gpioDr. David Alan Gilbert2024-12-112-16/+0
| * | media: mgb4: Defines cleanupMartin Tůma2024-12-023-11/+5
| * | media: mgb4: Unify register names in inputs/outputsMartin Tůma2024-12-023-18/+18
| * | media: mgb4: Unify the outputs padding logic with the inputsMartin Tůma2024-12-021-1/+4
| * | media: b2c2: Remove unused functionsDr. David Alan Gilbert2024-12-021-17/+0
* | | media: ipu-bridge: Remove unneeded conditional compilationsRicardo Ribalda2024-12-191-25/+4
* | | ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda2024-12-191-2/+2
| |/ |/|
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0210-37/+37
|/
* Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-11-2052-562/+432
|\
| * Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab2024-11-112-1/+3
| |\
| * | media: mgb4: Fix inconsistent input/output alignment in loopback modeMartin Tůma2024-11-081-21/+9
| * | media: replace obsolete hans.verkuil@cisco.com aliasHans Verkuil2024-11-081-1/+1
| * | media: ipu6: make the ipu6_mmu_unmap() as a void functionBingbu Cao2024-11-072-12/+11
| * | media: ipu6: optimize the IPU6 MMU unmapping flowBingbu Cao2024-11-071-78/+39
| * | media: ipu6: optimize the IPU6 MMU mapping flowBingbu Cao2024-11-071-70/+64
| * | media: ipu6: move the l2_unmap() up before l2_map()Bingbu Cao2024-11-071-43/+43
| * | media: intel/ipu6: remove buttress ish structureStanislaw Gruszka2024-11-073-33/+4
| * | media: intel/ipu6: do not handle interrupts when device is disabledStanislaw Gruszka2024-11-072-4/+12
| * | media: ipu6: use PFN_UP() and sg_virt() for code simplicityBingbu Cao2024-11-073-6/+6
| * | media: ipu6: remove architecture DMA ops dependency in KconfigBingbu Cao2024-11-071-6/+0
| * | media: ipu6: use the IPU6 DMA mapping APIs to do mappingBingbu Cao2024-11-074-24/+66
| * | media: ipu6: not override the dma_ops of device in driverBingbu Cao2024-11-076-132/+156
| * | media: ipu6: Fix DMA and physical address debugging messages for 32-bitSakari Ailus2024-11-072-14/+21
| * | media: mantis: remove orphan mantis_core.hBjørn Mork2024-10-281-43/+0
| * | media: pci: drop vb2_ops_wait_prepare/finishHans Verkuil2024-10-2829-58/+0
| * | media: ipu6: remove redundant dependency in KconfigBingbu Cao2024-10-161-1/+1
| * | media: ipu6: fix the wrong type casting and 64-bit divisionBingbu Cao2024-10-167-17/+18