aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/si2165.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2020-11-27media: Replace HTTP links with HTTPS ones: SI2165 MEDIA DRIVERAlexander A. Klimov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-22media: si2165: fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-03-19media: si2165: fix a missing check of return valueKangjie Lu1-3/+5
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab1-1/+1
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-2/+2
2017-12-12media: si2165: Add DVBv3 wrapper for ber statisticsMatthias Schwarzott1-0/+26
2017-12-12media: si2165: add DVBv3 wrapper for C/N statisticsMatthias Schwarzott1-0/+12
2017-12-12media: si2165: add DVBv5 BER statisticsMatthias Schwarzott1-2/+55
2017-12-12media: si2165: add DVBv5 C/N statistics for DVB-CMatthias Schwarzott1-2/+41
2017-12-12media: si2165: improve read_statusMatthias Schwarzott1-6/+35
2017-12-12media: si2165: Use constellation from property cache instead of hardcoded QAM256Matthias Schwarzott1-3/+26
2017-12-12media: si2165: Write const value for lock timeoutMatthias Schwarzott1-2/+1
2017-12-12media: si2165: move ts parallel mode setting to the ts init codeMatthias Schwarzott1-2/+3
2017-12-12media: si2165: define register macrosMatthias Schwarzott1-102/+104
2017-12-12media: si2165: Make checkpatch happyMatthias Schwarzott1-41/+46
2017-12-12media: si2165: Convert debug printk to dev_dbgMatthias Schwarzott1-64/+15
2017-12-12media: si2165: Remove redundant KBUILD_MODNAME from dev_* loggingMatthias Schwarzott1-38/+31
2016-11-18[media] dvb: make DVB frontend *_ops instances "const"Max Kellermann1-1/+1
2016-09-22[media] si2165: switch to regmapMatthias Schwarzott1-46/+24
2016-09-22[media] si2165: use i2c_client->dev instead of i2c_adapter->dev for loggingMatthias Schwarzott1-23/+23
2016-09-22[media] si2165: Remove legacy attachMatthias Schwarzott1-117/+0
2016-09-22[media] si2165: support i2c_client attachMatthias Schwarzott1-0/+149
2016-09-22[media] si2165: avoid division by zeroMatthias Schwarzott1-0/+6
2016-01-25[media] si2165: Refactoring for si2165_writereg_mask8()Markus Elfring1-9/+5
2016-01-25[media] si2165: Reject DVB-T bandwidth auto modeMatthias Schwarzott1-7/+7
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-12-08treewide: Fix typos in printkMasanari Iida1-2/+2
2015-12-03[media] si2165: Add DVB-C support for HVR-4400/HVR-5500Matthias Schwarzott1-5/+81
2015-12-03[media] si2165: Prepare si2165_set_frontend() for future DVB-C supportMatthias Schwarzott1-14/+37
2015-12-03[media] si2165: set list of DVB-T registers togetherMatthias Schwarzott1-47/+26
2015-12-03[media] si2165: Simplify si2165_set_if_freq_shift usageMatthias Schwarzott1-13/+13
2015-12-03[media] si2165: move setting ts config to initMatthias Schwarzott1-13/+14
2015-12-03[media] si2165: only write agc registers after reset before start_syncroMatthias Schwarzott1-17/+15
2015-12-03[media] si2165: create function si2165_write_reg_list for writing register listsMatthias Schwarzott1-0/+21
2015-12-03[media] si2165: rename si2165_set_parameters to si2165_set_frontendMatthias Schwarzott1-2/+2
2015-12-03[media] si2165: rename frontend -> feMatthias Schwarzott1-9/+9
2015-11-19[media] si2165: fix checkpatch issuesMatthias Schwarzott1-30/+39
2015-06-09[media] dvb: Get rid of typedev usage for enumsMauro Carvalho Chehab1-1/+1
2015-04-08[media] si2165: Fix possible leak in si2165_upload_firmware()Christian Engelmayer1-1/+1
2014-09-23[media] si2165: enable Si2161 supportMatthias Schwarzott1-12/+27
2014-09-23[media] si2165: Load driver for all hardware revisionsMatthias Schwarzott1-9/+17
2014-09-03[media] si2165: fix sparse warningHans Verkuil1-1/+1
2014-07-27[media] si2165: Add demod driver for DVB-T onlyMatthias Schwarzott1-0/+1040