Commit Graph

1172 Commits (dfc1c08aab447d49230dacb390d3f2263584d28f)

Author SHA1 Message Date
Steven Toth dfc1c08aab V4L/DVB (7041): s5h1409: Bug fix for parallel support 17 years ago
Michael Krufky bc835d80d9 V4L/DVB (7032): tda18271: tda18271_cal_on_startup should be declared static 17 years ago
Michael Krufky 0f96251e7b V4L/DVB (7029): tda18271: provide a choice whether to perform rf cal on init or on first tune 17 years ago
Michael Krufky 839c6c96d0 V4L/DVB (7028): tda18271: test RF_CAL_OK to see if we need additional RF calibration 17 years ago
Michael Krufky 518d87399b V4L/DVB (7027): tda18271: put the device in standby mode during sleep() 17 years ago
Michael Krufky 6bfa665724 V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed 17 years ago
Steven Toth a57ed8a1f7 V4L/DVB (7008): s5h1409: Ensure the silicon is initialized during attach 17 years ago
Michael Krufky cf04d29c48 V4L/DVB (6988): tda18271: give calibration debug a separate debug mask 17 years ago
Michael Krufky c353f42f75 V4L/DVB (6987): tda18271: add support for fm radio 17 years ago
Michael Krufky a4f263b587 V4L/DVB (6986): tda18271: share state between analog and digital tuner instances 17 years ago
Michael Krufky 8d316bf54b V4L/DVB (6979): tda18271: use a mutex to protect state in critical sections 17 years ago
Michael Krufky ccbac9bb17 V4L/DVB (6978): tda18271: store frequency and bandwidth after successful tune 17 years ago
Michael Krufky 09f83c4fc0 V4L/DVB (6977): tda18271: clean up calibration initialization procedures 17 years ago
Michael Krufky d2c932a1f7 V4L/DVB (6965): tda18271: fix analog tuning regression caused by earlier changeset 17 years ago
Michael Krufky 0e1fab90a8 V4L/DVB (6964): tda18271: document debug level and configuration parameters 17 years ago
Michael Krufky 2ba65d517b V4L/DVB (6963): tda18271: store IF frequency in a u16 instead of u32 17 years ago
Michael Krufky f21e0d7f05 V4L/DVB (6962): tda18271: allow device-specific configuration of IF frequency and std bits 17 years ago
Michael Krufky 59067f7ed4 V4L/DVB (6961): tda18271: move common code to tda18271-common.c 17 years ago
Michael Krufky 255b5113b4 V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2 17 years ago
Michael Krufky dec9ccceef V4L/DVB (6959): tda18271: add MODULE_VERSION 17 years ago
Michael Krufky 95af8a26cb V4L/DVB (6958): tda18271: clean up function tda18271_set_analog_params 17 years ago
Michael Krufky 33f25b4275 V4L/DVB (6957): tda18271: fail table lookups if frequency is out of range 17 years ago
Steven Toth 71bc9bd96b V4L/DVB (6930): xc5000: Removed erroneous defines 17 years ago
Michael Krufky b92bf0f6a9 V4L/DVB (6928): tda18271: break calculation functions out of tda18271_tune 17 years ago
Michael Krufky 182519f4c9 V4L/DVB (6927): tda18271: improve printk macros 17 years ago
Michael Krufky 2f27dfc98c V4L/DVB (6926): tda18271: consolidate table lookup functions 17 years ago
Michael Krufky d37142102a V4L/DVB (6925): tda18271: move state structures to tda18271-priv.h 17 years ago
Michael Krufky 7686b574a1 V4L/DVB (6924): tda18271: fix whitespace in tda18271_ir_measure 17 years ago
Michael Krufky 926bf3ca93 V4L/DVB (6923): tda18271: remove extraneous debug 17 years ago
Michael Krufky fe0bf6d783 V4L/DVB (6907): tda18271: create separate calc_pll functions 17 years ago
Michael Krufky f0bd504fb9 V4L/DVB (6906): tda18271: rename tda18271_calc_* functions to tda18271_lookup_* 17 years ago
Michael Krufky 49e7aaf0ff V4L/DVB (6905): tda18271: check ID register during attach 17 years ago
Michael Krufky 7e946c8a42 V4L/DVB (6904): tda18271: divider byte 1, bit 7 is always 0 17 years ago
Matthias Schwarzott 994fc28b6c V4L/DVB (6903): mt312: CodingStyle fix 17 years ago
Michael Krufky 3f51451b51 V4L/DVB (6894): xc5000: fix build warning 17 years ago
Michael Krufky fb6d8e2c7f V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabled 17 years ago
Michael Krufky 26501a703d V4L/DVB (6890): tda18271: fix typo in RF tracking filter calibration 17 years ago
Steven Toth e12671cf0c V4L/DVB (6886): xc5000: Cleanups of types, result codes etc 17 years ago
Steven Toth aacb9d31ee V4L/DVB (6884): Add support for the Xceive xc5000 silicon tuner 17 years ago
Michael Krufky 2426a27e4d V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detach 17 years ago
Michael Krufky bc3e5c7fc2 V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend 17 years ago
Michael Krufky 9ad89f0104 V4L/DVB (6880): kill tuner-driver.h 17 years ago
Michael Krufky 807ffe8df2 V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.h 17 years ago
Matthias Schwarzott 0b6a3342a6 V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.c 17 years ago
Matthias Schwarzott 89f6475857 V4L/DVB (6873): Fixes issues listed by checkpatch 17 years ago
Chris Pascoe bc51471088 V4L/DVB (6856): zl10353: improve tuning parameters and update register map 17 years ago
Michael Krufky 6b7daa88f2 V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherwise specified 17 years ago
Michael Krufky 2b03238a79 V4L/DVB (6821): s5h1409: fix IF frequency configuration 17 years ago
Andrew Morton 18ff605a18 V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit divide 17 years ago
Andrew Morton 39b43b1a61 V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.h 17 years ago