1. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  2. 2a7b6a4 [media] cx231xx: Add support for Iconbit U100 by Igor Novgorodov · 13 years ago
  3. eeaaf81 [media] cx231xx: add support for Kworld by Márcio Alves · 13 years ago
  4. 7cf4446 media/cx231xx: Drop __TIME__ usage by Michal Marek · 13 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. b251e61 [media] drivers:media:cx231xx.h remove one to many l's in the word by Justin P. Mattock · 13 years ago
  7. f72cfd8 [media] video/cx231xx: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  8. 4e10503 [media] cx231xx: Add support for PV Xcapture USB by Mauro Carvalho Chehab · 14 years ago
  9. 38f5ddc [media] cx231xx: Allow some boards to not use I2C port 3 by Mauro Carvalho Chehab · 14 years ago
  10. 2f86138 [media] cx231xx: Use parameters to describe some board variants by Mauro Carvalho Chehab · 14 years ago
  11. 3f25ffa [media] cx231xx: Use a generic check for TUNER_XC5000 by Mauro Carvalho Chehab · 14 years ago
  12. 8bb8422 [media] cx231xx: Simplify interface checking logic at probe by Mauro Carvalho Chehab · 14 years ago
  13. e95342f [media] DVB: cx231xx drivers does not use dummy frontend anymore by Thadeu Lima de Souza Cascardo · 14 years ago
  14. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  15. 5f63306 [media] cx231xx: use bitwise negate instead of logical by Dan Carpenter · 14 years ago
  16. fe04164 [media] cx231xxx: fix typo in saddr_len check by Dan Carpenter · 14 years ago
  17. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  18. 788e5d4 [media] cx231xx: Fix IR keymap for Pixelview SBTVD Hybrid by Mauro Carvalho Chehab · 14 years ago
  19. e330289 [media] cx231xx: Fix inverted bits for RC on PV Hybrid by Mauro Carvalho Chehab · 14 years ago
  20. 5ae094c [media] cx231xx: stray unlock on error path by Dan Carpenter · 14 years ago
  21. b088ba6 [media] rc: Properly name the rc_map struct by Mauro Carvalho Chehab · 14 years ago
  22. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  23. 29e3ec1 [media] cx231xx: Properly name rc_map name by Mauro Carvalho Chehab · 14 years ago
  24. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  25. 9a9dcb4 [media] cx231xx-417: Remove unnecessary casts of void ptr returning alloc function return values by Jesper Juhl · 14 years ago
  26. 141bb0d [media] cx231xx: Fix i2c support at cx231xx-input by Mauro Carvalho Chehab · 14 years ago
  27. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  28. 3ffea49 [media] ir-core: more cleanups of ir-functions.c by David Härdeman · 14 years ago
  29. 1bc25f7 [media] cx231xx: Add IR support for Pixelview Hybrid SBTVD by Mauro Carvalho Chehab · 14 years ago
  30. 9ab6691 [media] cx231xx: Add a driver for I2C-based IR by Mauro Carvalho Chehab · 14 years ago
  31. 7572f9c [media] mb86a20s: add support for serial streams by Mauro Carvalho Chehab · 14 years ago
  32. 55fa288 [media] cx231xx: use callback to set agc on PixelView by Mauro Carvalho Chehab · 14 years ago
  33. ede676c [media] add digital support for PV SBTVD hybrid by Mauro Carvalho Chehab · 14 years ago
  34. 9417bc6 [media] Add analog support for Pixelvied Hybrid SBTVD by Mauro Carvalho Chehab · 14 years ago
  35. 707bcf3 media/video: explicitly flush request_module work by Tejun Heo · 14 years ago
  36. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  37. 0edf2e5 [media] v4l: kill the BKL by Arnd Bergmann · 14 years ago
  38. 1532a07 [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* by Laurent Pinchart · 14 years ago
  39. b838396 [media] cx231xx: fix double lock typo by Dan Carpenter · 14 years ago
  40. 4372584 [media] cx231xx: Fix compilation breakage if DVB is not selected by Mauro Carvalho Chehab · 14 years ago
  41. 44ed895 [media] cx231xx: Remove IR support from the driver by Mauro Carvalho Chehab · 14 years ago
  42. 10e4ebb [media] cx231xx: Only register USB interface 1 by Mauro Carvalho Chehab · 14 years ago
  43. 9439943 [media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c by Stephen Rothwell · 14 years ago
  44. 643800d [media] cx231xx: use core-assisted lock by Mauro Carvalho Chehab · 14 years ago
  45. 0f861583 [media] cx231xx: Colibri carrier offset was wrong for PAL/M by Mauro Carvalho Chehab · 14 years ago
  46. 1001f90 [media] cx231xx: remove some unused functions by Mauro Carvalho Chehab · 14 years ago
  47. 82c3cca [media] cx231xx: declare static functions as such by Mauro Carvalho Chehab · 14 years ago
  48. bae94dc [media] cx231xx-417: Fix a gcc warning by Mauro Carvalho Chehab · 14 years ago
  49. 955e6ed [media] CodingStyle cleanup at s5h1432 and cx231xx by Mauro Carvalho Chehab · 14 years ago
  50. 61b04cb [media] cx231xx-audio: fix some locking issues by Mauro Carvalho Chehab · 14 years ago
  51. 78bb6df [media] cx231xx: Only change gpio direction when needed by Mauro Carvalho Chehab · 14 years ago
  52. a6f6fb9 [media] cx231xx: better handle the master port enable command by Mauro Carvalho Chehab · 14 years ago
  53. 1a4aa92 [media] cx231xx: properly use the right tuner i2c address by Mauro Carvalho Chehab · 14 years ago
  54. 24c80b6 [media] cx231xx: properly implement URB control messages log by Mauro Carvalho Chehab · 14 years ago
  55. 92fbb811 [media] cx231xx: fix Kconfig dependencies by Mauro Carvalho Chehab · 14 years ago
  56. 62c78c9 [media] cx231xx: remove a printk warning at -avcore and at -417 by Mauro Carvalho Chehab · 14 years ago
  57. 6af8cc0 [media] cx231xx: Fix vblank/vactive line counts for PAL/SECAM by Devin Heitmueller · 14 years ago
  58. 222c435 [media] cx231xx: properly set active line count for PAL/SECAM by Devin Heitmueller · 14 years ago
  59. 2ded0fe [media] cx231xx: whitespace cleanup by Devin Heitmueller · 14 years ago
  60. b6cd9c4 [media] cx231xx: remove board specific check for Colibri configuration by Devin Heitmueller · 14 years ago
  61. 8aed3f4 [media] cx231xx: Make the DIF configuration based on the tuner not the board id by Devin Heitmueller · 14 years ago
  62. b522591 [media] cx231xx: remove i2c ir stubs by Devin Heitmueller · 14 years ago
  63. 2b43db3 [media] cx231xx: move printk() line related to 417 initialization by Devin Heitmueller · 14 years ago
  64. 9f51259 [media] cx231xx: fixup video grabber board profile by Devin Heitmueller · 14 years ago
  65. 8880621 [media] cx231xx: make output mode configurable via the board profile by Devin Heitmueller · 14 years ago
  66. 4270c3c [media] cx231xx: Add initial support for Hauppauge USB-Live2 by Devin Heitmueller · 14 years ago
  67. 8d4c20c [media] cx231xx: set correct i2c port for Exeter tuner by Devin Heitmueller · 14 years ago
  68. c09d669 [media] cx231xx: set standard tune to last known frequency when switching inputs by Devin Heitmueller · 14 years ago
  69. 66d7c43 [media] cx231xx: Remove hack which puts device into bulk mode by Devin Heitmueller · 14 years ago
  70. b88ba61 [media] cx231xx: Set the power mode instead of using the digital mux GPIOs by Devin Heitmueller · 14 years ago
  71. 6e6a2ba [media] cx231xx: do not call video_mux as part of isoc setup by Devin Heitmueller · 14 years ago
  72. cc35575 [media] cx231xx: Clear avmode bits before setting by Devin Heitmueller · 14 years ago
  73. 435b4f7 [media] cx231xx: make video scaler work properly by Devin Heitmueller · 14 years ago
  74. d5a1754 [media] cx231xx: reduce log severity for some debug events by Devin Heitmueller · 14 years ago
  75. e3e0aaa [media] cx231xx: remove board specific initialization by Devin Heitmueller · 14 years ago
  76. 99d35a0 [media] cx231xx: Ensure VBI fields are sent in the correct order by Devin Heitmueller · 14 years ago
  77. adc0356 [media] cx231xx: Fix VBI parameters for sampling rate and offset by Devin Heitmueller · 14 years ago
  78. dd067a8 [media] cx231xx: fix format string warning by Devin Heitmueller · 14 years ago
  79. 2bfcc06 [media] cx231xx-dvb: remove unused variable by Devin Heitmueller · 14 years ago
  80. 761f6cf [media] cx231xx: fix race condition in DVB initialization by Devin Heitmueller · 14 years ago
  81. d78148f [media] cx231xx: add USB ID Hauppauge model 111301 by Devin Heitmueller · 14 years ago
  82. 1a50fdd [media] cx231xx: add support for Hauppauge EXETER by Michael Krufky · 14 years ago
  83. 64fbf44 [media] cx231xx: Added support for Carraera, Shelby, RDx_253S and VIDEO_GRABBER by Palash Bandyopadhyay · 14 years ago
  84. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  85. c10469c V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0) by Mauro Carvalho Chehab · 14 years ago
  86. 3bfb317 V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom device by Mauro Carvalho Chehab · 14 years ago
  87. 361be7b V4L/DVB: fix Kconfig to depends on VIDEO_IR by Mauro Carvalho Chehab · 14 years ago
  88. 112cb4a V4L/DVB: cx231xx: convert to s_mbus_fmt by Hans Verkuil · 14 years ago
  89. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  90. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  91. 7e87ddb V4L/DVB: cx231xx: switch to new vbi subdev ops by Hans Verkuil · 14 years ago
  92. 96c1f99 V4L/DVB: ir-core: remove ir-functions usage from cx231xx by David Härdeman · 14 years ago
  93. 8e47567 V4L/DVB: cx231xx: improve error handling by Dan Carpenter · 14 years ago
  94. a9fac6b V4L/DVB: video/cx231xx: cleanup. remove unneed null checks by Dan Carpenter · 14 years ago
  95. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 14 years ago
  96. 935539c V4L/DVB: cx231xx: card->driver "Conexant cx231xx Audio" too long by Dan Carpenter · 14 years ago
  97. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 14 years ago
  98. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  99. d5abcc7 V4L/DVB: cx231xx: cleanup dvb_attach() return value handling by Márton Németh · 15 years ago
  100. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 15 years ago