aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-27media: mn88473: reset stream ID reg if no PLP givenOlli Salonen1-1/+3
2017-08-27media: mn88472: reset stream ID reg if no PLP givenOlli Salonen1-1/+3
2017-08-27media: dib8000: remove some bogus dead codeDan Carpenter2-19/+0
2017-08-27media: dib9000: delete some unused broken codeDan Carpenter2-25/+0
2017-08-27media: dib0090: fix duplicated code for different branchesGustavo A. R. Silva1-8/+1
2017-08-27media: dvb-frontends/stv0367: remove QAM_AUTO from ddb_fe_opsDaniel Scheller1-1/+1
2017-08-27media: dvb-frontends/stv0910: change minsymrate to 100Ksyms/sDaniel Scheller1-1/+1
2017-08-27media: dvb-frontends/stv0910: release lock on gate_ctrl() failureDaniel Scheller1-5/+20
2017-08-20media: isl6421: add checks for current overflowJemma Denson1-4/+72
2017-08-20media: stv6111: return NULL instead of plain integerDaniel Scheller1-1/+1
2017-08-20media: stv0910: declare global list_head stvlist staticDaniel Scheller1-1/+1
2017-08-20media: dvb-frontends/cxd2841er: update moddesc wrt new chip supportDaniel Scheller1-1/+1
2017-08-20media: dvb-frontends/stv0910: fix mask for scramblingcode setupDaniel Scheller1-1/+1
2017-08-20media: dvb-frontends/stv0910: fix FE_HAS_LOCK check order in tune()Daniel Scheller1-3/+5
2017-08-20media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driverDaniel Scheller6-0/+3022
2017-08-20media: dvb-frontends/stv{0910,6111}: constify tablesDaniel Scheller2-21/+22
2017-08-20media: dvb-frontends/stv6111: cosmetics: comments fixup, miscDaniel Scheller1-15/+15
2017-08-20media: dvb-frontends/stv6111: coding style cleanupDaniel Scheller2-19/+26
2017-08-20media: dvb-frontends/stv0910: cosmetics: fixup comments, miscDaniel Scheller2-1176/+1184
2017-08-20media: dvb-frontends/stv0910: further coding style cleanupDaniel Scheller2-49/+48
2017-08-20media: dvb-frontends/stv0910: implement diseqc_send_burstDaniel Scheller1-0/+22
2017-08-20media: dvb-frontends/stv0910: fix STR assignment, remove unneeded varDaniel Scheller1-4/+1
2017-07-20media: dvb-frontends: mb86a16: remove useless variables in signal_det()Gustavo A. R. Silva1-18/+7
2017-07-20media: dvb-frontends/stv0367: improve QAM fe_statusDaniel Scheller1-63/+85
2017-07-20media: dib0090: make const array dib0090_tuning_table_cband_7090e_aci staticColin Ian King1-1/+1
2017-07-20media: drxj: make several const arrays staticColin Ian King1-17/+18
2017-07-20media: drxd: make const arrays slowIncrDecLUT and fastIncrDecLUT staticColin Ian King1-2/+4
2017-07-20media: dvb-frontends/cxd2841er: do sleep on delivery system changeDaniel Scheller1-2/+23
2017-07-20media: dvb-frontends/cxd2841er: make several arrays staticColin Ian King1-24/+24
2017-07-20media: cx24123: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: zd1301_demod: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: dib8000: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: s5h1420: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: dib7000p: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-07-20media: dib9000: constify i2c_algorithm structureGustavo A. R. Silva1-2/+2
2017-07-20media: dvb-frontends/stv0367: DDB frontend status inquiry fixupDaniel Scheller1-3/+3
2017-07-20media: dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driverDaniel Scheller4-0/+704
2017-07-20media: dvb-frontends/stv0910: Add missing set_frontend fe-opDaniel Scheller1-0/+1
2017-07-20media: dvb-frontends/stv0910: Add demod-only signal strength reportingDaniel Scheller1-4/+44
2017-07-20media: dvb-frontends/stv0910: add multistream (ISI) and PLS capabilitiesDaniel Scheller1-1/+28
2017-07-20media: dvb-frontends/stv0910: Fix possible buffer overflowDaniel Scheller1-1/+2
2017-07-20media: dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driverDaniel Scheller5-0/+6503
2017-06-25media: dvb-frontends/stv0367: Improve DVB-C/T frontend statusMauro Carvalho Chehab1-1/+14
2017-06-25media: dvb-frontends/stv0367: DVB-C signal strength statisticsDaniel Scheller1-0/+21
2017-06-25media: dvb-frontends/stv0367: update UCB readout condition logicDaniel Scheller1-6/+4
2017-06-25media: stv0367: prevent division by zeroMauro Carvalho Chehab1-1/+3
2017-06-25media: dvb-frontends/stv0367: SNR DVBv5 statistics for DVB-C and TDaniel Scheller1-0/+39
2017-06-25media: dvb-frontends/cxd2841er: require STATE_ACTIVE_* for agc readoutDaniel Scheller1-1/+4
2017-06-24media: dvb-frontends/stv0367: split SNR determination into functionsDaniel Scheller1-26/+42
2017-06-24media: dvb-frontends/stv0367: initial DDB DVBv5 stats, implement ucblocksDaniel Scheller1-4/+50