1. dc89cfc [media] tuners: remove uneeded checks before release_firmware() by Markus Elfring · 10 years ago
  2. 52e269b [media] xc5000: add IF output level control by Richard Vollkommer · 10 years ago
  3. 4961a53 [media] xc5000: use after free in release() by Dan Carpenter · 10 years ago
  4. 27ccd69 [media] media: tuner xc5000 - try to avoid firmware load in resume path by Shuah Khan · 10 years ago
  5. 5264a52 [media] media: tuner xc5000 - release firmwware from xc5000_release() by Shuah Khan · 10 years ago
  6. 5275a3b [media] xc5000: be sure that the firmware is there before set params by Mauro Carvalho Chehab · 10 years ago
  7. 59b94f3 [media] xc5000: better name the functions by Mauro Carvalho Chehab · 10 years ago
  8. 7ab1c07 [media] xc5000: add a resume function by Mauro Carvalho Chehab · 10 years ago
  9. c3d6676 [media] xc5000: Split config and set code for analog/radio by Mauro Carvalho Chehab · 10 years ago
  10. 1643520 [media] au0828: move the code that sets DTV on a separate function by Mauro Carvalho Chehab · 10 years ago
  11. 91a5307 [media] xc5000: fix xc5000 suspend by Mauro Carvalho Chehab · 10 years ago
  12. ee67674 [media] xc5000: always write at dmesg when it fails to upload firmware by Mauro Carvalho Chehab · 10 years ago
  13. 8604f35 [media] xc5000: optimize firmware retry logic by Mauro Carvalho Chehab · 10 years ago
  14. 2621c0b [media] xc5000: Don't try forever to load the firmware by Mauro Carvalho Chehab · 10 years ago
  15. a3eec91 [media] xc5000: Fix get_frequency() by Mauro Carvalho Chehab · 10 years ago
  16. 2442b6a [media] xc5000: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  17. f7a27ff [media] xc5000: delay tuner sleep to 5 seconds by Mauro Carvalho Chehab · 10 years ago
  18. 5015c27 [media] xc5000: Don't use whitespace before tabs by Mauro Carvalho Chehab · 10 years ago
  19. 303ddd9 [media] xc5000: fix CamelCase by Mauro Carvalho Chehab · 10 years ago
  20. e5bf4a1 [media] xc5000: Don't wrap msleep() by Mauro Carvalho Chehab · 10 years ago
  21. 859ae7f [media] xc5000: get rid of positive error codes by Mauro Carvalho Chehab · 10 years ago
  22. 01ae728 [media] xc5000: fix incorrect debug printnk by Dmitri Belimov · 11 years ago
  23. cf1364b [media] tuners/xc5000: fix MODE_AIR in xc5000_set_params() by Dan Carpenter · 12 years ago
  24. ccae7af [media] common: move media/common/tuners to media/tuners by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/common/tuners/xc5000.c]
  25. 3de5bff [media] xc5000: change filename to production/redistributable xc5000c firmware by Devin Heitmueller · 12 years ago
  26. ca60a45d [media] xc5000: show debug version fields in decimal instead of hex by Devin Heitmueller · 12 years ago
  27. 22d5c6f [media] xc5000: add support for firmware load check and init status by Devin Heitmueller · 12 years ago
  28. de49bc6 [media] xc5000: reset device if encountering PLL lock failure by Devin Heitmueller · 12 years ago
  29. fc7a74b [media] xc5000: don't invoke auto calibration unless we really did reset tuner by Devin Heitmueller · 12 years ago
  30. 0a3dabb [media] xc5000: properly report i2c write failures by Devin Heitmueller · 12 years ago
  31. 7c287f1 [media] xc5000: add support for showing the SNR and gain in the debug output by Devin Heitmueller · 12 years ago
  32. 1aa9c487 [media] xc5000: properly show quality register values by Devin Heitmueller · 12 years ago
  33. 3422f2a6 [media] xc5000: Add MODULE_FIRMWARE statements by Tim Gardner · 12 years ago
  34. 5cf73ce [media] xc5000: Add support for DMB-TH and ISDB-T by Mauro Carvalho Chehab · 12 years ago
  35. 409328a [media] xc5000: xtal_khz should be a u16 rather than a u32 by Michael Krufky · 12 years ago
  36. 3532067 [media] xc5000: log firmware upload failures in xc5000_fwupload by Michael Krufky · 12 years ago
  37. 7d3d0d8 [media] xc5000: support 32MHz & 31.875MHz xtal using the 41.024.5 firmware by Michael Krufky · 12 years ago
  38. a3db60b [media] xc5000: declare firmware configuration structures as static const by Michael Krufky · 12 years ago
  39. 6fab81d [media] xc5000: drivers should specify chip revision rather than firmware by Michael Krufky · 12 years ago
  40. ddea427 [media] xc5000: remove static dependencies on xc5000 created by previous changesets by Michael Krufky · 12 years ago
  41. d839880 [media] xc5000: add XC5000C_DEFAULT_FIRMWARE: dvb-fe-xc5000c-41.024.5-31875.fw by Michael Krufky · 12 years ago
  42. 76efb0ba [media] xc5000: allow drivers to set desired firmware in xc5000_attach by Michael Krufky · 12 years ago
  43. c6f56e7 [media] dvb: don't use DVBv3 bandwidth macros by Mauro Carvalho Chehab · 13 years ago
  44. 14d24d1 [media] tuners: remove dvb_frontend_parameters from set_params() by Mauro Carvalho Chehab · 13 years ago
  45. fd66c45 [media] Remove Annex A/C selection via roll-off factor by Mauro Carvalho Chehab · 13 years ago
  46. 0433cd2 [media] xc5000: Add support for 7MHz bandwidth for DVB-C/DVB-T by Mauro Carvalho Chehab · 13 years ago
  47. 78bd3dc [media] xc5000,tda18271c2dd: Fix bandwidth calculus by Mauro Carvalho Chehab · 13 years ago
  48. 2bf9362 [media] xc5000: Remove the global mutex lock at xc5000 firmware init by Mauro Carvalho Chehab · 13 years ago
  49. 82e7dbb [media] em28xx: initial support for HAUPPAUGE HVR-930C again by Eddi De Pieri · 13 years ago
  50. 3562103 [media] xc5000: Add support for get_if_frequency by Mauro Carvalho Chehab · 13 years ago
  51. 2440f7a [media] Properly implement ITU-T J.88 Annex C support by Mauro Carvalho Chehab · 13 years ago
  52. e0df541 [media] xc5000: Improve it to work better with 6MHz-spaced channels by Mauro Carvalho Chehab · 13 years ago
  53. 724dcbf [media] xc5000: add set_config and other by Dmitri Belimov · 14 years ago
  54. e80edce [media] xc5000: add support for DVB-C tuning by Igor M. Liplianin · 14 years ago
  55. 2e4e98e V4L/DVB: drivers/media: Make static data tables and strings const by lawrence rust · 14 years ago
  56. 1cdffda V4L/DVB: xc5000: Fix a few warnings by Mauro Carvalho Chehab · 14 years ago
  57. 4743319 V4L/DVB: xc5000, rework xc_write_reg by Dmitri Belimov · 14 years ago
  58. 760c466 V4L/DVB (13188): xc5000: return an error on tuning attempts if firmware not loaded by Devin Heitmueller · 15 years ago
  59. 496e905 V4L/DVB (13076): xc5000: make the definition of the FM input part of the xc5000 config struct by Devin Heitmueller · 15 years ago
  60. d7009cd V4L/DVB (13075): xc5000: add FM radio support by Beholder Intl. Ltd. Dmitry Belimov · 15 years ago
  61. e80858e V4L/DVB (11806): xc5000: add copyright line by Devin Heitmueller · 15 years ago
  62. a37791c V4L/DVB (11804): xc5000: poll at 5ms interval for register write command completion by Devin Heitmueller · 15 years ago
  63. 6c99080 V4L/DVB (11803): xc5000: add support for DVB-T tuning by David T.L. Wong · 15 years ago
  64. a6301d1 V4L/DVB (11802): xc5000: switch to new xc5000 firmware 1.6.114 with redistribution rights by Devin Heitmueller · 15 years ago
  65. b6bd5eb V4L/DVB (11798): xc5000: add "no_poweroff" module option by Devin Heitmueller · 15 years ago
  66. 34a0db9 V4L/DVB (11797): xc5000: cleanup firmware loading messages by Devin Heitmueller · 15 years ago
  67. 81c4dfe V4L/DVB (11796): xc5000: start using the newer "finerfreq" tuning command by Devin Heitmueller · 15 years ago
  68. bae7b7d V4L/DVB (11795): xc5000: add build version to debug info by Devin Heitmueller · 15 years ago
  69. 7f05b53 V4L/DVB (11793): xc5000: Properly support power down for newer firmware by Devin Heitmueller · 15 years ago
  70. 361d489 V4L/DVB (11792): xc5000: switch to new version of Xceive firmware by Devin Heitmueller · 15 years ago
  71. a78baac V4L/DVB (11791): xc5000: do not sleep after digital tuning by Devin Heitmueller · 16 years ago
  72. 8e4c679 V4L/DVB (11790): xc5000: restore sleep routine by Devin Heitmueller · 16 years ago
  73. 7988fc2 V4L/DVB (11789): xc5000: check xc5000_readreg return value for XC_RESULT_SUCCESS by Devin Heitmueller · 16 years ago
  74. d7800d4 V4L/DVB (11788): xc5000: cleanup i2c write routines by Devin Heitmueller · 16 years ago
  75. bdd3356 V4L/DVB (11787): xc5000: cleanup i2c read routines by Devin Heitmueller · 16 years ago
  76. 91bd625 V4L/DVB (11786): xc5000: handle tuner reset failures properly by Devin Heitmueller · 16 years ago
  77. e978525 V4L/DVB (11723): Link firmware to physical device by Jean Delvare · 15 years ago
  78. ea22786 V4L/DVB (11059): xc5000: fix bug for hybrid xc5000 devices with IF other than 5380 by Devin Heitmueller · 15 years ago
  79. 1fab14e V4L/DVB (10951): xc5000: Fix CodingStyle errors introduced by the last patch by Mauro Carvalho Chehab · 15 years ago
  80. 0356baa V4L/DVB (10950): xc5000: prepare it to be used by cx231xx module by Sri Deevi · 15 years ago
  81. d553cc9 V4L/DVB (9923): xc5000: remove init_fw option by Devin Heitmueller · 16 years ago
  82. 8f3cd53 V4L/DVB (9261): xc5000: Checkpatch compliance by Steven Toth · 16 years ago
  83. d7cba04 V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callback by Michael Krufky · 16 years ago
  84. 3065096 V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach() by Michael Krufky · 16 years ago
  85. 2a6003c V4L/DVB (8950): xc5000: prevent an OOPS if analog driver is unloaded while digital is in use by Michael Krufky · 16 years ago
  86. 89fd285 V4L/DVB (8949): xc5000: allow multiple driver instances for the same hardware to share state by Michael Krufky · 16 years ago
  87. ffb4123 V4L/DVB (8948): xc5000: kill xc5000_priv.h by Michael Krufky · 16 years ago
  88. 6d89761 V4L/DVB (8805): Steven Toth email address change by Steven Toth · 16 years ago
  89. 7dc1b88 V4L/DVB (8098): xc5000: add module option to load firmware during driver attach by Michael Krufky · 16 years ago
  90. c63e87e tuners: treat firmware data as const by David Woodhouse · 16 years ago
  91. e470d81 V4L/DVB (8097): xc5000: check device hardware state to determine if firmware download is needed by Steven Toth · 16 years ago
  92. 4872354 V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system by Michael Krufky · 16 years ago
  93. 7c91f06 V4L/DVB(7767): Move tuners to common/tuners by Mauro Carvalho Chehab · 16 years ago[Renamed from drivers/media/dvb/frontends/xc5000.c]
  94. 271ddbf V4L/DVB (7514): media/dvb/frontends replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  95. 763896c V4L/DVB (7107): frontends/xc5000.c: make a struct static by Adrian Bunk · 16 years ago
  96. 5ea6053 V4L/DVB (7063): xc5000: Fix OOPS caused by missing firmware by Steven Toth · 17 years ago
  97. 4917019 V4L/DVB (7046): Finalise support for the Pinnacle HD 8000i by Steven Toth · 17 years ago
  98. 73c993a V4L/DVB (7045): xc5000: Small amount of cleanup and commenting by Steven Toth · 17 years ago
  99. 27c685a V4L/DVB (7042): xc5000: Tuner analog support by Steven Toth · 17 years ago
  100. 71bc9bd V4L/DVB (6930): xc5000: Removed erroneous defines by Steven Toth · 17 years ago