summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx18
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2025-10-14media: cx18: Fix invalid access to file *Jacopo Mondi-20/+27
2025-09-09media: update Hans Verkuil's email addressHans Verkuil-41/+41
2025-08-29media: cx18: Add missing check after DMA mapThomas Fourier-3/+10
2025-08-13media: cx18: Access v4l2_fh from fileJacopo Mondi-32/+32
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart-2/+2
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart-1/+1
2025-06-17media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu-10/+2
2025-06-17media: cx18: Replace custom implementation of list_entry_is_head()Andy Shevchenko-14/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2024-12-11media: cx18: Remove unused cx18_reset_ir_gpioDr. David Alan Gilbert-16/+0
2024-10-28media: pci: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-05-31media: pci: cx18: Use flex arrays for struct cx18_scbRicardo Ribalda-1/+1
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard-1/+1
2023-11-23media: pci: cx18: Stop direct calls to queue num_buffers fieldBenjamin Gaignard-2/+3
2023-10-13media: pci: cx18: if cx == NULL, then don't use it.Hans Verkuil-1/+1
2023-09-27media: cx18: increase in_workq_name sizeHans Verkuil-1/+1
2023-07-19media: cx18: remove unnecessary (void*) conversionsYu Zhe-2/+2
2023-05-26media: pci: cx18-av-vbi: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui-2/+2
2023-03-19media: cx18: fix format compliance issuesHans Verkuil-27/+44
2023-03-19media: cx18: reorder fmt_vid_cap functions in cx18-ioctl.cHans Verkuil-97/+100
2023-03-19media: cx18: missing CAP_AUDIO for vbi streamHans Verkuil-1/+1
2023-03-19media: cx18: properly report pixelformatsHans Verkuil-23/+38
2023-03-19media: cx18: fix incorrect input countingHans Verkuil-2/+2
2023-03-19media: cx18: convert to vb2Hans Verkuil-346/+199
2022-09-24media: pci/cx18: fix repeated words in commentsJilin Yuan-2/+2
2022-08-29media: pci/cx18: fix repeated words in commentswangjianli-1/+1
2022-08-29media: pci/cx18: fix repeated words in commentswangjianli-1/+1
2022-07-08media: cx18: Fix typo in commentsJiang Jian-1/+1
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus-2/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab-3/+3
2022-03-07Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab-1/+1
2022-03-07media: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-3/+3
2022-02-22media: cx18: use GFP_KERNELJulia Lawall-1/+1
2021-11-22media: cx18: drop an unused macroMauro Carvalho Chehab-6/+0
2021-09-30media: switch from 'pci_' to 'dma_' APIChristophe JAILLET-15/+16
2021-09-30media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia-6/+6
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen-1/+1
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-4/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-2/+0
2021-03-11media: drivers: media: pci: cx18: Spelling fix of minimze to minimize in the ...Bhaskar Chowdhury-1/+1
2021-03-11media: drivers: media: pci: cx18: Couple of spell fixes in the file cx18-av-c...Bhaskar Chowdhury-2/+2
2021-03-11media: drivers/media/pci/cx18: Fix a spelling minimze to minimize in the file...Bhaskar Chowdhury-1/+1
2020-07-19media: cx18: Replace http links with https onesAlexander A. Klimov-1/+1
2020-05-06media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart-6/+16