aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-20media: ddbridge: fix semicolon.cocci warningsFengguang Wu1-2/+2
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young10-62/+71
2017-08-20media: rc: saa7134: raw decoder can support any protocolSean Young1-1/+3
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young1-1/+1
2017-08-20media: rc: saa7134: add trailing space for timely decodingSean Young1-0/+3
2017-08-20media: rc-core: improve ir_raw_store_edge() handlingSean Young1-25/+1
2017-08-20media: rc-core: rename input_name to device_nameSean Young10-12/+12
2017-08-20media: ivtv: Fix incompatible type for argument errorBhumika Goyal1-1/+1
2017-08-20media: cx18: Fix incompatible type for argument errorBhumika Goyal1-1/+1
2017-08-20media: solo6x10: make snd_kcontrol_new constBhumika Goyal1-1/+1
2017-08-20media: cx88: make snd_kcontrol_new constBhumika Goyal1-1/+1
2017-08-20media: cx18: constify videobuf_queue_ops structuresJulia Lawall1-1/+1
2017-08-20media: v4l2: av7110_v4l: constify v4l2_audio structureJulia Lawall1-1/+1
2017-08-20media: pci: make snd_pcm_hardware constBhumika Goyal6-7/+7
2017-08-20media: ddbridge: get rid of fall though gcc 7.1 warningsMauro Carvalho Chehab1-0/+3
2017-08-20media: ddbridge: constify stv0910_p and lnbh25_cfgJulia Lawall1-2/+2
2017-08-20media: ddbridge: const'ify all ddb_info, ddb_regmap et alDaniel Scheller4-28/+29
2017-08-20media: ddbridge: bump version string to 0.9.31intermediate-integratedDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove ddb_info's from the global scopeDaniel Scheller2-55/+23
2017-08-20media: ddbridge: move ddb_unmap(), cleanup modparamsDaniel Scheller3-20/+21
2017-08-20media: ddbridge: move device ID table to ddbridge-hwDaniel Scheller5-45/+96
2017-08-20media: ddbridge: fix gap handlingDaniel Scheller1-1/+5
2017-08-20media: ddbridge: fix buffer overflow in max_set_input_unlocked()Daniel Scheller1-3/+4
2017-08-20media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)Daniel Scheller10-4/+588
2017-08-20media: ddbridge: Kconfig option to control the MSI modparam defaultDaniel Scheller2-2/+24
2017-08-20media: ddbridge: fix dereference before checkDaniel Scheller1-4/+14
2017-08-20media: ddbridge: fix impossible condition warningDaniel Scheller1-1/+1
2017-08-20media: ddbridge: remove unreachable codeDaniel Scheller1-23/+4
2017-08-20media: ddbridge: fix possible buffer overflow in ddb_ports_init()Daniel Scheller1-1/+1
2017-08-20media: ddbridge: only register frontends in fe2 if fe is not NULLDaniel Scheller1-9/+11
2017-08-20media: ddbridge: check pointers before dereferencingDaniel Scheller1-2/+2
2017-08-20media: ddbridge: split off hardware definitions and mappingsDaniel Scheller6-286/+354
2017-08-20media: ddbridge: split I/O related functions off from ddbridge.hDaniel Scheller5-43/+74
2017-08-20media: ddbridge: bump ddbridge code to version 0.9.29Daniel Scheller6-1163/+3376