summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda18271-fe.c
AgeCommit message (Expand)Author
2008-03-16tda18271: store agc_mode configuration independently of std_bitsMichael Krufky
2008-03-16tda18271: store FM_RFn setting in struct tda18271_std_map_itemMichael Krufky
2008-03-16tda18271: add attach-time parameter to limit i2c transfer sizeMichael Krufky
2008-02-14tda18271: move init functions to directly above tda18271_tuneMichael Krufky
2008-02-14tda18271: consolidate tune functionsMichael Krufky
2008-02-14tda18271: move rf calibration code from tda18271c1_tune into a new functionMichael Krufky
2008-02-14tda18271: remove duplicated channel configuration code from tda18271c1_tuneMichael Krufky
2008-01-15tda18271: use hybrid_tuner_request_state to manage tuner instancesMichael Krufky
2008-01-19tda18271: when tuning digital, the analog demod must be tri-statedMichael Krufky
2008-01-14tda18271: tda18271_cal_on_startup should be declared staticMichael Krufky
2008-01-13tda18271: provide a choice whether to perform rf cal on init or on first tuneMichael Krufky
2008-01-13tda18271: test RF_CAL_OK to see if we need additional RF calibrationMichael Krufky
2008-01-13tda18271: put the device in standby mode during sleep()Michael Krufky
2008-01-06tda18271: report when the RF tracking filter calibration has completedMichael Krufky
2008-01-08tda18271: give calibration debug a separate debug maskMichael Krufky
2008-01-08tda18271: add support for fm radioMichael Krufky
2008-01-06tda18271: share state between analog and digital tuner instancesMichael Krufky
2008-01-06tda18271: use a mutex to protect state in critical sectionsMichael Krufky
2008-01-05tda18271: store frequency and bandwidth after successful tuneMichael Krufky
2008-01-05tda18271: clean up calibration initialization proceduresMichael Krufky
2008-01-02tda18271: document debug level and configuration parametersMichael Krufky
2008-01-02tda18271: store IF frequency in a u16 instead of u32Michael Krufky
2008-01-02tda18271: allow device-specific configuration of IF frequency and std bitsMichael Krufky
2008-01-01tda18271: move common code to tda18271-common.cMichael Krufky
2008-01-01tda18271: add support for NXP TDA18271HD/C2Michael Krufky
2008-01-01tda18271: add MODULE_VERSIONMichael Krufky
2008-01-01tda18271: clean up function tda18271_set_analog_paramsMichael Krufky
2007-12-29tda18271: fail table lookups if frequency is out of rangeMichael Krufky
2007-12-25tda18271: break calculation functions out of tda18271_tuneMichael Krufky
2007-12-25tda18271: improve printk macrosMichael Krufky
2007-12-24tda18271: consolidate table lookup functionsMichael Krufky
2007-12-24tda18271: move state structures to tda18271-priv.hMichael Krufky
2007-12-24tda18271: remove extraneous debugMichael Krufky
2007-12-24tda18271: create separate calc_pll functionsMichael Krufky
2007-12-24tda18271: rename tda18271_calc_* functions to tda18271_lookup_*Michael Krufky
2007-12-24tda18271: check ID register during attachMichael Krufky
2007-12-24tda18271: divider byte 1, bit 7 is always 0Michael Krufky
2007-12-21merge: http://linuxtv.org/hg/~mkrufky/tda18271Mauro Carvalho Chehab
2007-12-21tda18271: fix typo in RF tracking filter calibrationMichael Krufky
2007-12-21include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky
2007-12-21kill tuner-driver.hMichael Krufky
2007-12-09tda18271: pass i2c gate configuration into tda18271_attach()Michael Krufky
2007-12-09tda18271: use an enum rather than an integer to store analog / digital stateMichael Krufky
2007-12-06tda18271: remove tuning offset for atsc/qamMichael Krufky
2007-12-02tda18271: fix register dump formatMichael Krufky
2007-12-02tda18271: convert table lookup loops to functionsMichael Krufky
2007-12-02tda18271: set image rejection validityMichael Krufky
2007-12-02tda18271: improve debug flexibilityMichael Krufky
2007-12-02tda18271: remove duplicated codeMichael Krufky
2007-12-01tda18271: only force init once during attachMichael Krufky