summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | media: mgb4: Fix debugfs error handlingMartin Tůma2024-10-126-40/+22
* | | Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-11-201-3/+3
|\ \ \ | |_|/ |/| |
| * | spi: Merge up v6.12Mark Brown2024-10-071-1/+1
| |\ \
| * | | media: netup_unidvb: switch to use devm_spi_alloc_host()Yang Yingliang2024-09-301-3/+3
| | |/ | |/|
* | | Merge tag 'media/v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-11-081-0/+2
|\ \ \ | |_|/ |/| |
| * | media: mgb4: protect driver against spectreMauro Carvalho Chehab2024-10-181-0/+2
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* 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