summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: staging: remove lirc_zilog driverSean Young2017-12-146-1720/+0
* media: i2c: enable i2c IR for hardware which isn't HD-PVRSean Young2017-12-141-0/+9
* media: rc: implement zilog transmitterSean Young2017-12-141-8/+428
* media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devicesSean Young2017-12-149-87/+30
* media: rc: i2c: only poll if the rc device is openedSean Young2017-12-141-4/+21
* media: rc: i2c: use dev_dbg rather hand-rolled debugSean Young2017-12-141-36/+25
* media: rc: i2c: set parent of rc device and improve nameSean Young2017-12-142-9/+5
* media: xilinx-video: fix bad of_node_put() on endpoint errorAkinobu Mita2017-12-141-12/+4
* media: bt8xx: Fix err 'bt878_probe()'Christophe JAILLET2017-12-141-2/+1
* media: dvb_ca_en50221: sanity check slot number from userspaceColin Ian King2017-12-141-0/+3
* media: siano: fix a potential integer overflowGustavo A. R. Silva2017-12-141-1/+1
* media: dvbsky: MyGica T230C supportStefan BrĂ¼ns2017-12-142-0/+89
* media: staging: media: Introduce NVIDIA Tegra video decoder driverDmitry Osipenko2017-12-147-0/+1306
* media: ddbridge: improve error handling logic on fe attach failuresDaniel Scheller2017-12-131-27/+22
* media: drivers: media: remove duplicate includesPravin Shedge2017-12-133-6/+0
* media: platform: sti: Adopt SPDX identifierBenjamin Gaignard2017-12-1336-77/+36
* media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin2017-12-131-0/+131
* media: dvb_frontend: Add compat_ioctl callbackJaedon Shin2017-12-131-0/+12
* media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin2017-12-131-3/+14
* media: dvb_usb_pctv452e: module refcount changes were unbalancedWolfgang Rohdewald2017-12-131-0/+8
* media: dvb_frontend: fix ifnullfree.cocci warningsFengguang Wu2017-12-131-2/+1
* media: dvb-frontends/stv0910: remove unneeded dvb_math.h includeDaniel Scheller2017-12-131-1/+0
* media: dvb-frontends/stv0910: remove unneeded symbol rate inquiryDaniel Scheller2017-12-131-2/+0
* media: dvb-frontends/stv0910: read symbolrate in get_frontend()Daniel Scheller2017-12-131-0/+5
* media: dvb-frontends/stv0910: remove unneeded check/call to get_if_freqDaniel Scheller2017-12-131-3/+0
* media: dvb-frontends/stv6111: handle gate_ctrl errorsDaniel Scheller2017-12-131-17/+27
* media: dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()Daniel Scheller2017-12-131-2/+4
* media: frontends/stv0910: add field offsets to field definesDaniel Scheller2017-12-131-927/+927
* media: dvb_frontend: remove redundant status self assignmentColin Ian King2017-12-132-4/+0
* media: dib0700: add support for Xbox One Digital TV TunerOlli Salonen2017-12-135-2/+139
* media: tda18250: support for new silicon tunerOlli Salonen2017-12-135-0/+1106
* media: dvb-frontends/stv0367: remove redundant self assignment of temporaryColin Ian King2017-12-131-2/+0
* media: stb0899: remove redundant self assignment of k_indirectColin Ian King2017-12-131-2/+1
* media: c8sectpfe: Use resource_size function on memory resourceVasyl Gomonovych2017-12-131-1/+1
* media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_i...Gustavo A. R. Silva2017-12-131-1/+3
* media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMAGeert Uytterhoeven2017-12-131-1/+1
* media: dibx000_common: Fix line continuation formatJoe Perches2017-12-121-4/+4
* media: dvb_frontend: fix return error codeMauro Carvalho Chehab2017-12-121-1/+1
* media: cx23885: Use semicolon after assignment instead of commaMatthias Schwarzott2017-12-121-2/+2
* media: cx231xx: Use semicolon after assignment instead of commaMatthias Schwarzott2017-12-121-4/+4
* media: si2165: Add DVBv3 wrapper for ber statisticsMatthias Schwarzott2017-12-121-0/+26
* media: si2165: add DVBv3 wrapper for C/N statisticsMatthias Schwarzott2017-12-121-0/+12
* media: si2165: add DVBv5 BER statisticsMatthias Schwarzott2017-12-122-2/+66
* media: si2165: add DVBv5 C/N statistics for DVB-CMatthias Schwarzott2017-12-122-2/+42
* media: si2165: improve read_statusMatthias Schwarzott2017-12-122-6/+37
* media: si2165: Use constellation from property cache instead of hardcoded QAM256Matthias Schwarzott2017-12-121-3/+26
* media: si2165: Write const value for lock timeoutMatthias Schwarzott2017-12-121-2/+1
* media: si2165: move ts parallel mode setting to the ts init codeMatthias Schwarzott2017-12-121-2/+3
* media: si2165: define register macrosMatthias Schwarzott2017-12-122-102/+169
* media: si2165: Make checkpatch happyMatthias Schwarzott2017-12-125-79/+86