summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-093-2/+9
|\
| * media: si2157: add detection of si2177 tunerBrad Love2019-06-132-1/+8
| * Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1149-511/+49Star
| |\
| * \ Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-2829-322/+29Star
| |\ \
| * | | media: Kconfig: allow to select drivers if EMBEDDEDStefan Agner2019-05-231-1/+1
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238Thomas Gleixner2019-06-191-10/+1Star
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3049-511/+49Star
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-2415-196/+15Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-219-126/+9Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-214-0/+4
|/
* media: tuners: fix several typosMauro Carvalho Chehab2019-03-017-14/+14
* media: si2157: declare its own padsMauro Carvalho Chehab2018-09-172-9/+17
* media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab2018-09-171-1/+3
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-115-5/+5
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-4/+4
|\
| * media: tda18271: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
* | media: xc4000: get rid of uneeded castsMauro Carvalho Chehab2018-08-081-2/+2
* | media: tuner-xc2028: don't use casts for printing sizesMauro Carvalho Chehab2018-08-081-5/+4Star
* | media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-031-2/+0Star
* | media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab2018-08-0230-111/+110Star
* | media: tuner-simple: allow setting mono radio modeMaciej S. Szmigiero2018-07-041-2/+3
|/
* Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-105-8/+8
|\
| * MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-045-8/+8
* | qm1d1b0004: fix a warning about an unused default_cfg varMauro Carvalho Chehab2018-05-101-0/+2
* | media: tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tunerAkihiro Tsukada2018-05-054-0/+296
* | media: tuners/qm1d1c0042: use SPDX License IdentifierAkihiro Tsukada2018-05-042-20/+2Star
* | media: tuners/mxl301rf: use SPDX License IdentifierAkihiro Tsukada2018-05-042-20/+2Star
|/
* media: r820t: don't crash if attach failsMauro Carvalho Chehab2018-04-041-1/+3
* media: add tuner standby op, use where neededHans Verkuil2018-03-213-42/+9Star
* media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-046-11/+11
* media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-043-4/+4
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-2838-38/+37Star
* media: r820t: fix r820t_write_reg for KASANArnd Bergmann2017-12-151-5/+8
* media: tuners: tda8290: reduce stack usage with kasanArnd Bergmann2017-12-141-38/+40
* media: tda18250: support for new silicon tunerOlli Salonen2017-12-135-0/+1106
* media: xc5000: better handle I2C error messagesMauro Carvalho Chehab2017-12-111-8/+14
* media: xc4000: don't ignore error if hwmodel failsMauro Carvalho Chehab2017-12-111-1/+4
* media: qt1010: fix bogus warningsMauro Carvalho Chehab2017-12-111-2/+2
* media: tda8290: initialize agc gainMauro Carvalho Chehab2017-12-111-1/+1
* media: tuners: add SPDX identifiers to the code I wroteMauro Carvalho Chehab2017-12-116-69/+51Star
* media: tuners: mxl5005s: make arrays static const, reduces object code sizeColin Ian King2017-12-081-6/+11
* media: mt2063: fix some kernel-doc warningsMauro Carvalho Chehab2017-11-301-4/+2Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* media: dvb: i2c transfers over usb cannot be done from stackSean Young2017-09-231-12/+47
* media: tuners: make snd_pcm_hardware constBhumika Goyal2017-08-201-2/+2
* media: fc001[23]: make const gain table arrays staticColin Ian King2017-07-192-2/+2
* media: tuners: remove unnecessary static in simple_dvb_configure()Gustavo A. R. Silva2017-07-191-1/+1
* media: tw5864, fc0011: better handle WARN_ON()Mauro Carvalho Chehab2017-06-241-0/+1
* media: tuners: mxl5005s: remove useless variable assignmentsGustavo A. R. Silva2017-06-241-2/+0Star