Commit Graph

1313 Commits (7c3ada4f7cc76fa3912683da83eccf7886fca1b1)

Author SHA1 Message Date
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
Michael Krufky e435f95ce6 V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach() 17 years ago
Michael Krufky 7206abbc2d V4L/DVB (6800): tda18271: use an enum rather than an integer to store analog / digital state 17 years ago
Michael Krufky 14e3c152a1 V4L/DVB (6745): tda18271: remove tuning offset for atsc/qam 17 years ago
Michael Krufky 5d2bf930a2 V4L/DVB (6728): tda18271: fix register dump format 17 years ago
Michael Krufky b5f3e1e153 V4L/DVB (6727): tda18271: convert table lookup loops to functions 17 years ago
Michael Krufky aaeccba68a V4L/DVB (6726): tda18271: set image rejection validity 17 years ago
Michael Krufky 293da0ec46 V4L/DVB (6725): tda18271: improve debug flexibility 17 years ago
Michael Krufky 1457263e9d V4L/DVB (6724): tda18271: remove duplicated code 17 years ago
Michael Krufky efce841093 V4L/DVB (6723): tda18271: only force init once during attach 17 years ago