1. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  2. da497e3 V4L/DVB: cx88: Remove BKL by Mauro Carvalho Chehab · 14 years ago
  3. 44243fc V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.c by Mauro Carvalho Chehab · 14 years ago
  4. 2e4e98e V4L/DVB: drivers/media: Make static data tables and strings const by lawrence rust · 14 years ago
  5. b6b85ff V4L/DVB: cx88: Fix some gcc warnings by Mauro Carvalho Chehab · 14 years ago
  6. d06b49e V4L/DVB: cx88: convert core->tvaudio into an enum by lawrence rust · 14 years ago
  7. 473d802 V4L/DVB: drivers/media/video: Adjust confusing if indentation by Julia Lawall · 14 years ago
  8. 0f63a14 V4L/DVB: cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSA by lawrence rust · 14 years ago
  9. 1547ac8 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  10. 361be7b V4L/DVB: fix Kconfig to depends on VIDEO_IR by Mauro Carvalho Chehab · 14 years ago
  11. d44f19d V4L/DVB: Use custom I2C probing function mechanism by Jean Delvare · 14 years ago
  12. abf8438 V4L/DVB: drivers/media: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  13. 89c3bc7 V4L/DVB: cx88: Let the user disable IR support by Jean Delvare · 14 years ago
  14. 15ceb6b V4L/DVB: cx88: Move I2C IR initialization by Jean Delvare · 14 years ago
  15. bb6dbe7 V4L/DVB: videobuf: Rename vmalloc fields to vaddr by Laurent Pinchart · 14 years ago
  16. fecfede V4L/DVB: Remove videobuf_sg_alloc abuse by Laurent Pinchart · 14 years ago
  17. 9526840 V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions by Laurent Pinchart · 14 years ago
  18. 3bbd3f2 V4L/DVB: ir-core: partially convert cx88 to not use ir-functions.c by David Härdeman · 14 years ago
  19. 806b07c V4L/DVB: FusionHDTV: Use quick reads for I2C IR device probing by Jean Delvare · 14 years ago
  20. d922b8e V4L/DVB: cx88: fix setting input when using DVB by Istvan Varga · 14 years ago
  21. 5a143b1 V4L/DVB: ir-core: remove IR_TYPE_PD by David Härdeman · 14 years ago
  22. a41b2ea V4L/DVB: cx88: improve error handling by Dan Carpenter · 14 years ago
  23. 6e1f4df V4L/DVB: cx88: fix checks for analog TV inputs by istvan_v@mailbox.hu · 14 years ago
  24. dab7e31 V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks by Andreas Bombe · 14 years ago
  25. 9dfe4e8 V4L/DVB: ir-core: Add support for badly-implemented hardware decoders by Mauro Carvalho Chehab · 14 years ago
  26. 26d5683 V4L/DVB: cx88: don't handle IR on Pixelview too fast by Mauro Carvalho Chehab · 14 years ago
  27. 02858ee V4L/DVB: ir-core: Make use of the new IR keymap modules by Mauro Carvalho Chehab · 14 years ago
  28. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 14 years ago
  29. d705d2a V4L/DVB: ir: use IR_KEYTABLE where an IR table is needed by Mauro Carvalho Chehab · 14 years ago
  30. d49f7a2 V4L/DVB: cx88-dvb: fix on switch identation by Ricardo Maraschini · 14 years ago
  31. 92f4fc1 V4L/DVB: cx88: Only start IR if the input device is opened by Mauro Carvalho Chehab · 14 years ago
  32. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 14 years ago
  33. d044189 V4L/DVB: cx88: increase BUFFER_TIMEOUT to 2 seconds by Marton Balint · 14 years ago
  34. 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
  35. 3621263 V4L-DVB: cx88-dvb: remove extra attribution for core by Mauro Carvalho Chehab · 14 years ago
  36. 4f3ca2f1 V4L/DVB: Add support for SMT7020 to cx88 by Dirk Herrendoerfer · 15 years ago
  37. cca80b9 V4L/DVB: cx88-alsa: prevent out-of-range volume setting by Clemens Ladisch · 14 years ago
  38. 971e829 V4L/DVB (13680): ir: use unsigned long instead of enum by Mauro Carvalho Chehab · 15 years ago
  39. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 15 years ago
  40. 579e7d6 V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_register() by Mauro Carvalho Chehab · 15 years ago
  41. 38ef6aa V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister by Mauro Carvalho Chehab · 15 years ago
  42. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  43. 50462eb V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number by Laurent Pinchart · 15 years ago
  44. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  45. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  46. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  47. 3e74683 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  48. 055cd55 V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation by Mauro Carvalho Chehab · 15 years ago
  49. 8573b74 V4L/DVB (13533): ir: use dynamic tables, instead of static ones by Mauro Carvalho Chehab · 15 years ago
  50. b699c27 V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 card by Igor M. Liplianin · 15 years ago
  51. 622b828 V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power by Laurent Pinchart · 15 years ago
  52. 9d2ba7a V4L/DVB (13135): Add support for TeVii remotes by Igor M. Liplianin · 15 years ago
  53. d8d8622 V4L/DVB (13134): Add support for TBS-likes remotes by Igor M. Liplianin · 15 years ago
  54. 9133aee V4L/DVB (13103): create a standard method for dvb adapter drivers to override frontend ioctls by Michael Krufky · 15 years ago
  55. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  56. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  57. 31d0f84 trivial: media/video/cx88: add __init/__exit macros to cx88 drivers by Peter Huewe · 15 years ago
  58. 53dacb1 V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends by Hans Verkuil · 15 years ago
  59. 715a223 V4L/DVB (12595): common/ir: use a struct for keycode tables by Mauro Carvalho Chehab · 15 years ago
  60. 5706934 V4L/DVB (12469): fix bad whitespaces at cx88_geniatech_x8000_mt by Mauro Carvalho Chehab · 15 years ago
  61. ad5f74c V4L/DVB (12486): cx88: fix TBS 8920 card support by Igor M. Liplianin · 15 years ago
  62. 3c1c48b V4L/DVB (12465): cx88: High resolution timer for Remote Controls by Andrzej Hajda · 15 years ago
  63. 4d14c83 V4L/DVB (12439): cx88: add support for WinFast DTV2000H rev. J by Vlastimil Labsky · 15 years ago
  64. 93b9992 V4L/DVB (12394): cx88: Disable xc3028 power management for Geniatech x8000 by Devin Heitmueller · 15 years ago
  65. 11db906 V4L/DVB (12393): cx88: fix regression in tuning for Geniatech X8000 MT by Devin Heitmueller · 15 years ago
  66. 337ab6d V4L/DVB (12349): cx88: HVR1300 ensure switching from Encoder to DVB-T and back is reliable by Sohail Syyed · 15 years ago
  67. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  68. 4b89945 V4L/DVB (11907): cx88: Use v4l bounding/alignment function by Trent Piepho · 15 years ago
  69. 14422f9 V4L/DVB (12010): cx88: Properly support Leadtek TV2000 XP Global by Mauro Carvalho Chehab · 15 years ago
  70. 9fd6418 V4L/DVB (12004): poll method lose race condition by Figo.zhang · 15 years ago
  71. 7561300 V4L/DVB (11441): cx88-dsp: fixing 64bit math by Miroslav Sustek · 15 years ago
  72. 2325a6b V4L/DVB (11396): cx88: avoid reprogramming every audio register on A2 stereo/mono change by Marton Balint · 15 years ago
  73. 083d6f8 V4L/DVB (11395): cx88: audio thread: if stereo detection is hw supported don't do it manually by Marton Balint · 15 years ago
  74. e878cf3 V4L/DVB (11394): cx88: Add support for stereo and sap detection for A2 by Marton Balint · 15 years ago
  75. 06f837c V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and hald by Devin Heitmueller · 15 years ago
  76. e36bc31 V4L/DVB (11992): Add missing __devexit_p() by Jean Delvare · 15 years ago
  77. 3047a17 V4L/DVB (11879): Adds support for Leadtek WinFast DTV-1800H by Miroslav Sustek · 15 years ago
  78. 6ecdf92 V4L/DVB (11853): minor have assigned value twice by figo.zhang · 15 years ago
  79. c668f32 V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model by Jean Delvare · 15 years ago
  80. b8d9198 V4L/DVB (11807): cx88: remove xc5000 reset for Pinnacle 800i by Devin Heitmueller · 15 years ago
  81. 3e9a489 V4L/DVB (11735): Enables the Winfast TV2000 XP Global TV IR by Pieter Van Schaik · 15 years ago
  82. 501d8cd V4L/DVB (11665): cx88: Add support for the Hauppauge IROnly board. by Steven Toth · 15 years ago
  83. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  84. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago
  85. 3ff4ad8 V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev. by Hans Verkuil · 15 years ago
  86. 1792f68 V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate. by Hans Verkuil · 15 years ago
  87. e6574f2 V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev by Hans Verkuil · 15 years ago
  88. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 15 years ago
  89. 7c9fc9d V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner. by Hans Verkuil · 15 years ago
  90. 43d5eab V4L/DVB (11305): cx88: prevent probing rtc and ir devices by Hans Verkuil · 15 years ago
  91. b8341e1 V4L/DVB (11300): cx88: convert to v4l2_subdev. by Hans Verkuil · 15 years ago
  92. 185cda9 V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_cap by Trent Piepho · 15 years ago
  93. fbc0ae2 V4L/DVB (11243): cx88: Missing failure checks by Alan Cox · 15 years ago
  94. 1398ae1 V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE by Mauro Carvalho Chehab · 15 years ago
  95. 9467fe1 V4L/DVB (11047): cx88: convert to v4l2_device. by Hans Verkuil · 15 years ago
  96. 70101a2 V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKII by Stephan Wienczny · 15 years ago
  97. 569b7ec V4L/DVB (10943): cx88: Prevent general protection fault on rmmod by Jean Delvare · 15 years ago
  98. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  99. f1735bb V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500 by Erik S. Beiser · 15 years ago
  100. f3334bc V4L/DVB (10816): cx88: Don't need to zero ioctl parameter fields by Trent Piepho · 15 years ago