Commit Graph

115 Commits (9b15c0251ba9d20dd88a69b2c607a2f2e5f0133a)

Author SHA1 Message Date
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
Mauro Carvalho Chehab 7f1711234e V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG 17 years ago
Adrian Bunk 04d934ff84 V4L/DVB (6432): tuner: fix CONFIG_TUNER_TEA5761=m 18 years ago
Michael Krufky 1419683d85 V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized value 18 years ago
Michael Krufky 9bc37caadf V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 Express 18 years ago
Michael Krufky a1dec5160d V4L/DVB (6180): tuner: don't probe 0x6b or 0x6f on cx88 boards 18 years ago
Michael Krufky 1f5ef19779 V4L/DVB (6141): tuner: use get_rf_strength instead of get_status to determine signal strength 18 years ago
Michael Krufky 4adad287de V4L/DVB (6133): tuner-simple: convert from tuner sub-driver into dvb_frontend module 18 years ago
Michael Krufky 8d0936ed15 V4L/DVB (6132): tea5767: convert from tuner sub-driver into dvb_frontend module 18 years ago
Michael Krufky 7ab10bf72a V4L/DVB (6131): tea5761: convert from tuner sub-driver into dvb_frontend module 18 years ago
Michael Krufky 96c0b7cfa5 V4L/DVB (6130): mt20xx: convert from tuner sub-driver into dvb_frontend module 18 years ago
Michael Krufky 910bb3e3c5 V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend module 18 years ago
Michael Krufky e18f9444bd V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1 18 years ago
Michael Krufky db8a695658 V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-drivers 18 years ago
Michael Krufky 293197cd0f V4L/DVB (6126): tuner: add warning for obsolete i2c address range 0x64 thru 0x6f 18 years ago
Mauro Carvalho Chehab 9c12224a60 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files 18 years ago
Michael Krufky ffbb807c13 V4L/DVB (6075): tuner: kernel headers go above subsystem headers 18 years ago
Michael Krufky 8218b0b2ca V4L/DVB (5793): Tuner: remove hardware-specific info from public header 18 years ago
Michael Krufky 7a91a80a0d V4L/DVB (5753): Tuner: create struct tuner_operations 18 years ago
Michael Krufky 052c50d916 V4L/DVB (5743): Tuner: clean up kfree() after release 18 years ago
Michael Krufky be2b85a135 V4L/DVB (5741): Tuner: add release callback 18 years ago
Adrian Bunk 9ee476a56c V4L/DVB (5740): Git-dvb: fix the tea5761 tuner support 18 years ago
Michael Krufky b208319993 V4L/DVB (5719): Tuner: Move device-specific private data out of tuner struct 18 years ago
Mauro Carvalho Chehab 8573a9e6a8 V4L/DVB (5563a): Add experimental support for tea5761 tuner 18 years ago
Hartmut Hackmann 80f90fba3e V4L/DVB (5326): Allow to set tuner_config in attach inform 18 years ago
Hartmut Hackmann cfeb88398f V4L/DVB (5323): Updated support for tuner callbacks 18 years ago
Hartmut Hackmann de956c1e0f V4L/DVB (5313): Added a config entry and a gpio function pointer to tuner struct 18 years ago
Jean Delvare 21b48a70f7 V4L/DVB (5421): Fix suspend/resume in msp3400 and tuner 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
Hans Verkuil e71ced1a5d V4L/DVB (4967): Add missing tuner module option pal=60 for PAL-60 support. 18 years ago
Michael Hunold c28089a65c V4L/DVB (4895): Accept tuners on saa7146 i2c bus only on address 0x60. 18 years ago