summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge tag 'media/v6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-07-033-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | media: ivsc: Depend on IPU_BRIDGE or not IPU_BRIDGESakari Ailus2024-06-151-0/+1
| * | | media: intel/ipu6: Fix a null pointer dereference in ipu6_isys_query_stream_b...Hao Ge2024-06-151-1/+1
| * | | media: ipu6: Use the ISYS auxdev device as the V4L2 device's deviceSakari Ailus2024-06-151-1/+1
| | |/ | |/|
* / | mailmap: Add my outdated addresses to the map fileAndy Shevchenko2024-06-121-1/+1
|/ /
* | media: intel/ipu6: add csi2 port sanity check in notifier boundBingbu Cao2024-05-301-0/+6
* | media: intel/ipu6: update the maximum supported csi2 port number to 6Bingbu Cao2024-05-301-1/+1
* | media: mei: csi: Warn less verbosely of a missing device fwnodeSakari Ailus2024-05-301-1/+3
* | media: mei: csi: Put the IPU device referenceSakari Ailus2024-05-301-0/+1
* | media: intel/ipu6: fix the buffer flags caused by wrong parenthesesBingbu Cao2024-05-281-3/+3
* | media: intel/ipu6: Fix an error handling path in isys_probe()Christophe JAILLET2024-05-281-9/+18
* | media: intel/ipu6: Move isys_remove() close to isys_probe()Christophe JAILLET2024-05-281-35/+35
* | media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove()Christophe JAILLET2024-05-281-3/+0
* | media: mgb4: Fix double debugfs removeMartin Tůma2024-05-271-3/+4
|/
* media: intel/ipu6: Don't print user-triggerable errors to kernel logSakari Ailus2024-05-101-5/+5
* media: media: intel/ipu6: Fix spelling mistake "remappinp" -> "remapping"Colin Ian King2024-05-081-1/+1
* media: intel/ipu6: explicitly include vmalloc.hStephen Rothwell2024-05-081-0/+1