aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/ts2020.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09media: dvb-frontends: ts2020: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-13/+1
2019-04-22media: ts2020: Variable "utmp" in function ts2020_set_tuner_rf() could be uninitializedYizhuo1-0/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab1-2/+2
2018-01-29media: ts2020: avoid integer overflows on 32 bit machinesMauro Carvalho Chehab1-2/+2
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-1/+1
2016-11-18[media] dvb_frontend: tuner_ops.release returns voidMax Kellermann1-2/+1
2016-09-19[media] dvb-frontends: constify dvb_tuner_ops structuresJulia Lawall1-1/+1
2016-02-01[media] ts2020: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte1-0/+4
2015-08-11[media] dvb-frontends: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-10ts2020: fix compilation on i386Mauro Carvalho Chehab1-3/+4
2015-06-10[media] ts2020: Allow stats polling to be suppressedDavid Howells1-4/+14
2015-06-10[media] ts2020: Copy loop_through from the config to the internal dataDavid Howells1-1/+2
2015-06-10[media] ts2020: Provide DVBv5 API signal strengthDavid Howells1-9/+53
2015-06-10[media] TS2020: Calculate tuner gain correctlyDavid Howells1-18/+120
2015-06-10[media] ts2020: Add a comment about lifetime of on-stack pdata in ts2020_attach()David Howells1-0/+2
2015-06-10[media] ts2020: convert to regmap I2C APIAntti Palosaari1-138/+122
2015-06-10[media] ts2020: register I2C driver from legacy media attachAntti Palosaari1-49/+24
2015-06-10[media] ts2020: improve filter limit calcAntti Palosaari1-7/+3
2015-06-10[media] ts2020: re-implement PLL calculationsAntti Palosaari1-32/+44
2015-04-02[media] ts2020: do not use i2c_transfer() on sleep()Antti Palosaari1-21/+6
2015-04-02[media] ts2020: implement I2C client bindingsAntti Palosaari1-0/+161
2015-04-02[media] ts2020: add support for TS2022Antti Palosaari1-15/+105
2013-10-02[media] ts2020: keep 1.06 MHz as default value for frequency_divMauro Carvalho Chehab1-0/+3
2013-10-02[media] media: dvb-frontends: ts2020: Added in a option for frequency divider value for s600 devicesJohn Horan1-1/+3
2013-01-06[media] ts2020: call get_rf_strength from frontendMalcolm Priestley1-1/+0
2013-01-06[media] ts2020.c: ts2020_set_params [BUG] point to fe->tuner_privMalcolm Priestley1-1/+1
2012-12-28[media] m88rs2000: make use ts2020Igor M. Liplianin1-164/+217
2012-12-27[media] ts2020: fix two warnings added by changeset 73f0af4Mauro Carvalho Chehab1-4/+2
2012-12-27[media] ts2020: add ts2020 tuner driverKonstantin Dimitrov1-0/+323