summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/m88ds3103.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
|\
| * i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit2024-05-131-1/+1
* | media: m88ds3103: Fix lock led supportMichael Bunk2024-04-291-0/+7
|/
* media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path ...Christophe JAILLET2023-12-131-2/+5
* media: dvb-frontends: drop check because i2c_unregister_device() is NULL safeWolfram Sang2023-10-071-2/+1
* media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman2023-09-091-1/+1
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: dvb-frontends/m88ds3103: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-221-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* media: m88ds3103: drop reg11 calculus from m88ds3103b_select_mclk()Mauro Carvalho Chehab2021-11-291-5/+1
* media: m88ds3103: fix return value check in m88ds3103_probe()Wei Yongjun2021-03-221-2/+2
* media: m88ds3103: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-3/+3
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* media: m88ds3103: error in set_frontend is swallowed and not reportedSean Young2020-04-291-0/+2
* media: m88ds3103: Add missing '\n' in log messagesChristophe JAILLET2020-04-211-1/+1
* media: m88ds3103: Add support for ds3103b demodBrad Love2020-03-121-11/+455
* media: dvb-frontends: m88ds3103: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-291-1/+1
* media: m88ds3103: serialize reset messages in m88ds3103_set_frontendJames Hutchinson2019-03-191-5/+4
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-021-3/+3
* media: m88ds3103: don't call a non-initalized functionMauro Carvalho Chehab2018-02-231-2/+5
* [media] dvb: make DVB frontend *_ops instances "const"Max Kellermann2016-11-181-2/+2
* [media] m88ds3103: refactor firmware downloadAntti Palosaari2016-07-081-27/+22
* [media] m88ds3103: use Hz instead of kHz on calculationsAntti Palosaari2016-07-081-25/+25
* [media] m88ds3103: improve ts clock settingAntti Palosaari2016-07-081-23/+16
* [media] m88ds3103: calculate DiSEqC message sending timeAntti Palosaari2016-07-081-2/+3
* [media] m88ds3103: remove useless most significant bit clearAntti Palosaari2016-07-081-3/+0
* [media] m88ds3103: convert to use an explicit i2c mux corePeter Rosin2016-04-221-8/+11
* [media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab2016-02-041-2/+2
* treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
* [media] m88ds3103: use own reg update_bits() implementationAntti Palosaari2015-10-221-26/+47
* [media] dvb-frontends: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-111-1/+0
* [media] TS2020: Calculate tuner gain correctlyDavid Howells2015-06-101-0/+16
* [media] m88ds3103: use regmap for I2C register accessAntti Palosaari2015-06-101-288/+141
* [media] m88ds3103: rename variables and correct loggingAntti Palosaari2015-06-101-275/+263
* [media] dvb: Get rid of typedev usage for enumsMauro Carvalho Chehab2015-06-091-4/+5
* [media] m88ds3103: a couple missing error codesDan Carpenter2015-06-091-1/+4
* [media] m88ds3103: add I2C client bindingAntti Palosaari2015-05-301-82/+186
* [media] m88ds3103: use jiffies when polling DiSEqC TX readyAntti Palosaari2015-05-301-19/+34
* [media] m88ds3103: implement DVBv5 BERAntti Palosaari2015-05-301-74/+91
* [media] m88ds3103: implement DVBv5 CNR statisticsAntti Palosaari2015-05-301-72/+82
* [media] m88ds3103: do not return error from get_frontend() when not readyAntti Palosaari2015-05-301-1/+1
* [media] si2168: tda10071: m88ds3103: Fix trivial typosYannick Guerrini2015-04-081-1/+1
* [media] m88ds3103: One function call less in m88ds3103_init() after error det...Markus Elfring2014-11-251-5/+6
* [media] DVB-frontends: Deletion of unnecessary checks before the function cal...Markus Elfring2014-11-251-2/+1
* [media] m88ds3103: change ts clock config for serial modenibble.max2014-11-111-30/+25
* [media] m88ds3103: add support for the demod of M88RS6000nibble.max2014-11-031-78/+164
* [media] m88ds3103: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-6/+6