Commit Graph

145 Commits (ee56d977423a58b53fd0fc1ef0aca0c9cb564c53)

Author SHA1 Message Date
Mauro Carvalho Chehab b9ef6bbbbe V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabled 17 years ago
Mauro Carvalho Chehab 867e835f4d V4L/DVB (7728): tea5761: bugzilla #10462: tea5761 autodetection code were broken 17 years ago
Mauro Carvalho Chehab 17de9a4e53 V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=m 17 years ago
Mauro Carvalho Chehab b412ba781a V4L/DVB (7399): Removes video_dev from tuner-xc2028 config struct 17 years ago
Hartmut Hackmann 7bff4b4d3a V4L/DVB (7393): tda827x: fixed support of tuners with LNA 17 years ago
Michael Krufky b65aa26056 V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attach 17 years ago
Michael Krufky 060a5bd764 V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-types 17 years ago
Michael Krufky 65e8d29f7a V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attach 17 years ago
Douglas Schilling Landgraf ff699e6bd0 V4L/DVB (7094): static memory 17 years ago
Adrian Bunk c52c4d063e V4L/DVB (7102): make tuner-core.c:tuner_list static 17 years ago
Michael Krufky 1641002bf5 V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000 tuners 17 years ago
Steven Toth 73c993a829 V4L/DVB (7045): xc5000: Small amount of cleanup and commenting 17 years ago
Steven Toth 27c685a4b0 V4L/DVB (7042): xc5000: Tuner analog support 17 years ago
Mauro Carvalho Chehab e545d6e276 V4L/DVB (6953): Fix radio set frequency logic 17 years ago
Michael Krufky 67d52e2903 V4L/DVB (6920): tuner: fix backwards logic in check for set_config 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 f7f427e4cc V4L/DVB (6844): tuner: remove struct tuner from tuner-driver.h 17 years ago
Michael Krufky 8ca4083b50 V4L/DVB (6842): tda9887: remove dependency on struct tuner 17 years ago
Michael Krufky 710401b837 V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG 17 years ago
Michael Krufky f1c9a28100 V4L/DVB (6839): tuner: add set_config to struct analog_tuner_ops 17 years ago
Michael Krufky 864a6b813a V4L/DVB (6787): tuner: bug-fix: default mode was set to bogus value 17 years ago
Michael Krufky a55db8cd7f V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_ops 17 years ago
Michael Krufky ab1660503a V4L/DVB (6785): tda8290: remove dependency on struct tuner 17 years ago
Michael Krufky c7919d520f V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single set_params method 17 years ago
Michel Ludwig a37b4c9bc8 V4L/DVB (6611): Change xc2028_attach method to make easier for DVB 17 years ago
Hans Verkuil 9dd659de9f V4L/DVB (6556): tuner: convert to bus-based I2C API 17 years ago
Hans Verkuil 92de1f16d1 V4L/DVB (6555): tuner: reorder functions to prepare for i2c conversion 17 years ago
Hans Verkuil 159ffe77cd V4L/DVB (6553): tuner: replace default_mode_mask 17 years ago
Michael Krufky f1f32849d6 V4L/DVB (6543): tda8290: enable probing of tda8295 17 years ago
Michael Krufky 241020d19e V4L/DVB (6492): tuner: improve tuner_foo printk macros consistency 17 years ago
Michael Krufky 4942744f93 V4L/DVB (6491): tuner: prevent repeated "type set" message unless debug is enabled 17 years ago
Mauro Carvalho Chehab 48aa336a84 V4L/DVB (6473): Prevents double tuner registering 17 years ago
Mauro Carvalho Chehab 690c544cf8 V4L/DVB (6472): Re-inserts xc2028 attach code, fixing its parameters 17 years ago
Hans Verkuil 1cba97d71d V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner struct 17 years ago
Mauro Carvalho Chehab 1a156045ab V4L/DVB (6470): Avoid breaking compilation 17 years ago
Michael Krufky 0b5f4a12e6 V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295 17 years ago
Michael Krufky 8c125f2ceb V4L/DVB (6468): tda8290: auto-detect tda8290 or tda8295 17 years ago
Michael Krufky 4524c1aba5 V4L/DVB (6445): tuner-core: improve comments inside function fe_release() 17 years ago
Michael Krufky af3b0f3f01 V4L/DVB (6444): tuner-core: remove excessive parenthesis 17 years ago
Michael Krufky 31c9584c0b V4L/DVB (6443): make tda9887 build selectable via Kconfig 17 years ago
Michael Krufky 1b29cedab9 V4L/DVB (6441): tuner: clean up ops checking in tuner_status function 17 years ago
Michael Krufky 4e9154b8a7 V4L/DVB (6440): tuner: convert analog tuner demod sub-modules to dvb_frontend interface 17 years ago
Michael Krufky 16f291684c V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontend 17 years ago
Michael Krufky e2be32ac80 V4L/DVB (6437): tuner: clear analog_demod_ops on release 17 years ago
Michael Krufky 1dde7a4fa2 V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_ops 17 years ago
Michael Krufky 5bea1cd387 V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demod 17 years ago
Michael Krufky 746d9732db V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x module 17 years ago
Mauro Carvalho Chehab 215b95baf9 V4L/DVB (6430): Convert tuner-xc2028 driver to the newer hybrid approach 17 years ago
Mauro Carvalho Chehab 6cb45879dc V4L/DVB (6423): Add tuner-xc2028 driver 17 years ago