summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-072-12/+1
|\
| * media: rtl2832_sdr: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-191-1/+1
| * media: drx-k: remove unused MulDiv32 functionSean Young2020-07-041-11/+0
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* media: dvb-frontends: remove redundant initialization of variable statusColin Ian King2020-05-121-1/+1
* media: stv0900_core: remove redundant assignment to variable valColin Ian King2020-05-121-1/+1
* media: dvb: remove redundant assignment to variable bwColin Ian King2020-05-121-1/+1
* media: m88ds3103: error in set_frontend is swallowed and not reportedSean Young2020-04-291-0/+2
* media: lgdt3306a: Add CNR v5 statBrad Love2020-04-211-0/+14
* media: m88ds3103: Add missing '\n' in log messagesChristophe JAILLET2020-04-211-1/+1
* media: dvb-frontends: DUMMY_FE should depends on DVB_COREMauro Carvalho Chehab2020-04-171-2/+1
* media: i2c/Kconfig: use sub-menus for I2C supportMauro Carvalho Chehab2020-04-161-1/+1
* media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab2020-04-144-4/+4
* media: add SPDX headers on Kconfig and Makefile filesMauro Carvalho Chehab2020-04-141-0/+2
* media: Kconfig: fix selection for test driversMauro Carvalho Chehab2020-04-141-2/+7
* media: Kconfig: mark other drivers as test driversMauro Carvalho Chehab2020-04-141-0/+4
* media: tda10071: fix unsigned sign extension overflowColin Ian King2020-03-121-4/+5
* media: m88ds3103: Add support for ds3103b demodBrad Love2020-03-122-13/+467
* media: drxj: remove redundant assignments to variable rcColin Ian King2020-02-241-2/+2
* media: dvb-frontends: ts2020: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
* media: dvb-frontends: m88ds3103: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
* media: dvb-frontends: lgdt330x: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
* media: dvb-frontends: cxd2820r_core: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
* media: au8522: improve formattingDaniel W. S. Almeida2020-01-081-1/+1
* media: as102: improve formattingDaniel W. S. Almeida2020-01-081-1/+2
* media: dvb_dummy_fe: change printk to pr_warnDaniel W. S. Almeida2020-01-081-3/+3
* media: dvb_dummy_fe: Add blank line after declarationDaniel W. S. Almeida2020-01-081-0/+1
* media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION, AVOID_EXTERN and long linesDaniel W. S. Almeida2020-01-082-31/+57
* media: dib0090: incorrect format specifier detected by clangSean Young2020-01-081-1/+2
* media: dib0070: incorrect format specifiers detected by clangSean Young2020-01-081-8/+15
* media: dib7000p: incorrect format specifier detected by clangSean Young2020-01-081-1/+1
* media: dib7000m: incorrect format specifier detected by clangSean Young2020-01-081-1/+1
* media: dvb_dummy_fe: Add blank line after declarationDaniel W. S. Almeida2020-01-031-1/+2
* media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding functionDaniel W. S. Almeida2020-01-031-4/+3
* media: cxd2841er: avoid too many status inquiresMauro Carvalho Chehab2019-10-161-1/+11
* media: mb86a20s: make the bit rate estimation function more genericMauro Carvalho Chehab2019-10-161-31/+23
* media: dvb-frontends: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2019-10-161-9/+4
* media: si2168: use bits instead of bool for flagsMauro Carvalho Chehab2019-10-102-26/+31
* media: dvb-frontends/tc90522: extend i2c algo to support some devicesAkihiro Tsukada2019-10-072-2/+28
* media: drxj: remove redundant assignment to variable rcColin Ian King2019-10-071-1/+1
* media: cxd2820r: make arrays tab static const, makes object smallerColin Ian King2019-10-073-3/+3
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-261-1/+1
* media: dvb-frontends/cxd2099: Make en_templ constantNishka Dasgupta2019-08-211-1/+1
* media: dvb-frontends: fix a memory leak bugWenwen Wang2019-08-211-1/+3
* media: dvb-frontends: fix memory leaksWenwen Wang2019-08-211-2/+5
* media: si2168: Refactor command setup codeMarc Gonzalez2019-08-211-111/+48
* media: dvb-frontends: use ida for pll numberSean Young2019-08-211-16/+24
* media: Clarify how menus are hidden by SUBDRV_AUTOSELECTEzequiel Garcia2019-08-191-1/+4
* media: stv0900_core: remove redundant assignment to variables mclk, div and a...Colin Ian King2019-08-141-1/+1
* media: media/dvb: Use kmemdup rather than duplicating its implementationFuqian Huang2019-08-141-3/+2