index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
frontends
/
tda18271-fe.c
Age
Commit message (
Expand
)
Author
2008-01-13
tda18271: provide a choice whether to perform rf cal on init or on first tune
Michael Krufky
2008-01-13
tda18271: test RF_CAL_OK to see if we need additional RF calibration
Michael Krufky
2008-01-13
tda18271: put the device in standby mode during sleep()
Michael Krufky
2008-01-06
tda18271: report when the RF tracking filter calibration has completed
Michael Krufky
2008-01-08
tda18271: give calibration debug a separate debug mask
Michael Krufky
2008-01-08
tda18271: add support for fm radio
Michael Krufky
2008-01-06
tda18271: share state between analog and digital tuner instances
Michael Krufky
2008-01-06
tda18271: use a mutex to protect state in critical sections
Michael Krufky
2008-01-05
tda18271: store frequency and bandwidth after successful tune
Michael Krufky
2008-01-05
tda18271: clean up calibration initialization procedures
Michael Krufky
2008-01-02
tda18271: document debug level and configuration parameters
Michael Krufky
2008-01-02
tda18271: store IF frequency in a u16 instead of u32
Michael Krufky
2008-01-02
tda18271: allow device-specific configuration of IF frequency and std bits
Michael Krufky
2008-01-01
tda18271: move common code to tda18271-common.c
Michael Krufky
2008-01-01
tda18271: add support for NXP TDA18271HD/C2
Michael Krufky
2008-01-01
tda18271: add MODULE_VERSION
Michael Krufky
2008-01-01
tda18271: clean up function tda18271_set_analog_params
Michael Krufky
2007-12-29
tda18271: fail table lookups if frequency is out of range
Michael Krufky
2007-12-25
tda18271: break calculation functions out of tda18271_tune
Michael Krufky
2007-12-25
tda18271: improve printk macros
Michael Krufky
2007-12-24
tda18271: consolidate table lookup functions
Michael Krufky
2007-12-24
tda18271: move state structures to tda18271-priv.h
Michael Krufky
2007-12-24
tda18271: remove extraneous debug
Michael Krufky
2007-12-24
tda18271: create separate calc_pll functions
Michael Krufky
2007-12-24
tda18271: rename tda18271_calc_* functions to tda18271_lookup_*
Michael Krufky
2007-12-24
tda18271: check ID register during attach
Michael Krufky
2007-12-24
tda18271: divider byte 1, bit 7 is always 0
Michael Krufky
2007-12-21
merge: http://linuxtv.org/hg/~mkrufky/tda18271
Mauro Carvalho Chehab
2007-12-21
tda18271: fix typo in RF tracking filter calibration
Michael Krufky
2007-12-21
include struct analog_demod_ops directly inside struct dvb_frontend
Michael Krufky
2007-12-21
kill tuner-driver.h
Michael Krufky
2007-12-09
tda18271: pass i2c gate configuration into tda18271_attach()
Michael Krufky
2007-12-09
tda18271: use an enum rather than an integer to store analog / digital state
Michael Krufky
2007-12-06
tda18271: remove tuning offset for atsc/qam
Michael Krufky
2007-12-02
tda18271: fix register dump format
Michael Krufky
2007-12-02
tda18271: convert table lookup loops to functions
Michael Krufky
2007-12-02
tda18271: set image rejection validity
Michael Krufky
2007-12-02
tda18271: improve debug flexibility
Michael Krufky
2007-12-02
tda18271: remove duplicated code
Michael Krufky
2007-12-01
tda18271: only force init once during attach
Michael Krufky
2007-11-23
tda18271: rename 'debug' to 'tda18271_debug'
Michael Krufky
2007-11-23
tda18271: move tda18271_map tables to a separate source file
Michael Krufky