summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw686x
Commit message (Expand)AuthorAgeFilesLines
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-304-17/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* media: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+2
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-6/+6
* media: tw686x: Fix oops on buffer alloc failureKrzysztof Ha?asa2018-07-251-3/+8
* media: tw686x: Fix incorrect vb2_mem_ops GFP flagsEzequiel Garcia2018-05-281-1/+2
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-1/+0
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-151-4/+3
|\
| * media: pci: Convert timers to use timer_setup()Kees Cook2017-10-311-4/+3
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* [media] tw686x: silent -Wformat-security warningNicolas Iooss2017-02-031-1/+1
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] pci: constify snd_pcm_ops structuresJulia Lawall2016-09-191-1/+1
* [media] media: tw686x: Support frame sizes and frame intervals enumerationEzequiel Garcia2016-09-061-0/+38
* [media] tw686x: Delete an unnecessary check before the function call "video_u...Markus Elfring2016-08-241-2/+1
* [media] media: tw686x: Rework initial hardware configurationEzequiel Garcia2016-08-241-58/+81
* [media] tw686x: Support VIDIOC_{S,G}_PARM ioctlsEzequiel Garcia2016-07-131-3/+43
* [media] tw686x: use a formula instead of two tables for divMauro Carvalho Chehab2016-07-131-34/+61
* [media] tw686x: make const structs staticHans Verkuil2016-07-081-3/+3
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/pci/tw686x: convert driver to use the new vb2_queue dev fieldHans Verkuil2016-07-082-36/+1
* [media] tw686x: be explicit about the possible dma_mode optionsHans Verkuil2016-06-281-1/+1
* [media] tw686x: audio: Prevent hw param changes while busyEzequiel Garcia2016-06-282-4/+17
* [media] tw686x: audio: Allow to configure the period sizeEzequiel Garcia2016-06-283-23/+34
* [media] tw686x: audio: Implement non-memcpy captureEzequiel Garcia2016-06-281-4/+28
* [media] tw686x: Add support for DMA scatter-gather modeEzequiel Garcia2016-06-284-0/+207
* [media] tw686x: Add support for DMA contiguous interlaced frame modeEzequiel Garcia2016-06-284-0/+56
* [media] tw686x: Introduce an interface to support multiple DMA modesEzequiel Garcia2016-06-284-121/+206
* [media] tw686x: avoid going past arrayMauro Carvalho Chehab2016-04-261-2/+2
* [media] tw686x: Don't go past arrayMauro Carvalho Chehab2016-04-251-2/+11
* [media] tw686x-video: test for 60Hz instead of 50HzHans Verkuil2016-04-251-4/+4
* [media] tw686x: Specify that the DMA is 32 bitsEzequiel Garcia2016-04-201-0/+1
* [media] tw686x: add missing staticsHans Verkuil2016-04-201-2/+2
* [media] media: Support Intersil/Techwell TW686x-based video capture cardsEzequiel Garcia2016-04-207-0/+2029