summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-0132-187/+258
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] cx25821, cx88, tm6000: use SNDRV_DEFAULT_ENABLE_PNPLuis de Bethencourt2015-10-012-2/+2
* [media] cobalt: fix Kconfig dependencyHans Verkuil2015-10-011-1/+1
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-012-5/+2
* [media] saa7164: video and vbi ports share the same input/tuner/stdHans Verkuil2015-10-013-204/+82
* [media] saa7164: fix input and tuner compliance problemsHans Verkuil2015-10-012-10/+20
* [media] saa7164: remove unused videobuf referencesHans Verkuil2015-10-012-3/+0
* [media] saa7164: fix format ioctlsHans Verkuil2015-10-013-125/+20
* [media] saa7164: add support for control eventsHans Verkuil2015-10-012-2/+7
* [media] saa7164: fix poll bugsHans Verkuil2015-10-011-11/+4
* [media] saa7164: add v4l2_fh supportHans Verkuil2015-10-013-4/+12
* [media] saa7164: convert to the control frameworkHans Verkuil2015-10-013-742/+81
* [media] saa7134: add Leadtek Winfast TV2100 FM card supportDarek Zielski2015-09-253-0/+51
* [media] media/pci/cobalt: Use %*ph to print small buffersAlexander Kuleshov2015-09-251-5/+3
* [media] ivtv-alsa: Add index to specify device numberNicolas Sugino2015-09-251-2/+12
* Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-0533-414/+2450
|\
| * [media] bt8xxx: Use monotonic timeAbhilash Jindal2015-08-162-14/+9
| * [media] zoran: Use monotonic timeAbhilash Jindal2015-08-161-13/+5
| * [media] tw68: Move PCI vendor and device IDs to pci_ids.hEzequiel Garcia2015-08-162-26/+11
| * [media] netup_unidvb: NetUP Universal DVB-S/S2/T/T2/C PCI-E card driverKozlov Sergey2015-08-119-1/+2039
| * [media] ttpci: Replace memset with eth_zero_addrVaishali Thakkar2015-08-112-3/+4
| * [media] x86/mm/pat, drivers/media/ivtv: move pat warn and replace WARN() with...Luis R. Rodriguez2015-08-111-6/+9
| * [media] pci/Kconfig: don't use MEDIA_ANALOG_TV_SUPPORT for grabber cardsKrzysztof Hałasa2015-08-111-3/+3
| * [media] mantis: remove an uneeded gotoMauro Carvalho Chehab2015-08-111-3/+1
| * [media] mantis: Fix error handling in mantis_dma_init()Fabio Estevam2015-08-111-2/+3
| * [media] zoran: convert to the control framework and to v4l2_fhHans Verkuil2015-08-113-55/+23
| * [media] zoran: use standard core lockHans Verkuil2015-08-113-198/+60
| * [media] zoran: remove unused read/write functionsHans Verkuil2015-08-111-25/+0
| * [media] zoran: remove unnecessary memsetHans Verkuil2015-08-111-1/+0
| * [media] media: ttpci: Use vsprintf %pM extensionJoe Perches2015-07-221-3/+1
| * [media] cobalt: allow fewer than 8 PCIe lanesHans Verkuil2015-07-221-5/+6
| * [media] cobalt: accept unchanged timings when vb2_is_busy()Hans Verkuil2015-07-221-3/+8
| * [media] adv7604/cobalt: Allow compile test if !GPIOLIBGeert Uytterhoeven2015-07-171-1/+2
| * [media] SMI PCIe IR driver for DVBSky cardsNibble Max2015-07-065-1/+268
| * [media] pci/ivtv/ivtv-gpio: Remove compat control opsRicardo Ribalda2015-07-061-7/+0
| * [media] btcx-risc: use swap() in btcx_sort_clips()Fabian Frederick2015-07-061-4/+1
| * [media] SOLO6x10: Remove dead codeKrzysztof Hałasa2015-07-061-15/+2
| * [media] SOLO6x10: remove unneeded register locking and barriersKrzysztof Hałasa2015-07-062-26/+1
| * [media] SOLO6x10: unmap registers only after free_irq()Krzysztof Hałasa2015-07-061-1/+1
| * [media] SOLO6x10: Fix G.723 minimum audio period countKrzysztof Hałasa2015-07-061-7/+6
| * Merge tag 'v4.2-rc1' into patchworkMauro Carvalho Chehab2015-07-063-36/+26
| |\
* | \ Merge tag 'media/v4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-08-213-3/+5
|\ \ \
| * | | [media] mantis: Fix error handling in mantis_dma_init()Fabio Estevam2015-08-191-2/+3
| * | | [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-1/+1
| |/ /
| * | [media] media/pci/cobalt: fix Kconfig and build when SND is not enabledRandy Dunlap2015-07-011-0/+1
* | | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...Luis R. Rodriguez2015-07-211-6/+9
| |/ |/|
* | Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-261-1/+0
|\ \
* \ \ Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-25114-1086/+8148
|\ \ \ | | |/ | |/|
| * | [media] saa7134: fix page size on some archsMauro Carvalho Chehab2015-06-241-3/+3