aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2-3/+3
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab3-3/+3
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook4-4/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook3-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds68-12581/+1694
2018-05-28media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller1-5/+29
2018-05-28media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2-0/+2
2018-05-28media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller2-2/+2
2018-05-28media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller2-10/+15
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 Uytterhoeven6-6/+0
2018-05-25media: zoran: move to staging in preparation for removalHans Verkuil21-10708/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-27/+3
2018-05-11media: cx23885: Add some missing register documentationBrad Love1-1/+8
2018-05-11media: cx23885: Expand registers in dma tsport reg dumpBrad Love1-0/+12
2018-05-11media: cx23885: Ryzen DMA related RiSC engine stall fixesBrad Love2-2/+74
2018-05-11media: cx23885: Use PCI and TS masks in irq functionsBrad Love1-2/+10
2018-05-11media: cx23885: Handle additional bufs on interruptBrad Love1-13/+24
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab11-13/+13
2018-05-09media: Revert cleanup ktime_set() usageJasmin Jessich2-3/+5
2018-05-09media: Use ktime_set() in pt1.cJasmin Jessich1-1/+1
2018-05-09media: saa7164: Fix driver name in debug outputBrad Love1-1/+2
2018-05-09media: intel-ipu3: Kconfig coding style issueBrad Love1-6/+6
2018-05-09media: sta2x11: Use gpio_is_valid() and remove unnecessary checkArvind Yadav1-16/+15
2018-05-09media: intel-ipu3: cio2: Handle IRQs until INT_STS is clearedBingbu Cao1-10/+22
2018-05-05media: meye: allow building it with COMPILE_TEST on non-x86Mauro Carvalho Chehab1-1/+2
2018-05-05media: cx88: Get rid of spurious call to cx8800_start_vbi_dma()Devin Heitmueller1-1/+0
2018-05-05media: frontends: fix ops get_algo()'s return typeLuc Van Oostenryck2-2/+2
2018-05-05media: ngene: fix ci_tsfix modparam description typoDaniel Scheller1-1/+1
2018-05-05media: ngene: cleanup superfluous I2C adapter evaluationDaniel Scheller1-13/+0
2018-05-05media: pt1: use #ifdef CONFIG_PM_SLEEP instead of #ifMauro Carvalho Chehab1-1/+1
2018-05-05media: pt1: fix strncmp() size warningMauro Carvalho Chehab1-1/+2
2018-05-05media: dvb: earth-pt1: replace schedule_timeout with usleep_rangeAkihiro Tsukada1-11/+23
2018-05-05media: dvb: earth-pt1: add support for suspend/resumeAkihiro Tsukada1-2/+105
2018-05-05media: dvb: earth-pt1: decompose pt1 driver into sub driversAkihiro Tsukada7-1456/+227
2018-05-04media: bttv: Fixed oops error when capturing at yuv410pSamuel Williams1-8/+9
2018-05-04media: dvb/pci/pt3: use SPDX License IdentifierAkihiro Tsukada4-40/+4
2018-05-04media: pt3: no need to check if null for dvb_module_release()Mauro Carvalho Chehab1-4/+2
2018-05-04media: media/dvb: earth-pt3: use the new i2c binding helperAkihiro Tsukada1-37/+22
2018-05-04media: ddbridge, cxd2099: include guard, fix unneeded NULL init, stringsDaniel Scheller2-1/+5
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab4-10/+11
2018-05-04media: ddbridge: set driver version to 0.9.33-integratedDaniel Scheller1-1/+1
2018-05-04media: ddbridge: recognize and attach the MaxSX8 cardsDaniel Scheller1-0/+15
2018-05-04media: ddbridge: add hardware defs and PCI IDs for MCI cardsDaniel Scheller3-4/+19
2018-05-04media: ddbridge/max: implement MCI/MaxSX8 attach functionDaniel Scheller2-0/+43
2018-05-04media: ddbridge: initial support for MCI-based MaxSX8 cardsDaniel Scheller3-1/+703
2018-05-04media: ddbridge: support dummy tuners with 125MByte/s dummy data streamDaniel Scheller3-0/+38
2018-05-04media: ddbridge: make DMA buffer count and size modparam-configurableDaniel Scheller2-18/+24