aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22media: m88rs6000t: avoid potential out-of-bounds reads on arraysColin Ian King1-3/+3
2021-03-22media: media tuner headers: fix kernel-doc warningsHans Verkuil3-10/+10
2021-03-22media: tuners: fix error return code of hybrid_tuner_request_state()Jia-Ju Bai1-1/+3
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil1-3/+3
2021-01-27media: qm1d1c0042: fix error return code in qm1d1c0042_init()Luo Meng1-1/+3
2021-01-27media: tuners/it913x.c: fix missing error codeHans Verkuil1-0/+1
2020-11-27media: tuners: reduce stack usage in mxl5005s_reconfigureBixuan Cui1-3/+17
2020-11-16media: remove unneeded breakTom Rix1-1/+0
2020-11-16media: mt2060: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2020-09-03media: qt1010: fix usage of unititialized valueMauro Carvalho Chehab1-11/+14
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-26media: tuner-simple: fix regression in simple_set_radio_freqTom Rix1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-04-29media: si2157: ensure wait_status is initializedSean Young1-1/+4
2020-04-23media: tuners: Kconfig: add some missing VIDEO_V4L2 dependenciesMauro Carvalho Chehab1-2/+2
2020-04-21media: si2157: add on-demand rf strength funcBrad Love1-1/+39
2020-04-21media: si2157: module debug option to wait on signal lockBrad Love1-3/+43
2020-04-21media: si2157: Briefly wait for tuning operation to completeBrad Love1-0/+52
2020-04-21media: si2157: Add analog tuning related functionsBrad Love2-3/+230
2020-04-21media: si2157: Better check for running tuner in initBrad Love1-8/+7
2020-04-21media: si2157: Check error status bit on cmd executeBrad Love1-5/+11
2020-04-21media: si2157: Enable tuner status flagsBrad Love1-0/+22
2020-04-16media: i2c/Kconfig: use sub-menus for I2C supportMauro Carvalho Chehab1-1/+1
2019-10-24media: tuners: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-10-16media: tuners/qm1d1c0042: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-10-10media: si2157: Add option for not downloading firmware.Gon Solo3-16/+28
2019-08-19media: Clarify how menus are hidden by SUBDRV_AUTOSELECTEzequiel Garcia1-1/+5
2019-08-14media: media/tuners: Use kmemdup rather than duplicating its implementationFuqian Huang2-4/+2
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-2/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238Thomas Gleixner1-10/+1
2019-06-13media: si2157: add detection of si2177 tunerBrad Love2-1/+8
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab49-511/+49
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner49-511/+49
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab29-322/+29
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner15-196/+15
2019-05-23media: Kconfig: allow to select drivers if EMBEDDEDStefan Agner1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner9-126/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner4-0/+4
2019-03-01media: tuners: fix several typosMauro Carvalho Chehab7-14/+14
2018-09-17media: si2157: declare its own padsMauro Carvalho Chehab2-9/+17
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab1-1/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab5-5/+5
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+4
2018-08-08media: xc4000: get rid of uneeded castsMauro Carvalho Chehab1-2/+2
2018-08-08media: tuner-xc2028: don't use casts for printing sizesMauro Carvalho Chehab1-5/+4
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab1-2/+0
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab30-111/+110