1. 3c61be4 [media] tm6000: rework init code by Dmitri Belimov · 14 years ago
  2. 427aacf [media] tm6000: Fix mutex unbalance by Dmitri Belimov · 14 years ago
  3. 641d211 [media] tm6000: rework and fix IR by Dmitri Belimov · 14 years ago
  4. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  5. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  6. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  7. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  8. 62c7cdd [media] TM6000: Drop unused macro by Jean Delvare · 14 years ago
  9. 7bd444e [media] TM6000: Clean-up i2c initialization by Jean Delvare · 14 years ago
  10. c1937f8e [media] tm6000: add revision check by Stefan Ringel · 14 years ago
  11. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  12. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  13. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  14. 4f52610 [media] tm6000: bugfix set tv standards by Stefan Ringel · 14 years ago
  15. cbf4bd3 i2c: Drop unused I2C_CLASS_TV flags by Jean Delvare · 14 years ago
  16. f063a0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  17. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  18. 4363a0b [media] tm6000: fix a macro coding style issue by Ruslan Pisarev · 14 years ago
  19. 638054a tm6000: Remove some ugly debug code by Mauro Carvalho Chehab · 14 years ago
  20. 1532a07 [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* by Laurent Pinchart · 14 years ago
  21. 40004e2 [media] tm6000: fix macros and comments coding style issue in tm6000.h by Ruslan Pisarev · 14 years ago
  22. 51a5d39 [media] Staging: tm6000: Delete braces from return in tm6000-cards.c by Ruslan Pisarev · 14 years ago
  23. d005864 [media] tm6000: fix comments coding style issue in group of files by Ruslan Pisarev · 14 years ago
  24. 60fbfdf [media] Staging: tm6000: fix braces, tabs, comments and space coding style issue in tm6000-video.c by Ruslan Pisarev · 14 years ago
  25. d7fe4a6 [media] tm6000: don't initialize static var on tm6000-i2c.c by Ruslan Pisarev · 14 years ago
  26. 9efd85d [media] tm6000: fix resource locking by Mauro Carvalho Chehab · 14 years ago
  27. 4ae1839 [media] tm6000: Use just one lock for devlist by Mauro Carvalho Chehab · 14 years ago
  28. 06f08e3 [media] tm6000-alsa: fix some locking issues by Mauro Carvalho Chehab · 14 years ago
  29. dc96113 [media] tm6000: don't use BKL at the driver by Mauro Carvalho Chehab · 14 years ago
  30. c47d3e7 [media] Add a todo file for staging/tm6000 by Mauro Carvalho Chehab · 14 years ago
  31. 589851d [media] V4L-DVB: tm6000: Move VBI init to a separate function by Mauro Carvalho Chehab · 14 years ago
  32. 421d1b7 [media] tm6000: Improve audio standards handling and add SECAM-DK by Dmitry Belimov · 14 years ago
  33. 709944e [media] tm6000: add audio standards table by Mauro Carvalho Chehab · 14 years ago
  34. 94d4350 [media] staging/tm6000: Fix a warning message by Mauro Carvalho Chehab · 14 years ago
  35. be737a8 V4L/DVB: tm6000: Fix warnings due to a small array size by Mauro Carvalho Chehab · 14 years ago
  36. 73f4d26 V4L/DVB: tm6000+audio by Dmitri Belimov · 14 years ago
  37. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  38. 8dd4edd V4L/DVB: tm6000: removed unused i2c adapter ID by Hans Verkuil · 14 years ago
  39. 401ad27 V4L/DVB: tm6000: bugfix param string by Stefan Ringel · 14 years ago
  40. ea195d1 Staging: tm6000: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  41. bee9f58 Staging: tm6000: Makefile: cleaned up Makefile cflag lines by Tracey Dent · 14 years ago
  42. 1b376da V4L/DVB: tm6000: bugfix data handling by Stefan Ringel · 14 years ago
  43. fb0c484 V4L/DVB: tm6000: depends on IR_CORE by Randy Dunlap · 14 years ago
  44. cd6541c staging: tm6000: fix memory leak by Kulikov Vasiliy · 14 years ago
  45. a3d7fc5 staging: Drop unnecessary null test by Julia Lawall · 14 years ago
  46. 02c7105 V4L/DVB: tm6000-input: Make checkpatch.pl happy by Mauro Carvalho Chehab · 14 years ago
  47. d064f96 V4L/DVB: tm6000: add ir support by Stefan Ringel · 14 years ago
  48. ccfb302 V4L/DVB: tm6000: Partially revert some copybuf logic by Mauro Carvalho Chehab · 14 years ago
  49. 758bb0b V4L/DVB: tm6000: Be sure that the new buffer is empty by Mauro Carvalho Chehab · 14 years ago
  50. d0669c8 V4L/DVB: tm6000: Fix copybuf continue logic by Mauro Carvalho Chehab · 14 years ago
  51. 23ba946 V4L/DVB: tm6000: audio packet has always 180 bytes by Mauro Carvalho Chehab · 14 years ago
  52. a59bff3 V4L/DVB: tm6000: Improve set bitrate routines used by alsa by Mauro Carvalho Chehab · 14 years ago
  53. e8cbf03 V4L/DVB: tm6000-alsa: Implement a routine to store data received from URB by Mauro Carvalho Chehab · 14 years ago
  54. 3f23a81 V4L/DVB: tm6000-alsa: Fix several bugs at the driver initialization code by Mauro Carvalho Chehab · 14 years ago
  55. faa7c13 V4L/DVB: tm6000: avoid unknown symbol tm6000_debug by Mauro Carvalho Chehab · 14 years ago
  56. b17b869 V4L/DVB: tm6000: Add a callback code for buffer fill by Mauro Carvalho Chehab · 14 years ago
  57. 39e1256 V4L/DVB: tm6000: Use an enum for extension type by Mauro Carvalho Chehab · 14 years ago
  58. 54b7860 V4L/DVB: tm6000-alsa: rework audio buffer allocation/deallocation by Mauro Carvalho Chehab · 14 years ago
  59. 0e57ff8 V4L/DVB: tm6000: Avoid OOPS when loading tm6000-alsa module by Mauro Carvalho Chehab · 14 years ago
  60. 52e0a72 V4L/DVB: Staging: tm6000: Fix coding style issues by Timofey Trofimov · 14 years ago
  61. cee3926 V4L/DVB: tm6000: move dvb into a separate kern module by Stefan Ringel · 14 years ago
  62. d77057f V4L/DVB: tm6000: rewrite init and fini by Stefan Ringel · 14 years ago
  63. 53ff4c7 V4L/DVB: tm6000: Fix Video decoder initialization by Dmitri Belimov · 14 years ago
  64. 83cb9a5 V4L/DVB: tm6000: rewrite copy_streams by Stefan Ringel · 14 years ago
  65. 4ef0988 v4l-dvb: update gfp/slab.h includes by Tejun Heo · 14 years ago
  66. 7e2d982 V4L/DVB: tm6000: add DVB support for tuner xc5000 by Stefan Ringel · 14 years ago
  67. dcf5d3a V4L/DVB: tm6000: set variable dev_mode in function tm6000_start_stream by Stefan Ringel · 14 years ago
  68. 71d67f7 V4L/DVB: tm6000: Properly select the tuners by Stefan Ringel · 14 years ago
  69. f36cc03 V4L/DVB: tm6000: Add control to the power led by Stefan Ringel · 14 years ago
  70. 5a4b55e V4L/DVB: tm6000: bugfix stabilizing urb data by Stefan Ringel · 14 years ago
  71. 4b6ed9f V4L/DVB: tm6000: bugfix video image by Stefan Ringel · 14 years ago
  72. 3569417 V4L/DVB: tm6000: add vbi message inside the type switch by Stefan Ringel · 14 years ago
  73. 0f9bdbc V4L/DVB: tm6000: bugfix incorrect size by Stefan Ringel · 14 years ago
  74. 2a15ac7 V4L/DVB: tm6000, reset I2C bus function by Dmitri Belimov · 14 years ago
  75. b9eb39d V4L/DVB: tm6000: Remove an extra ; symbol by Stefan Ringel · 14 years ago
  76. 0439db75 V4L/DVB: tm6000: add extension module support by Stefan Ringel · 14 years ago
  77. e8d0416 V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Mauro Carvalho Chehab · 14 years ago
  78. 3c7c5e9 V4L/DVB: tm6000: bugfix image position by Stefan Ringel · 14 years ago
  79. 9986da2 V4L/DVB: tm6000: README - add vbi by Stefan Ringel · 14 years ago
  80. 1b0e48a V4L/DVB: Rework for support xc5000 by Dmitri Belimov · 14 years ago
  81. 5a11b6f Fix compilation breakage with tm6000 by Mauro Carvalho Chehab · 14 years ago
  82. 6bc4631 V4L/DVB: tm6000: update the todo list by Mauro Carvalho Chehab · 14 years ago
  83. 4223871 V4L/DVB: Fix color format with tm6010 by Mauro Carvalho Chehab · 14 years ago
  84. 9d5164d V4L/DVB: tm6000: fix coding style issues of tm6000-cards.c by Roel Van Nyen · 14 years ago
  85. e18f58c V4L/DVB: tm6000: renaming firmware by Stefan Ringel · 14 years ago
  86. 120756e V4L/DVB: tm6000: bugfix analog init for tm6010 by Stefan Ringel · 14 years ago
  87. 801dd3b V4L/DVB: tm6000: Don't copy outside the buffer by Mauro Carvalho Chehab · 14 years ago
  88. f4b727b V4L/DVB: tm6000: Fix a panic if buffer become NULL by Mauro Carvalho Chehab · 14 years ago
  89. 6ae635c V4L/DVB: tm6000: Properly set alternate when preparing to stream by Mauro Carvalho Chehab · 14 years ago
  90. 1ebf2c7 V4L/DVB: tm6000: Add additional GPIO for UT821 during frmware loading by Bee Hock Goh · 14 years ago
  91. 20dead8 V4L/DVB: tm6000: fix i2c read by Dmitri Belimov · 14 years ago
  92. af9d9cf V4L/DVB: tm6000: fix compilation due to the lack of a semicolon by Mauro Carvalho Chehab · 14 years ago
  93. c16dd82 V4L/DVB: TM6000: Fix code which cause memory corruption by Bee Hock Goh · 14 years ago
  94. 2f79088 V4L/DVB: tm6000: request labeling board version check by Stefan Ringel · 14 years ago
  95. f1434f4 V4L/DVB: tm6000: tm6000_i2c_xfer: request labeling by Stefan Ringel · 14 years ago
  96. b57f432 V4L/DVB: tm6000: add gpios for tm6010 generic board by Stefan Ringel · 14 years ago
  97. 2edab1e V4L/DVB: tm6000: add gpios to board struct by Stefan Ringel · 14 years ago
  98. 32a2232 V4L/DVB: tm6000: switch to gpio strcut by Stefan Ringel · 14 years ago
  99. 2415a2c V4L/DVB: tm6000: replace occurences of req05 magic by a naming alias by Mauro Carvalho Chehab · 14 years ago
  100. d9a7240 V4L/DVB: tm6000: add request to registers of the group 05 by Mauro Carvalho Chehab · 14 years ago