aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-15/+15
2018-08-08media: drxj: get rid of uneeded castsMauro Carvalho Chehab1-8/+8
2018-08-08media: cleanup fall-through commentsMauro Carvalho Chehab3-18/+9
2018-08-02media: dvb-frontends: rtl2832_sdr: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-3/+3
2018-08-02media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driverKatsuhiro Suzuki4-0/+840
2018-08-02media: helene: add I2C device probe functionKatsuhiro Suzuki2-4/+87
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab79-301/+274
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab21-69/+77
2018-07-30media: dvb-frontends/tda18271c2dd: fix handling of DVB-T parametersDaniel Scheller1-0/+1
2018-07-30media: dvb-frontends/stv0910: cast the BER denominator shift exp to ULLDaniel Scheller1-2/+2
2018-07-30media: dvb-frontends/dvb-pll: fix module ref-countingAkihiro Tsukada1-0/+11
2018-07-27media: helene: fix xtal frequency setting at power onKatsuhiro Suzuki1-1/+4
2018-07-13media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-3/+3
2018-07-13media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-6/+6
2018-07-13media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-2/+2
2018-07-13media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-06-15media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab4-4/+4
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab7-17/+17
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-6/+6
2018-05-28media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller2-3/+3
2018-05-28media: au8522: remove duplicate codeGustavo A. R. Silva1-8/+6
2018-05-11media: lgdt330x.h: fix compiler warningHans Verkuil1-1/+1
2018-05-11media: dvb_frontends: fix spelling mistake: "unexpcted" -> "unexpected"Colin Ian King1-2/+2
2018-05-10media: update/fix my e-mail on some placesMauro Carvalho Chehab1-1/+1
2018-05-05media: cxd2880: Changed version informationYasunari Takiguchi1-2/+2
2018-05-05media: cxd2880:Optimized spi drive current and BER/PER set/get conditionYasunari Takiguchi1-2/+12
2018-05-05media: lgdt3306a: fix lgdt3306a_search()'s return typeLuc Van Oostenryck1-1/+1
2018-05-05media: frontends: fix ops get_algo()'s return typeLuc Van Oostenryck9-9/+9
2018-05-05media: dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_descAkihiro Tsukada2-0/+25
2018-05-05media: dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in FriioAkihiro Tsukada2-0/+20
2018-05-05media: dvb-frontends/dvb-pll: add i2c driver supportAkihiro Tsukada2-0/+71
2018-05-04media: dvb-frontends/tc90522: use SPDX License IdentifierAkihiro Tsukada2-20/+2
2018-05-04media: dvb-frontends/tc90522: fix bit shift mistakesAkihiro Tsukada1-2/+2
2018-05-04media: ddbridge, cxd2099: include guard, fix unneeded NULL init, stringsDaniel Scheller3-4/+4
2018-05-04media: lgdt330x: don't use an uninitialized stateMauro Carvalho Chehab1-1/+2
2018-05-04media: lgdt330x: add block error counts via DVBv5Mauro Carvalho Chehab1-24/+76
2018-05-04media: lgdt330x: get rid of read_ber stubMauro Carvalho Chehab1-8/+0
2018-05-04media: lgdt330x: provide DVBv5 Carrier S/N measurementsMauro Carvalho Chehab1-7/+40
2018-05-04media: lgdt330x: move *read_status functionsMauro Carvalho Chehab1-127/+128
2018-05-04media: lgdt330x: constify several register init arraysMauro Carvalho Chehab1-25/+18
2018-05-04media: lgdt330x: do some cleanups at status logicMauro Carvalho Chehab1-8/+8
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2-82/+155
2018-05-04media: lgdt330x: print info when device gets probedMauro Carvalho Chehab1-1/+4
2018-05-04media: lgdt330x: use pr_foo() macrosMauro Carvalho Chehab1-30/+34
2018-05-04media: lgdt330x: fix coding style issuesMauro Carvalho Chehab1-154/+204
2018-05-04media: lgdt330x: use kernel-doc instead of inlined commentsMauro Carvalho Chehab1-12/+13
2018-05-04media: dvb-frontends/stv0910: fix CNR reporting in read_snr()Daniel Scheller1-1/+1
2018-05-04media: dvb-frontends/stv0910: add init values for TSINSDELM/LDaniel Scheller1-0/+6
2018-03-23media: sp887x: fix a warningMauro Carvalho Chehab1-3/+3
2018-03-21media: af9013: add pid filter supportAntti Palosaari2-0/+57