summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/si2165.c
Commit message (Expand)AuthorAgeFilesLines
* media: Replace HTTP links with HTTPS ones: SI2165 MEDIA DRIVERAlexander A. Klimov2020-11-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* media: si2165: fix platform_no_drv_owner.cocci warningsYueHaibing2019-04-221-1/+0
* media: si2165: fix a missing check of return valueKangjie Lu2019-03-191-3/+5
* media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-021-1/+1
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-281-2/+2
* media: si2165: Add DVBv3 wrapper for ber statisticsMatthias Schwarzott2017-12-121-0/+26
* media: si2165: add DVBv3 wrapper for C/N statisticsMatthias Schwarzott2017-12-121-0/+12
* media: si2165: add DVBv5 BER statisticsMatthias Schwarzott2017-12-121-2/+55
* media: si2165: add DVBv5 C/N statistics for DVB-CMatthias Schwarzott2017-12-121-2/+41
* media: si2165: improve read_statusMatthias Schwarzott2017-12-121-6/+35
* media: si2165: Use constellation from property cache instead of hardcoded QAM256Matthias Schwarzott2017-12-121-3/+26
* media: si2165: Write const value for lock timeoutMatthias Schwarzott2017-12-121-2/+1
* media: si2165: move ts parallel mode setting to the ts init codeMatthias Schwarzott2017-12-121-2/+3
* media: si2165: define register macrosMatthias Schwarzott2017-12-121-102/+104
* media: si2165: Make checkpatch happyMatthias Schwarzott2017-12-121-41/+46
* media: si2165: Convert debug printk to dev_dbgMatthias Schwarzott2017-12-121-64/+15
* media: si2165: Remove redundant KBUILD_MODNAME from dev_* loggingMatthias Schwarzott2017-12-121-38/+31
* [media] dvb: make DVB frontend *_ops instances "const"Max Kellermann2016-11-181-1/+1
* [media] si2165: switch to regmapMatthias Schwarzott2016-09-221-46/+24
* [media] si2165: use i2c_client->dev instead of i2c_adapter->dev for loggingMatthias Schwarzott2016-09-221-23/+23
* [media] si2165: Remove legacy attachMatthias Schwarzott2016-09-221-117/+0
* [media] si2165: support i2c_client attachMatthias Schwarzott2016-09-221-0/+149
* [media] si2165: avoid division by zeroMatthias Schwarzott2016-09-221-0/+6
* [media] si2165: Refactoring for si2165_writereg_mask8()Markus Elfring2016-01-251-9/+5
* [media] si2165: Reject DVB-T bandwidth auto modeMatthias Schwarzott2016-01-251-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-2/+2
|\
| * treewide: Fix typos in printkMasanari Iida2015-12-081-2/+2
* | [media] si2165: Add DVB-C support for HVR-4400/HVR-5500Matthias Schwarzott2015-12-031-5/+81
* | [media] si2165: Prepare si2165_set_frontend() for future DVB-C supportMatthias Schwarzott2015-12-031-14/+37
* | [media] si2165: set list of DVB-T registers togetherMatthias Schwarzott2015-12-031-47/+26
* | [media] si2165: Simplify si2165_set_if_freq_shift usageMatthias Schwarzott2015-12-031-13/+13
* | [media] si2165: move setting ts config to initMatthias Schwarzott2015-12-031-13/+14
* | [media] si2165: only write agc registers after reset before start_syncroMatthias Schwarzott2015-12-031-17/+15
* | [media] si2165: create function si2165_write_reg_list for writing register listsMatthias Schwarzott2015-12-031-0/+21
* | [media] si2165: rename si2165_set_parameters to si2165_set_frontendMatthias Schwarzott2015-12-031-2/+2
* | [media] si2165: rename frontend -> feMatthias Schwarzott2015-12-031-9/+9
* | [media] si2165: fix checkpatch issuesMatthias Schwarzott2015-11-191-30/+39
|/
* [media] dvb: Get rid of typedev usage for enumsMauro Carvalho Chehab2015-06-091-1/+1
* [media] si2165: Fix possible leak in si2165_upload_firmware()Christian Engelmayer2015-04-081-1/+1
* [media] si2165: enable Si2161 supportMatthias Schwarzott2014-09-231-12/+27
* [media] si2165: Load driver for all hardware revisionsMatthias Schwarzott2014-09-231-9/+17
* [media] si2165: fix sparse warningHans Verkuil2014-09-031-1/+1
* [media] si2165: Add demod driver for DVB-T onlyMatthias Schwarzott2014-07-271-0/+1040