summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw686x
Commit message (Expand)AuthorAgeFilesLines
* [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