aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09media: dvb-frontends: cxd2820r_core: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-08media: au8522: improve formattingDaniel W. S. Almeida1-1/+1
2020-01-08media: as102: improve formattingDaniel W. S. Almeida1-1/+2
2020-01-08media: dvb_dummy_fe: change printk to pr_warnDaniel W. S. Almeida1-3/+3
2020-01-08media: dvb_dummy_fe: Add blank line after declarationDaniel W. S. Almeida1-0/+1
2020-01-08media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION, AVOID_EXTERN and long linesDaniel W. S. Almeida2-31/+57
2020-01-08media: dib0090: incorrect format specifier detected by clangSean Young1-1/+2
2020-01-08media: dib0070: incorrect format specifiers detected by clangSean Young1-8/+15
2020-01-08media: dib7000p: incorrect format specifier detected by clangSean Young1-1/+1
2020-01-08media: dib7000m: incorrect format specifier detected by clangSean Young1-1/+1
2020-01-03media: dvb_dummy_fe: Add blank line after declarationDaniel W. S. Almeida1-1/+2
2020-01-03media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding functionDaniel W. S. Almeida1-4/+3
2019-10-16media: cxd2841er: avoid too many status inquiresMauro Carvalho Chehab1-1/+11
2019-10-16media: mb86a20s: make the bit rate estimation function more genericMauro Carvalho Chehab1-31/+23
2019-10-16media: dvb-frontends: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-9/+4
2019-10-10media: si2168: use bits instead of bool for flagsMauro Carvalho Chehab2-26/+31
2019-10-07media: dvb-frontends/tc90522: extend i2c algo to support some devicesAkihiro Tsukada2-2/+28
2019-10-07media: drxj: remove redundant assignment to variable rcColin Ian King1-1/+1
2019-10-07media: cxd2820r: make arrays tab static const, makes object smallerColin Ian King3-3/+3
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab1-1/+1
2019-08-21media: dvb-frontends/cxd2099: Make en_templ constantNishka Dasgupta1-1/+1
2019-08-21media: dvb-frontends: fix a memory leak bugWenwen Wang1-1/+3
2019-08-21media: dvb-frontends: fix memory leaksWenwen Wang1-2/+5
2019-08-21media: si2168: Refactor command setup codeMarc Gonzalez1-111/+48
2019-08-21media: dvb-frontends: use ida for pll numberSean Young1-16/+24
2019-08-19media: Clarify how menus are hidden by SUBDRV_AUTOSELECTEzequiel Garcia1-1/+4
2019-08-14media: stv0900_core: remove redundant assignment to variables mclk, div and ad_divColin Ian King1-1/+1
2019-08-14media: media/dvb: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+2
2019-08-13media: zd1301_demod: don't check retval after our own assignemtWolfram Sang1-2/+1
2019-08-13media: mn88473: don't check retval after our own assignemtWolfram Sang1-4/+2
2019-08-13media: mn88472: don't check retval after our own assignemtWolfram Sang1-4/+2
2019-08-13media: cxd2820r: don't check retval after our own assignemtWolfram Sang1-2/+1