aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-37/+37
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
2017-09-05media: dst_ca: remove CA_SET_DESCR boilerplateMauro Carvalho Chehab1-17/+0
2017-09-05media: dst_ca: return a proper error code from CA errorsMauro Carvalho Chehab1-19/+22
2017-09-05media: ca.h: get rid of CA_SET_PIDMauro Carvalho Chehab1-16/+0
2017-09-05media: ca.h: split typedefs from structsMauro Carvalho Chehab2-7/+7
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-8/+5
2017-08-27media: cx23885: Explicitly list Hauppauge model numbers of HVR-4400 and HVR-5500Matthias Schwarzott1-0/+6
2017-08-27media: cx18: make v4l2_file_operations constBhumika Goyal1-1/+1
2017-08-27media: pci: make video_device constBhumika Goyal7-7/+7
2017-08-27media: ddbridge: fix sparse warningsDaniel Scheller2-19/+19
2017-08-27media: ddbridge: fix teardown/deregistration order in ddb_input_detach()Daniel Scheller1-5/+6
2017-08-27media: cx23885: Fix use-after-free when unregistering the i2c_client for the dvb demodMatthias Schwarzott1-5/+5
2017-08-26media: pci: constify videobuf_queue_ops structuresArvind Yadav1-1/+1
2017-08-26media: cx18: Make i2c_algo_bit_data constBhumika Goyal1-1/+1
2017-08-26media: bt8xx: Make i2c_algo_bit_data constBhumika Goyal1-1/+1
2017-08-26media: pci: make i2c_adapter constBhumika Goyal8-9/+9