summaryrefslogtreecommitdiff
path: root/drivers/media/pci/cx23885/cx23885-video.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05media: pci: cx23885: check cx23885_vdev_init() returnHans Verkuil1-0/+8
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-2/+2
2023-07-25media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-03-20media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen1-6/+7
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab1-1/+1
2020-08-29media: pci: cx23855-video.c: remove duplicate argument in 'or'Daniel W. S. Almeida1-1/+1
2020-04-21media: cx23885: Add i2c device analog tuner supportBrad Love1-12/+76
2020-04-21media: cx23885: Add analog frontend to HVR5525Brad Love1-0/+3
2020-04-21media: cx23885: Add analog frontend to Hauppauge QuadHDBrad Love1-1/+7
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-12-13media: cx23885: Add support for AVerMedia CE310BForest Crossman1-1/+2
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil1-5/+2
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil1-9/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil1-5/+23
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-5/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-03-06media: cx23885: Add support for Hauppauge PCIe HVR1265 K4Brad Love1-1/+4
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-1/+1
2016-11-18[media] cx23885: convert it to use pr_foo() macrosMauro Carvalho Chehab1-11/+12
2016-10-21[media] cx23885: don't break long linesMauro Carvalho Chehab1-2/+1
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-1/+2
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+1
2015-12-18[media] cx23885: add support for ViewCast 260e and 460eHans Verkuil1-1/+3
2015-12-18[media] cx23885: fix format/crop handlingHans Verkuil1-1/+38
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-12/+15
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-5/+7
2015-04-08[media] cx23885: Always initialise dev->slock spinlockDavid Howells1-1/+0
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil1-9/+0
2014-11-25[media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil1-0/+1
2014-11-14[media] pci: Make use of MEDIA_BUS_FMT definitionsBoris BREZILLON1-1/+1
2014-09-22[media] cx23885: fix size helper functionsHans Verkuil1-1/+1
2014-09-08[media] cx23885: Add busy checks before changing formatsHans Verkuil1-3/+12
2014-09-08[media] cx23885: fix field handlingHans Verkuil1-1/+6
2014-09-08[media] cx23885: convert to vb2Hans Verkuil1-597/+213
2014-09-03[media] cx23885: remove FSF address as per checkpatchHans Verkuil1-5/+0
2014-09-03[media] cx23885: use video_drvdata to get cx23885_dev pointerHans Verkuil1-31/+29
2014-09-03[media] cx23885: fmt, width and height are global, not per-fhHans Verkuil1-95/+30
2014-09-03[media] cx23885: drop type field from struct cx23885_fhHans Verkuil1-49/+40
2014-09-03[media] cx23885: drop radio-related dead codeHans Verkuil1-12/+3
2014-09-03[media] cx23885: map invalid fields to a valid fieldHans Verkuil1-1/+2
2014-09-03[media] cx23885: fix format colorspace compliance errorHans Verkuil1-0/+2
2014-09-03[media] cx23885: convert 417 to the control frameworkHans Verkuil1-6/+0
2014-09-03[media] cx23885: convert to the control frameworkHans Verkuil1-211/+35