1. f1b1eab media: dvb: represent min/max/step/tolerance freqs in Hz by Mauro Carvalho Chehab · 7 years ago
  2. fada193 media: move dvb kAPI headers to include/media by Mauro Carvalho Chehab · 7 years ago
  3. 3ee6229 media: siano: fix a potential integer overflow by Gustavo A. R. Silva · 7 years ago
  4. bd336e6 [media] dvb: make DVB frontend *_ops instances "const" by Max Kellermann · 8 years ago
  5. 83a74ff [media] siano: remove get_frontend stub by Mauro Carvalho Chehab · 9 years ago
  6. 0230d60 [media] dvbdev: Add RF connector if needed by Mauro Carvalho Chehab · 9 years ago
  7. 9832e15 [media] media-device: split media initialization and registration by Javier Martinez Canillas · 9 years ago
  8. 0d3ab84 [media] dvb core: must check dvb_create_media_graph() by Mauro Carvalho Chehab · 9 years ago
  9. 0df289a [media] dvb: Get rid of typedev usage for enums by Mauro Carvalho Chehab · 10 years ago
  10. 89a2c1d [media] use a function for DVB media controller register by Mauro Carvalho Chehab · 10 years ago
  11. 872b9db [media] dvb: Avoid warnings when compiled without the media controller by Mauro Carvalho Chehab · 10 years ago
  12. 480884b [media] dvbdev: use adapter arg for dvb_create_media_graph() by Mauro Carvalho Chehab · 10 years ago
  13. fb372a4 [media] siano: print a message if DVB register succeeds by Mauro Carvalho Chehab · 10 years ago
  14. d9f3836 [media] siano: get rid of sms_dbg parameter by Mauro Carvalho Chehab · 10 years ago
  15. 0dd5f20 [media] siano: get rid of sms_info() by Mauro Carvalho Chehab · 10 years ago
  16. 6908368 [media] siano: replace sms_debug() by pr_debug() by Mauro Carvalho Chehab · 10 years ago
  17. 5ed0a2c [media] siano: replace sms_err by pr_err by Mauro Carvalho Chehab · 10 years ago
  18. 5e022d1 [media] siano: use pr_* print functions by Mauro Carvalho Chehab · 10 years ago
  19. 46b1e21 [media] siano: add support for the media controller at USB driver by Mauro Carvalho Chehab · 10 years ago
  20. 1668844 [media] siano: fix sparse warnings by Hans Verkuil · 11 years ago
  21. ec53250 [media] siano: fix divide error on 0 counters by Bjørn Mork · 11 years ago
  22. 250a51c [media] Missing break statement added in smsdvb-main.c by Jakob Normark · 12 years ago
  23. f35d09d [media] siano: use do_div() for 64-bits division by Mauro Carvalho Chehab · 12 years ago
  24. 28a59df [media] siano: remove the remaining CamelCase compliants by Mauro Carvalho Chehab · 12 years ago
  25. cf0e9cf [media] siano: convert structure names to lowercase by Mauro Carvalho Chehab · 12 years ago
  26. dfef84f [media] siano: get rid of CammelCase from smscoreapi.h by Mauro Carvalho Chehab · 12 years ago
  27. 98c3f94 [media] siano: remove doubled new line by Mauro Carvalho Chehab · 12 years ago
  28. 773adad [media] siano: fix status report with old firmware and ISDB-T by Mauro Carvalho Chehab · 12 years ago
  29. e1b2ac4 [media] siano: Only feed DVB data when there's a feed by Mauro Carvalho Chehab · 12 years ago
  30. 5c3b874 [media] siano: Fix bandwidth report by Mauro Carvalho Chehab · 12 years ago
  31. 9671045 [media] siano: fix PER/BER report on DVBv5 by Mauro Carvalho Chehab · 12 years ago
  32. f5de95e [media] siano: fix signal strength and CNR stats measurements by Mauro Carvalho Chehab · 12 years ago
  33. a9b9fbd [media] siano: don't request statistics too fast by Mauro Carvalho Chehab · 12 years ago
  34. 503efe5 [media] siano: split debugfs code into a separate file by Mauro Carvalho Chehab · 12 years ago[Renamed (68%) from drivers/media/common/siano/smsdvb.c]
  35. 3f6b87c [media] siano: allow showing the complete statistics via debugfs by Mauro Carvalho Chehab · 12 years ago
  36. c02272f [media] siano: fix start of statistics by Mauro Carvalho Chehab · 12 years ago
  37. d42f1cb [media] siano: Convert it to report DVBv5 stats by Mauro Carvalho Chehab · 12 years ago
  38. ff702eb [media] siano: split debug logic from the status update routine by Mauro Carvalho Chehab · 12 years ago
  39. eab0fa0 [media] siano: split get_frontend into per-std functions by Mauro Carvalho Chehab · 12 years ago
  40. 80ccb51 [media] siano: simplify message endianness logic by Mauro Carvalho Chehab · 12 years ago
  41. b405909 [media] siano: use the newer stats message for recent firmwares by Mauro Carvalho Chehab · 12 years ago
  42. 0c189fa [media] siano: add support for LNA on ISDB-T by Mauro Carvalho Chehab · 12 years ago
  43. a51fea4 [media] siano: add support for ISDB-T full-seg by Mauro Carvalho Chehab · 12 years ago
  44. 76e41a6 [media] siano: use a separate completion for stats by Mauro Carvalho Chehab · 12 years ago
  45. 4c3bdb5 [media] siano: better debug send/receive messages by Mauro Carvalho Chehab · 12 years ago
  46. 0013ca8 [media] siano: break it into common, mmc and usb by Mauro Carvalho Chehab · 13 years ago[Renamed from drivers/media/usb/siano/smsdvb.c]
  47. 786baec [media] dvb-usb: move it to drivers/media/usb/dvb-usb by Mauro Carvalho Chehab · 13 years ago[Renamed from drivers/media/dvb/siano/smsdvb.c]
  48. d138210 [media] smsdvb: fix get_frontend by Gianluca Gennari · 13 years ago
  49. 9bd58e7 [media] smsusb: fix the default delivery system setting by Mauro Carvalho Chehab · 13 years ago
  50. 7581e61 [media] dvb: Remove ops->info.type from frontends by Mauro Carvalho Chehab · 13 years ago
  51. 7c61d80 [media] dvb: don't require a parameter for get_frontend by Mauro Carvalho Chehab · 13 years ago
  52. 15115c1 [media] siano: convert set_fontend to use DVBv5 parameters by Mauro Carvalho Chehab · 13 years ago
  53. a689e36 [media] dvb-core: add support for a DVBv5 get_frontend() callback by Mauro Carvalho Chehab · 13 years ago
  54. bc9cd27 [media] Rename set_frontend fops to set_frontend_legacy by Mauro Carvalho Chehab · 13 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  57. b4622c1 V4L/DVB (13848): smsdvb: Add the proper status for IsRfLocked by Mauro Carvalho Chehab · 15 years ago
  58. 25f9461 V4L/DVB (13847): smsdvb: Remove a wrong debug message by Mauro Carvalho Chehab · 15 years ago
  59. 5eb2397 V4L/DVB (13846): smsdvb: Properly implement stats for both DVB and ISDB-T by Mauro Carvalho Chehab · 15 years ago
  60. 643e15a V4L/DVB (13845): smsdvb: Fix the frequency switch that broke with v5 API conversion by Mauro Carvalho Chehab · 15 years ago
  61. e85c97a V4L/DVB (13844): smsdvb: Properly report the Delivery System by Mauro Carvalho Chehab · 15 years ago
  62. cf4fab7 V4L/DVB (13842): smsdvb: Convert it to use DVB API v5 (S2API) by Mauro Carvalho Chehab · 15 years ago
  63. 67ae1d2 V4L/DVB (13841): smsdvb: Make stats to work by Mauro Carvalho Chehab · 15 years ago
  64. 6b26fce V4L/DVB (13839): smsdvb: add ISDB-T as DVB-T tuning support hack by Michael Krufky · 15 years ago
  65. 2184dda V4L/DVB (13683): sanio-ms: clean up init, exit and id_table by Márton Németh · 15 years ago
  66. 3746b61 V4L/DVB (12446): sms1xxx: restore GPIO functionality for all Hauppauge devices by Michael Krufky · 16 years ago
  67. 4db989f V4L/DVB (11889): Siano: smsdvb - add DVB v3 events by Uri Shkolnik · 16 years ago
  68. c9679e3 V4L/DVB (11813): Siano: move dvb-api headers' includes to dvb adapter by Uri Shkolnik · 16 years ago
  69. 843d060 V4L/DVB (11783): Siano: smsdvb - small typo fix ad module author by Uri Shkolnik · 16 years ago
  70. 793786d V4L/DVB (11782): Siano: smsdvb - use 'push' status mechanism by Uri Shkolnik · 16 years ago
  71. ba79bb2 V4L/DVB (11781): Siano: smsdvb - add big endian support by Uri Shkolnik · 16 years ago
  72. 2e25d14 V4L/DVB (11729): Siano: smsdvb - remove redundent complete instruction by Uri Shkolnik · 16 years ago
  73. e527579 V4L/DVB (11728): Siano: smsdvb - modify license by Uri Shkolnik · 16 years ago
  74. 0d02efe V4L/DVB (10772): siano: prevent duplicate variable declaration by Michael Krufky · 16 years ago
  75. e0f14c2 V4L/DVB (10750): import changes from Siano by Uri Shkolnik · 16 years ago
  76. 62c7167d V4L/DVB (10747): sms1xxx: move definition of struct smsdvb_client_t into smsdvb.c by Michael Krufky · 16 years ago
  77. d54093a V4L/DVB (10746): sms1xxx: enable rf switch on Hauppauge Tiger devices by Michael Krufky · 16 years ago
  78. 7b29e10 V4L/DVB (9739): sms1xxx: enable signal quality indicator LEDs on Hauppauge WinTV MiniStick by Michael Krufky · 16 years ago
  79. 851a909 V4L/DVB (9738): sms1xxx: fix invalid unc readings by Michael Krufky · 16 years ago
  80. 7a6fbed V4L/DVB (9736): sms1xxx: enable power LED on Hauppauge WinTV MiniStick by Michael Krufky · 16 years ago
  81. 250fa67 V4L/DVB (9735): sms1xxx: turn off LEDs after initialization of Hauppauge WinTV MiniStick by Michael Krufky · 16 years ago
  82. 09a29b7 V4L/DVB (8722): sms1xxx: fix typo in license header by Michael Krufky · 16 years ago
  83. c5e0bd1 V4L/DVB (8453): sms1xxx: dvb/siano/: cleanups by Adrian Bunk · 16 years ago
  84. b1d8f9f V4L/DVB (8310): sms1xxx: remove kmutex_t typedef by Michael Krufky · 17 years ago
  85. 8f37356 V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTION by Michael Krufky · 17 years ago
  86. 0c071f3 V4L/DVB (8299): sms1xxx: mark functions static by Michael Krufky · 17 years ago
  87. eb25094 V4L/DVB (8296): sms1xxx: always show error messages by Michael Krufky · 17 years ago
  88. a0c0abc V4L/DVB (8294): sms1xxx: move message formatting into printk macros by Michael Krufky · 17 years ago
  89. 068d6c0 V4L/DVB (8293): sms1xxx: create printk macros by Michael Krufky · 17 years ago
  90. 1c11d54 V4L/DVB (8292): sms1xxx: add code to allow device-specific functionality by Michael Krufky · 17 years ago
  91. 18245e1 V4L/DVB (8286): sms1xxx: remove typedefs by Michael Krufky · 17 years ago
  92. 9f21139 V4L/DVB (8284): sms1xxx: fix WARNING: printk() should include KERN_ facility level by Michael Krufky · 17 years ago
  93. 59bf6b8 V4L/DVB (8283): sms1xxx: 80-column cleanups by Michael Krufky · 17 years ago
  94. fa830e8 V4L/DVB (8282): sms1xxx: more codingstyle cleanups by Michael Krufky · 17 years ago
  95. 8223741 V4L/DVB (8280): sms1xxx: more codingstyle cleanups by Michael Krufky · 17 years ago
  96. f17407a V4L/DVB (8277): sms1xxx: update latest siano drop to 1.2.17 by Michael Krufky · 17 years ago
  97. 55ad310 V4L/DVB (8276): sms1xxx: codingstyle cleanup: "(foo*)" should be "(foo *)" by Michael Krufky · 17 years ago
  98. a83ccdd V4L/DVB (8275): sms1xxx: codingstyle cleanup: "foo* bar"/"foo * bar" should be "foo *bar" by Michael Krufky · 17 years ago
  99. 1865811 V4L/DVB (8273): sms1xxx: replace __FUNCTION__ with __func__ by Michael Krufky · 17 years ago
  100. 8544706 V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ by Michael Krufky · 17 years ago[Renamed (95%) from drivers/media/mdtv/smsdvb.c]