aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2017-12-11media: cx25821-alsa: fix usage of a pointer printkMauro Carvalho Chehab1-2/+2
2017-12-11media: pt1: fix logic when pt1_nr_tables is zero or negativeMauro Carvalho Chehab1-8/+9
2017-12-11media: ddbridge: shut up a new warningMauro Carvalho Chehab1-0/+1
2017-12-11media: ddbridge: update driver version numberDaniel Scheller1-1/+1
2017-12-11media: ddbridge/max: prefix lnb_init_fmode() and fe_attach_mxl5xx()Daniel Scheller3-7/+7
2017-12-11media: ddbridge/max: rename ddbridge-maxs8.[c|h] to ddbridge-max.[c|h]Daniel Scheller4-8/+8
2017-12-11media: ddbridge/ci: change debug printing to debug severityDaniel Scheller1-1/+1
2017-12-11media: ddbridge: split off CI (common interface) from ddbridge-coreDaniel Scheller4-330/+383
2017-12-11media: ddbridge: fixup checkpatch-strict issuesDaniel Scheller7-158/+173
2017-12-11media: ddbridge: remove unneeded *fe vars from attach functionsDaniel Scheller1-16/+13
2017-12-08media: solo6x10: use ktime_get_ts64() for time syncArnd Bergmann1-8/+9
2017-12-08media: cx23885: Handle return value of kasprintfArvind Yadav1-2/+13
2017-12-08media: drivers/media/pci/zoran: remove redundant assignment to pointer hColin Ian King1-1/+0
2017-12-08media: pt3: remove redundant assignment to maskColin Ian King1-1/+0
2017-12-08media: use ARRAY_SIZEJérémy Lefaure3-3/+6
2017-12-08media: solo6x10: hide unused variableArnd Bergmann1-0/+2
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-1/+1
2017-11-30media: netup_unidvb: fix a bad kernel-doc markupMauro Carvalho Chehab1-4/+4
2017-11-30media: tw68: fix kernel-doc markupsMauro Carvalho Chehab1-16/+17
2017-11-30media: sta2x11: document missing function parametersMauro Carvalho Chehab1-0/+11
2017-11-27media: annotate ->poll() instancesAl Viro13-32/+32
2017-11-27annotate poll_table_struct ->_keyAl Viro4-5/+5
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds42-131/+109
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-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov35-0/+35
2017-11-07media: cx88: make const arrays default_addr_list and pvr2000_addr_list staticColin Ian King1-2/+2
2017-11-07media: ddbridge: fix build warningsRandy Dunlap1-2/+2
2017-11-07media: av7110: avoid 2038 overflow in debug printArnd Bergmann1-3/+3
2017-11-03media: ttpci: remove autorepeat handling and use timer_setupSean Young2-37/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman35-0/+35
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 Cook11-29/+28
2017-10-31media: saa7134: Convert timers to use timer_setup()Kees Cook6-15/+11
2017-10-27media: cx23885/saa7134: make vb2_ops constBhumika Goyal4-4/+4
2017-10-27media: zoran: make zoran_template constBhumika Goyal2-2/+2
2017-10-27media: bt8xx: make bttv_vbi_qops constBhumika Goyal2-2/+2
2017-10-11media: dvb_demux: dvb_demux_feed.pusi_seen is booleanMauro Carvalho Chehab2-2/+2
2017-09-29Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab1-8/+5
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil2-8/+8
2017-09-23media: cobalt: do not register subdev nodesHans Verkuil1-3/+0
2017-09-23media: Hexium Orion: Adjust one function call together with a variable assignmentMarkus Elfring1-1/+3
2017-09-23media: meye: Adjust two function calls together with a variable assignmentMarkus Elfring1-3/+4
2017-09-23media: cx23885: make const array buf static, reduces object code sizeColin Ian King1-1/+1
2017-09-23media: cobalt: remove redundant zero check on retvalColin Ian King1-2/+0
2017-09-23media: pci: make i2c_client constBhumika Goyal5-5/+5
2017-09-23media: drivers: Adjust checks for null pointersMarkus Elfring2-12/+12
2017-09-23media: drivers: improve a size determinationMarkus Elfring6-7/+7
2017-09-23media: drivers: delete unnecessary variable initialisationsMarkus Elfring2-2/+2
2017-09-23media: drivers: delete error messages for failed memory allocationMarkus Elfring7-26/+11
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+5