summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw68
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: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* media: tw68: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-04-063-3/+4
* media: tw68: use generic power managementVaibhav Gupta2020-07-191-19/+11
* media: tw68: Replace http links with https onesAlexander A. Klimov2020-07-191-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-222-14/+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-305-50/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+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: tw68: fix kernel-doc markupsMauro Carvalho Chehab2017-11-301-16/+17
* 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-083-14/+4
* [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
* various: fix pci_set_dma_mask return value checkingChristoph Hellwig2015-11-201-2/+2
* tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* 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-012-9/+13
* [media] tw68: Move PCI vendor and device IDs to pci_ids.hEzequiel Garcia2015-08-162-26/+11
* [media] tw68: remove unnecessary version.h inclusionFabian Frederick2015-01-271-1/+0
* [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-253-3/+14
* [media] tw68: remove bogus I2C_ALGOBIT dependencyHans Verkuil2014-10-241-1/+0
* [media] tw68: remove deprecated IRQF_DISABLEDFabian Frederick2014-10-241-1/+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: make tw68_pci_tbl static and constifyMauro Carvalho Chehab2014-09-041-1/+1
* [media] tw68: refactor and cleanup the tw68 driverHans Verkuil2014-09-0412-3404/+556
* [media] tw68: add original tw68 codeHans Verkuil2014-09-0410-0/+5011