summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/m88ds3103.c
AgeCommit message (Expand)Author
2023-12-13media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path ...Christophe JAILLET
2023-10-07media: dvb-frontends: drop check because i2c_unregister_device() is NULL safeWolfram Sang
2023-09-09media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-22media: dvb-frontends/m88ds3103: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-11-29media: m88ds3103: drop reg11 calculus from m88ds3103b_select_mclk()Mauro Carvalho Chehab
2021-03-22media: m88ds3103: fix return value check in m88ds3103_probe()Wei Yongjun
2020-11-16media: m88ds3103: use semicolons rather than commas to separate statementsJulia Lawall
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-29media: m88ds3103: error in set_frontend is swallowed and not reportedSean Young
2020-04-21media: m88ds3103: Add missing '\n' in log messagesChristophe JAILLET
2020-03-12media: m88ds3103: Add support for ds3103b demodBrad Love
2020-01-09media: dvb-frontends: m88ds3103: convert to use i2c_new_client_device()Wolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab
2019-03-19media: m88ds3103: serialize reset messages in m88ds3103_set_frontendJames Hutchinson
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab
2018-02-23media: m88ds3103: don't call a non-initalized functionMauro Carvalho Chehab
2016-11-18[media] dvb: make DVB frontend *_ops instances "const"Max Kellermann
2016-07-08[media] m88ds3103: refactor firmware downloadAntti Palosaari
2016-07-08[media] m88ds3103: use Hz instead of kHz on calculationsAntti Palosaari
2016-07-08[media] m88ds3103: improve ts clock settingAntti Palosaari
2016-07-08[media] m88ds3103: calculate DiSEqC message sending timeAntti Palosaari
2016-07-08[media] m88ds3103: remove useless most significant bit clearAntti Palosaari
2016-04-22[media] m88ds3103: convert to use an explicit i2c mux corePeter Rosin
2016-02-04[media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab
2015-12-08treewide: Fix typos in printkMasanari Iida
2015-10-22[media] m88ds3103: use own reg update_bits() implementationAntti Palosaari
2015-08-11[media] dvb-frontends: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-06-10[media] TS2020: Calculate tuner gain correctlyDavid Howells
2015-06-10[media] m88ds3103: use regmap for I2C register accessAntti Palosaari
2015-06-10[media] m88ds3103: rename variables and correct loggingAntti Palosaari
2015-06-09[media] dvb: Get rid of typedev usage for enumsMauro Carvalho Chehab
2015-06-09[media] m88ds3103: a couple missing error codesDan Carpenter
2015-05-30[media] m88ds3103: add I2C client bindingAntti Palosaari
2015-05-30[media] m88ds3103: use jiffies when polling DiSEqC TX readyAntti Palosaari
2015-05-30[media] m88ds3103: implement DVBv5 BERAntti Palosaari
2015-05-30[media] m88ds3103: implement DVBv5 CNR statisticsAntti Palosaari
2015-05-30[media] m88ds3103: do not return error from get_frontend() when not readyAntti Palosaari
2015-04-08[media] si2168: tda10071: m88ds3103: Fix trivial typosYannick Guerrini
2014-11-25[media] m88ds3103: One function call less in m88ds3103_init() after error det...Markus Elfring
2014-11-25[media] DVB-frontends: Deletion of unnecessary checks before the function cal...Markus Elfring
2014-11-11[media] m88ds3103: change ts clock config for serial modenibble.max
2014-11-03[media] m88ds3103: add support for the demod of M88RS6000nibble.max
2014-09-03[media] m88ds3103: use true/false for boolean varsMauro Carvalho Chehab
2014-09-02[media] m88ds3103: fix coding style issuesAntti Palosaari
2014-09-02[media] m88ds3103: change .set_voltage() implementationAntti Palosaari
2014-09-02[media] m88ds3103: implement set voltage and TS clocknibble.max