summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends
AgeCommit message (Expand)AuthorFilesLines
2018-03-06media: cxd2099: move driver out of staging into dvb-frontendsDaniel Scheller4-0/+759
2018-03-06media: v4l: dvb-frontends: stb0899: fix comparison to bitshift when dealing w...Wolfram Sang1-4/+4
2018-03-06media: drx-j remove bsp_i2c.hCorentin Labbe1-139/+0
2018-03-06media: si2168: Add spectrum inversion propertyBrad Love3-0/+7
2018-03-06media: si2168: Announce frontend creation failureBrad Love1-1/+1
2018-03-06media: lgdt3306a: Announce successful creationBrad Love1-1/+3
2018-03-06media: si2168: Add ts bus coontrol, turn off bus on sleepBrad Love2-8/+31
2018-03-06media: dibx000_common: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2018-03-06media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab5-20/+20
2018-03-06media: lgdt3306a: Fix a double kfree on i2c device removeBrad Love1-1/+7
2018-03-06media: lgdt3306a: Fix module count mismatch on usb unplugBrad Love1-1/+1
2018-03-06media: lgdt3306a: Add QAM AUTO supportBrad Love1-9/+33
2018-03-06media: lgdt3306a: QAM streaming improvementBrad Love1-0/+22
2018-03-06media: lgdt3306a: Set fe ops.release to NULL if probedBrad Love1-0/+1
2018-03-06media: ABS macro parameter parenthesizationDan Gopstein8-16/+10
2018-03-05media: dvb-frontend/mxl5xx: add support for physical layer scramblingDaniel Scheller1-1/+33
2018-03-05Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab1-2/+5
2018-02-26media: dvb-frontends: ves1820: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-02-26media: rtl2832: use 64-bit arithmetic instead of 32-bit in rtl2832_set_frontendGustavo A. R. Silva1-2/+2
2018-02-23media: m88ds3103: don't call a non-initalized functionMauro Carvalho Chehab1-2/+5
2018-01-29media: ts2020: avoid integer overflows on 32 bit machinesMauro Carvalho Chehab1-2/+2
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab13-148/+148
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab6-9/+9
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 Chehab135-152/+150
2017-12-19media: dvb-frontends: remove extraneous parensNick Desaulniers2-2/+2
2017-12-19media: stv090x: add physical layer scrambling supportAthanasios Oikonomou1-0/+16
2017-12-15media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann12-14/+37
2017-12-14media: [RESEND] media: dvb-frontends: Add delay to Si2168 restartRon Economos1-0/+3
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/stv6111: handle gate_ctrl errorsDaniel Scheller1-17/+27
2017-12-13media: dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()Daniel Scheller1-2/+4
2017-12-13media: frontends/stv0910: add field offsets to field definesDaniel Scheller1-927/+927
2017-12-13media: dvb_frontend: remove redundant status self assignmentColin Ian King2-4/+0
2017-12-13media: dvb-frontends/stv0367: remove redundant self assignment of temporaryColin Ian King1-2/+0
2017-12-13media: stb0899: remove redundant self assignment of k_indirectColin Ian King1-2/+1
2017-12-12media: dibx000_common: Fix line continuation formatJoe Perches1-4/+4
2017-12-12media: si2165: Add DVBv3 wrapper for ber statisticsMatthias Schwarzott1-0/+26
2017-12-12media: si2165: add DVBv3 wrapper for C/N statisticsMatthias Schwarzott1-0/+12
2017-12-12media: si2165: add DVBv5 BER statisticsMatthias Schwarzott2-2/+66
2017-12-12media: si2165: add DVBv5 C/N statistics for DVB-CMatthias Schwarzott2-2/+42
2017-12-12media: si2165: improve read_statusMatthias Schwarzott2-6/+37
2017-12-12media: si2165: Use constellation from property cache instead of hardcoded QAM256Matthias Schwarzott1-3/+26
2017-12-12media: si2165: Write const value for lock timeoutMatthias Schwarzott1-2/+1