summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: mgb4: Fix debugfs error handlingMartin Tůma2024-10-126-40/+22
* Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-09-2410-100/+480
|\
| * media: intel/ipu6: make use of dev_err_cast_probe()Hongbo Li2024-08-311-12/+8
| * media: mgb4: Fixed signal frame rate limit handlingMartin Tůma2024-08-143-11/+12
| * media: mgb4: Add support for V4L2_CAP_TIMEPERFRAMEMartin Tůma2024-08-148-37/+277
| * media: mgb4: Add support for YUV image formatsMartin Tůma2024-08-143-40/+183
| * media: solo6x10: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-08-091-4/+4
* | dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+6
* | dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig2024-08-291-3/+1
|/
* media: intel/ipu6: select AUXILIARY_BUS in KconfigBingbu Cao2024-07-301-0/+1
* media: ipu-bridge: fix ipu6 Kconfig dependenciesArnd Bergmann2024-07-301-1/+1
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-4/+4
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-3/+3
| * Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-176-40/+56
| |\
| * | auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-131-1/+1
* | | Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-07-1838-297/+273
|\ \ \
| * | | media: Convert from tasklet to BH workqueueAllen Pais2024-06-2121-76/+84
| * | | media: ipu-bridge: Add HIDs from out of tree IPU6 driver ipu-bridge copyHans de Goede2024-06-151-3/+19
| * | | media: ipu-bridge: Sort ipu_supported_sensors[] array by ACPI HIDHans de Goede2024-06-151-10/+12
| * | | media: ivsc: csi: remove privacy status in struct mei_csiWentong Wu2024-06-151-7/+3
| * | | media: ivsc: csi: don't count privacy on as errorWentong Wu2024-06-151-1/+5
| * | | media: ivsc: csi: add separate lock for v4l2 control handlerWentong Wu2024-06-151-1/+7
| * | | media: pci: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-153-0/+3
| * | | media: saa7134: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-154-0/+4
| * | | saa7134: Unchecked i2c_transfer function result fixedAleksandr Burakov2024-06-151-2/+6
| * | | Merge tag 'v6.10-rc3'Hans Verkuil2024-06-105-39/+55
| |\ \ \
| * | | | media: ipu6: Print CSR messages using debug levelSakari Ailus2024-06-041-2/+2
| * | | | media: ipu6: Rework CSI-2 sub-device streaming controlSakari Ailus2024-06-044-97/+49
| * | | | media: pci/ivtv: Use managed version of pci_enable_deviceRicardo Ribalda2024-05-311-2/+1
| * | | | media: pci/ivtv: Replace request_mem_region with devm_ variantRicardo Ribalda2024-05-311-31/+14
| * | | | media: pci/ivtv: Replace ioremap with devm_ variantsRicardo Ribalda2024-05-311-39/+12
| * | | | media: pci: cx18: Use flex arrays for struct cx18_scbRicardo Ribalda2024-05-311-1/+1
| * | | | media: ivtv: Factor out schedule functionsRicardo Ribalda2024-05-311-27/+39
| * | | | media: pci: ivtv: Add check for DMA map resultMikhail Kobuk2024-05-313-3/+17
| | |/ / | |/| |