aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw686x (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06media: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-6/+6
2018-07-25media: tw686x: Fix oops on buffer alloc failureKrzysztof Ha?asa1-3/+8
2018-05-28media: tw686x: Fix incorrect vb2_mem_ops GFP flagsEzequiel Garcia1-1/+2
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-31media: pci: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-02-03[media] tw686x: silent -Wformat-security warningNicolas Iooss1-1/+1
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-09-19[media] pci: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-09-06[media] media: tw686x: Support frame sizes and frame intervals enumerationEzequiel Garcia1-0/+38
2016-08-24[media] tw686x: Delete an unnecessary check before the function call "video_unregister_device"Markus Elfring1-2/+1
2016-08-24[media] media: tw686x: Rework initial hardware configurationEzequiel Garcia1-58/+81
2016-07-13[media] tw686x: Support VIDIOC_{S,G}_PARM ioctlsEzequiel Garcia1-3/+43
2016-07-13[media] tw686x: use a formula instead of two tables for divMauro Carvalho Chehab1-34/+61
2016-07-08[media] tw686x: make const structs staticHans Verkuil1-3/+3
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/pci/tw686x: convert driver to use the new vb2_queue dev fieldHans Verkuil2-36/+1
2016-06-28[media] tw686x: be explicit about the possible dma_mode optionsHans Verkuil1-1/+1
2016-06-28[media] tw686x: audio: Prevent hw param changes while busyEzequiel Garcia2-4/+17
2016-06-28[media] tw686x: audio: Allow to configure the period sizeEzequiel Garcia3-23/+34
2016-06-28[media] tw686x: audio: Implement non-memcpy captureEzequiel Garcia1-4/+28
2016-06-28[media] tw686x: Add support for DMA scatter-gather modeEzequiel Garcia4-0/+207
2016-06-28[media] tw686x: Add support for DMA contiguous interlaced frame modeEzequiel Garcia4-0/+56
2016-06-28[media] tw686x: Introduce an interface to support multiple DMA modesEzequiel Garcia4-121/+206
2016-04-26[media] tw686x: avoid going past arrayMauro Carvalho Chehab1-2/+2
2016-04-25[media] tw686x: Don't go past arrayMauro Carvalho Chehab1-2/+11
2016-04-25[media] tw686x-video: test for 60Hz instead of 50HzHans Verkuil1-4/+4
2016-04-20[media] tw686x: Specify that the DMA is 32 bitsEzequiel Garcia1-0/+1
2016-04-20[media] tw686x: add missing staticsHans Verkuil1-2/+2
2016-04-20[media] media: Support Intersil/Techwell TW686x-based video capture cardsEzequiel Garcia7-0/+2029