summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-224-15/+15
|\
| * media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| * media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-6/+6
| * media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
| * media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
* | media: drxj: get rid of uneeded castsMauro Carvalho Chehab2018-08-081-8/+8
* | media: cleanup fall-through commentsMauro Carvalho Chehab2018-08-083-18/+9Star
* | media: dvb-frontends: rtl2832_sdr: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-031-3/+3
* | media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driverKatsuhiro Suzuki2018-08-034-0/+840
* | media: helene: add I2C device probe functionKatsuhiro Suzuki2018-08-032-4/+87
* | media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-0379-301/+274Star
* | media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab2018-08-0221-69/+77
* | media: dvb-frontends/tda18271c2dd: fix handling of DVB-T parametersDaniel Scheller2018-07-301-0/+1
* | media: dvb-frontends/stv0910: cast the BER denominator shift exp to ULLDaniel Scheller2018-07-301-2/+2
* | media: dvb-frontends/dvb-pll: fix module ref-countingAkihiro Tsukada2018-07-301-0/+11
* | media: helene: fix xtal frequency setting at power onKatsuhiro Suzuki2018-07-271-1/+4
|/
* media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab2018-06-154-4/+4
* media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab2018-06-157-17/+17
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-6/+6
* media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2018-05-282-3/+3
* media: au8522: remove duplicate codeGustavo A. R. Silva2018-05-281-8/+6Star
* media: lgdt330x.h: fix compiler warningHans Verkuil2018-05-111-1/+1
* media: dvb_frontends: fix spelling mistake: "unexpcted" -> "unexpected"Colin Ian King2018-05-111-2/+2
* media: update/fix my e-mail on some placesMauro Carvalho Chehab2018-05-101-1/+1
* media: cxd2880: Changed version informationYasunari Takiguchi2018-05-051-2/+2
* media: cxd2880:Optimized spi drive current and BER/PER set/get conditionYasunari Takiguchi2018-05-051-2/+12
* media: lgdt3306a: fix lgdt3306a_search()'s return typeLuc Van Oostenryck2018-05-051-1/+1
* media: frontends: fix ops get_algo()'s return typeLuc Van Oostenryck2018-05-059-9/+9
* media: dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_descAkihiro Tsukada2018-05-052-0/+25
* media: dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in FriioAkihiro Tsukada2018-05-052-0/+20
* media: dvb-frontends/dvb-pll: add i2c driver supportAkihiro Tsukada2018-05-052-0/+71
* media: dvb-frontends/tc90522: use SPDX License IdentifierAkihiro Tsukada2018-05-042-20/+2Star
* media: dvb-frontends/tc90522: fix bit shift mistakesAkihiro Tsukada2018-05-041-2/+2
* media: ddbridge, cxd2099: include guard, fix unneeded NULL init, stringsDaniel Scheller2018-05-043-4/+4
* media: lgdt330x: don't use an uninitialized stateMauro Carvalho Chehab2018-05-041-1/+2
* media: lgdt330x: add block error counts via DVBv5Mauro Carvalho Chehab2018-05-041-24/+76
* media: lgdt330x: get rid of read_ber stubMauro Carvalho Chehab2018-05-041-8/+0Star
* media: lgdt330x: provide DVBv5 Carrier S/N measurementsMauro Carvalho Chehab2018-05-041-7/+40
* media: lgdt330x: move *read_status functionsMauro Carvalho Chehab2018-05-041-127/+128
* media: lgdt330x: constify several register init arraysMauro Carvalho Chehab2018-05-041-25/+18Star
* media: lgdt330x: do some cleanups at status logicMauro Carvalho Chehab2018-05-041-8/+8
* media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2018-05-042-82/+155
* media: lgdt330x: print info when device gets probedMauro Carvalho Chehab2018-05-041-1/+4
* media: lgdt330x: use pr_foo() macrosMauro Carvalho Chehab2018-05-041-30/+34
* media: lgdt330x: fix coding style issuesMauro Carvalho Chehab2018-05-041-154/+204
* media: lgdt330x: use kernel-doc instead of inlined commentsMauro Carvalho Chehab2018-05-041-12/+13
* media: dvb-frontends/stv0910: fix CNR reporting in read_snr()Daniel Scheller2018-05-041-1/+1
* media: dvb-frontends/stv0910: add init values for TSINSDELM/LDaniel Scheller2018-05-041-0/+6
* media: sp887x: fix a warningMauro Carvalho Chehab2018-03-231-3/+3
* media: af9013: add pid filter supportAntti Palosaari2018-03-212-0/+57