aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09media: mxl692: remove impossible conditionJiapeng Chong1-1/+1
2021-04-09media: dvb-frontends: Remove redundant error check on variable retColin Ian King1-3/+0
2021-03-22media: dvb-frontends: lgdt3306a.c: remove dead codeDaniel W. S. Almeida1-35/+2
2021-03-22media: m88ds3103: fix return value check in m88ds3103_probe()Wei Yongjun1-2/+2
2021-03-11media: drxj: remove redundant assignments to variable image_to_selectColin Ian King1-1/+1
2021-02-05media: mxl692: MaxLinear 692 ATSC demod/tuner driverBrad Love5-0/+1974
2021-01-27media: Fix RTL2832 not depending on REGMAP_I2CMaxim Plotnikov1-1/+1
2021-01-27media: dvb-frontends: Fix fall-through warnings for ClangGustavo A. R. Silva4-0/+5
2021-01-27media: dvb-frontends/af9033.c: fix missing error codesHans Verkuil1-0/+2
2021-01-27media: dvb-frontends/rtl2832.c: fix missing error codeHans Verkuil1-0/+1
2021-01-14media: cxd2841er: use DIV_ROUND_UP to calculate timeoutZheng Yongjun1-1/+1
2020-11-27media: Replace HTTP links with HTTPS ones: SI2165 MEDIA DRIVERAlexander A. Klimov2-2/+2
2020-11-16media: fix kernel-doc markupsMauro Carvalho Chehab12-15/+15
2020-11-16media: remove unneeded breakTom Rix4-26/+0
2020-11-16media: rtl2832: use semicolons rather than commas to separate statementsJulia Lawall1-7/+7
2020-11-16media: ts2020: use semicolons rather than commas to separate statementsJulia Lawall1-5/+5
2020-11-16media: m88ds3103: use semicolons rather than commas to separate statementsJulia Lawall1-3/+3
2020-10-08media: dvb-frontends/drxk_hard.c: fix uninitialized variable warningHans Verkuil1-2/+1
2020-09-30media: dvb-frontends: remove a clone of a kernel-doc markup at zd1301_demod.hMauro Carvalho Chehab1-6/+0
2020-09-27media: dvb-frontends: tda18271c2dd: Constify static structsRikard Falkeborn2-33/+30
2020-09-27media: dvb-frontends: rtl2832_sdr: set error code in probeEvgeny Novikov1-0/+1
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab13-76/+85
2020-09-03media: mxl5xx: remove unused including <linux/version.h>Jason Yan1-1/+0
2020-09-03media: tda10021: avoid casts when using symbol_rateMauro Carvalho Chehab1-15/+25
2020-09-03media: tda10086: cleanup symbol_rate setting logicMauro Carvalho Chehab1-11/+11
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-29media: dvb-frontends: mb86a16.c: remove useless if/elseDaniel W. S. Almeida1-5/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva13-76/+85
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-12/+1
2020-07-19media: rtl2832_sdr: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-04media: drx-k: remove unused MulDiv32 functionSean Young1-11/+0
2020-05-12media: dvb-frontends: remove redundant initialization of variable statusColin Ian King1-1/+1
2020-05-12media: stv0900_core: remove redundant assignment to variable valColin Ian King1-1/+1
2020-05-12media: dvb: remove redundant assignment to variable bwColin Ian King1-1/+1
2020-04-29media: m88ds3103: error in set_frontend is swallowed and not reportedSean Young1-0/+2
2020-04-21media: lgdt3306a: Add CNR v5 statBrad Love1-0/+14
2020-04-21media: m88ds3103: Add missing '\n' in log messagesChristophe JAILLET1-1/+1
2020-04-17media: dvb-frontends: DUMMY_FE should depends on DVB_COREMauro Carvalho Chehab1-2/+1
2020-04-16media: i2c/Kconfig: use sub-menus for I2C supportMauro Carvalho Chehab1-1/+1
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab4-4/+4
2020-04-14media: add SPDX headers on Kconfig and Makefile filesMauro Carvalho Chehab1-0/+2
2020-04-14media: Kconfig: fix selection for test driversMauro Carvalho Chehab1-2/+7
2020-04-14media: Kconfig: mark other drivers as test driversMauro Carvalho Chehab1-0/+4
2020-03-12media: tda10071: fix unsigned sign extension overflowColin Ian King1-4/+5
2020-03-12media: m88ds3103: Add support for ds3103b demodBrad Love2-13/+467
2020-02-24media: drxj: remove redundant assignments to variable rcColin Ian King1-2/+2
2020-01-09media: dvb-frontends: ts2020: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-09media: dvb-frontends: m88ds3103: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-09media: dvb-frontends: lgdt330x: convert to use i2c_new_client_device()Wolfram Sang1-2/+2