summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-0821-21/+21
* [media] media/pci/tw686x: convert driver to use the new vb2_queue dev fieldHans Verkuil2016-07-082-36/+1Star
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-0832-143/+31Star
* [media] solo6x10: Simplify solo_enum_ext_inputIsmael Luceno2016-06-281-18/+16Star
* [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
* zr36016: remove some unused tablesMauro Carvalho Chehab2016-06-241-4/+0Star
* cx25821-alsa: shutup a Gcc 6.1 warningMauro Carvalho Chehab2016-06-241-1/+1
* cx18: use macros instead of static const varsMauro Carvalho Chehab2016-06-245-14/+14
* [media] Change frontend allocation strategy for NetUP Universal DVB cardsAbylay Ospan2016-06-071-59/+7Star
* [media] Fix CAM module memory read/writeAbylay Ospan2016-06-071-2/+2
* [media] New hw revision 1.4 of NetUP Universal DVB card addedAbylay Ospan2016-06-072-55/+161
* [media] Add support Sony HELENE Sat/Ter TunerAbylay Ospan2016-06-071-1/+6
* [media] smipcie: add RC map into card configuration optionsOlli Salonen2016-05-073-4/+6
* [media] smipcie: MAC address printout formattingOlli Salonen2016-05-071-1/+2
* [media] smipcie: add support for TechnoTrend S2-4200 TwinOlli Salonen2016-05-073-1/+15
* [media] drivers/media/pci/zoran: avoid fragile snprintf useRasmus Villemoes2016-05-071-2/+3
* [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] sta2x11: remove unused varsMauro Carvalho Chehab2016-04-251-2/+0Star
* [media] sta2x11_vip: fix s_stdHans Verkuil2016-04-251-16/+10Star
* [media] tw686x-video: test for 60Hz instead of 50HzHans Verkuil2016-04-251-4/+4
* [media] ivtv/cx18: use the new mask variants of the v4l2_device_call_* definesHans Verkuil2016-04-202-22/+4Star
* [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-209-0/+2031
* [media] cx23885: uninitialized variable in cx23885_av_work_handler()Dan Carpenter2016-04-131-1/+1
* [media] cobalt: add MTD dependencyArnd Bergmann2016-04-131-0/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-212-8/+6Star
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-162-8/+6Star
* | [media] saa7134: fix warning with !MEDIA_CONTROLLERArnd Bergmann2016-03-031-2/+2
* | [media] cx23885: incorrect I2C bus used in the CI registrationOlli Salonen2016-03-031-2/+2
* | [media] cx23885: fix reversed I2C bus numberingOlli Salonen2016-03-031-6/+6
* | [media] saa7134: Add support for Snazio TvPVR PROGEORGE2016-03-033-1/+59
* | [media] pt3: fix device identificationMauro Carvalho Chehab2016-03-011-1/+2
* | [media] bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede2016-03-011-6/+20
* | [media] ttpci: cleanup a bogus smatch warningMauro Carvalho Chehab2016-02-231-9/+23
* | [media] av7110: remove a bogus smatch warningMauro Carvalho Chehab2016-02-231-4/+9
* | [media] ivtv: steal could be NULLMauro Carvalho Chehab2016-02-231-1/+1
* | [media] media_device: move allocation out of media_device_*_initMauro Carvalho Chehab2016-02-231-1/+2
* | [media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab2016-02-231-1/+1
* | [media] saa7134: fix detection of external decodersMauro Carvalho Chehab2016-02-231-1/+2
* | [media] saa7134: Fix bytesperline not being set correctly for planar formatsHans de Goede2016-02-191-6/+12
* | [media] saa7134: add media controller supportMauro Carvalho Chehab2016-02-104-5/+268
* | [media] saa7134: Get rid of struct saa7134_input.tv fieldMauro Carvalho Chehab2016-02-103-198/+10Star