summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw68/tw68-video.c
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
* media: pci: tw68: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
* media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen2023-03-191-7/+9
* media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus2022-04-241-3/+0
* media: tw68: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-04-061-1/+1
* media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: drivers/media: don't set pix->priv = 0Hans Verkuil2019-07-231-1/+0
* media: media/pci: don't set description for ENUM_FMTHans Verkuil2019-07-221-13/+0
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* media: pci: fix several typosMauro Carvalho Chehab2019-03-011-1/+1
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
* media: pci: make video_device constBhumika Goyal2017-08-271-1/+1
* [media] tw68: don't break long linesMauro Carvalho Chehab2016-10-211-9/+7
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-10/+10
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-8/+11
* [media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil2014-11-251-8/+0
* [media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil2014-11-251-0/+1
* [media] tw68: drop bogus cpu_to_le32() callHans Verkuil2014-09-081-1/+1
* [media] tw68: simplify tw68_buffer_countHans Verkuil2014-09-081-10/+1
* [media] tw68: refactor and cleanup the tw68 driverHans Verkuil2014-09-041-1538/+368
* [media] tw68: add original tw68 codeHans Verkuil2014-09-041-0/+2230