aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/stv0910.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-06media: dvb-frontends/stv0910: rework and fix DiSEqC sendDaniel Scheller1-9/+10
2018-01-03media: dvb-frontends/stv0910: cleanup init_search_param() and enable PLSDaniel Scheller1-61/+52
2018-01-03media: dvb-frontends/stv0910: field and register access helpersDaniel Scheller1-0/+28
2018-01-03media: dvb-frontends/stv0910: cleanup I2C access functionsDaniel Scheller1-20/+8
2018-01-03media: dvb-frontends/stv0910: deduplicate writes in enable_puncture_rate()Daniel Scheller1-12/+16
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-1/+1
2017-12-13media: dvb-frontends/stv0910: remove unneeded dvb_math.h includeDaniel Scheller1-1/+0
2017-12-13media: dvb-frontends/stv0910: remove unneeded symbol rate inquiryDaniel Scheller1-2/+0
2017-12-13media: dvb-frontends/stv0910: read symbolrate in get_frontend()Daniel Scheller1-0/+5
2017-12-13media: dvb-frontends/stv0910: remove unneeded check/call to get_if_freqDaniel Scheller1-3/+0
2017-12-13media: dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()Daniel Scheller1-2/+4
2017-12-11media: stv0910: read and update mod_cod in read_status()Daniel Scheller1-0/+13
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: stv0910: declare global list_head stvlist staticDaniel 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/stv{0910,6111}: constify tablesDaniel Scheller1-12/+12
2017-08-20media: dvb-frontends/stv0910: cosmetics: fixup comments, miscDaniel Scheller1-200/+207
2017-08-20media: dvb-frontends/stv0910: further coding style cleanupDaniel Scheller1-47/+46
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/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 Scheller1-0/+1702