1. 006ed1e V4L/DVB (6989): tda18271: clean up chip id logic in tda829x_release by Michael Krufky · 17 years ago
  2. a4f263b V4L/DVB (6986): tda18271: share state between analog and digital tuner instances by Michael Krufky · 17 years ago
  3. f21e0d7 V4L/DVB (6962): tda18271: allow device-specific configuration of IF frequency and std bits by Michael Krufky · 17 years ago
  4. 255b511 V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2 by Michael Krufky · 17 years ago
  5. c907627 V4L/DVB (6908): tda8290: add the option not to probe for tuners passed into tda829x_config by Michael Krufky · 17 years ago
  6. bc3e5c7 V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend by Michael Krufky · 17 years ago
  7. 9ad89f0 V4L/DVB (6880): kill tuner-driver.h by Michael Krufky · 17 years ago
  8. e435f95 V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach() by Michael Krufky · 17 years ago
  9. a55db8c V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_ops by Michael Krufky · 17 years ago
  10. ab16605 V4L/DVB (6785): tda8290: remove dependency on struct tuner by Michael Krufky · 17 years ago
  11. fa746aee V4L/DVB (6784): tda8290: prevent possible memory leak by Michael Krufky · 17 years ago
  12. c7919d5 V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single set_params method by Michael Krufky · 17 years ago
  13. 6881647 V4L/DVB (6782): tda8290: access frontend structure directly, where possible by Michael Krufky · 17 years ago
  14. 63c2548 V4L/DVB (6679): tda8290: force tuner init after attach by Michael Krufky · 17 years ago
  15. bbe1e0b V4L/DVB (6563): tda8290: optimize for loop in tda829x_probe function by Michael Krufky · 17 years ago
  16. 9dd659d V4L/DVB (6556): tuner: convert to bus-based I2C API by Hans Verkuil · 17 years ago
  17. a818e1c V4L/DVB (6551): tda8290: rule out tda988x before detecting tda8290/tda8295 by Michael Krufky · 17 years ago
  18. 1f3a4e32 V4L/DVB (6550): tda8290: return -ENODEV on probe failures by Michael Krufky · 17 years ago
  19. f1f3284 V4L/DVB (6543): tda8290: enable probing of tda8295 by Michael Krufky · 17 years ago
  20. 1cba97d7 V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner struct by Hans Verkuil · 17 years ago
  21. 8c125f2c V4L/DVB (6468): tda8290: auto-detect tda8290 or tda8295 by Michael Krufky · 17 years ago
  22. a72dd30 V4L/DVB (6448): tda8290: fill i2c_gate_ctrl callback by Michael Krufky · 17 years ago
  23. 5c82f44 V4L/DVB (6442): move std if setting from tda8290 to tda827x by Michael Krufky · 17 years ago
  24. 4e9154b V4L/DVB (6440): tuner: convert analog tuner demod sub-modules to dvb_frontend interface by Michael Krufky · 17 years ago
  25. 16f2916 V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontend by Michael Krufky · 17 years ago
  26. 1dde7a4 V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_ops by Michael Krufky · 17 years ago
  27. 5bea1cd V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demod by Michael Krufky · 17 years ago
  28. 746d9732 V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x module by Michael Krufky · 17 years ago
  29. 3782e05 V4L/DVB (6140): tda8290: add get_rf_strength and improve status reading efficiency by Michael Krufky · 17 years ago
  30. 910bb3e V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend module by Michael Krufky · 17 years ago
  31. db8a695 V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-drivers by Michael Krufky · 17 years ago
  32. ffbb807 V4L/DVB (6075): tuner: kernel headers go above subsystem headers by Michael Krufky · 17 years ago
  33. 8218b0b V4L/DVB (5793): Tuner: remove hardware-specific info from public header by Michael Krufky · 17 years ago
  34. 7fd8b26 V4L/DVB (5755): Tda8290: store tuning operations in tuner_operations structure by Michael Krufky · 17 years ago
  35. 7a91a80 V4L/DVB (5753): Tuner: create struct tuner_operations by Michael Krufky · 17 years ago
  36. 024cf53 V4L/DVB (5742): Tuner: define release callback for mt20xx, tda9887 and tda8290 by Michael Krufky · 17 years ago
  37. b208319 V4L/DVB (5719): Tuner: Move device-specific private data out of tuner struct by Michael Krufky · 17 years ago
  38. e65ec75 V4L/DVB (5484): Set tda8290 to analog mode after init by Hartmut Hackmann · 18 years ago
  39. cfeb883 V4L/DVB (5323): Updated support for tuner callbacks by Hartmut Hackmann · 17 years ago
  40. 58ef4f9 V4L/DVB (5314): Added support for tda827x tuners with preamlifiers by Hartmut Hackmann · 17 years ago
  41. 44fd06f V4L/DVB (3378): Restore power on defaults of tda9887 after tda8290 probe by Hartmut Hackmann · 19 years ago
  42. 0157a9c V4L/DVB (3303): TDA8290 update by Hartmut Hackmann · 19 years ago
  43. 27487d4 V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tuners that need this. by Hans Verkuil · 19 years ago
  44. f3c5987 V4L (0987): Added Secam L' std on tda9887 and common macros moved to videodev2.h by Mauro Carvalho Chehab · 19 years ago
  45. 70146cf [PATCH] v4l: (949) Added support for secam l' by Hartmut Hackmann · 19 years ago
  46. 4ac95af [PATCH] V4L: 896: fixed tda8290 secam l by Hartmut Hackmann · 19 years ago
  47. 01cb963 [PATCH] v4l: 826: unify whitespaces by Nickolay V. Shmyrev · 19 years ago
  48. 9573603 [PATCH] v4l: 823: corrected probing code for tda8290 by Hartmut Hackmann · 19 years ago
  49. 13dd38d [PATCH] v4l: 819: added autodetection code to tda8290 to avoid conflicts by Mauro Carvalho Chehab · 19 years ago
  50. c2f6f9d [PATCH] v4l: 812: supports the pinnacle pctv 110i board video inputs and remote by Ricardo Cerqueira · 19 years ago
  51. 9a741ec [PATCH] v4l: 811: strip trailing whitespaces by Nickolay V. Shmyrev · 19 years ago
  52. de48eeb [PATCH] v4l: 806: add support for tda8275a by Hartmut Hackmann · 19 years ago
  53. 4ac9791 [PATCH] v4l: 800: whitespace cleanups by Mauro Carvalho Chehab · 19 years ago
  54. 70b6934 [PATCH] v4l: 691: set if of tda8275 according to tv norm by Nickolay V. Shmyrev · 19 years ago
  55. c35d4b8 [PATCH] v4l: 647: included cb3 structures on tda8290 that should be changed according with by Mauro Carvalho Chehab · 19 years ago
  56. 793cf9e [PATCH] v4l: common part Updates and tuner additions by Mauro Carvalho Chehab · 19 years ago
  57. f7ce3cc [PATCH] v4l: I2C Tuner by Mauro Carvalho Chehab · 19 years ago
  58. 586b0ca [PATCH] v4l: tuner improvements by Mauro Carvalho Chehab · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago