1. 3ea369e Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  2. a310410 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  3. 278ba83a [media] cimax2: Don't use dynamic static allocation by Mauro Carvalho Chehab · 11 years ago
  4. 5bf30b3 [media] av7110_hw: Don't use dynamic static allocation by Mauro Carvalho Chehab · 11 years ago
  5. 1d212cf [media] cx18: struct i2c_client is too big for stack by Mauro Carvalho Chehab · 11 years ago
  6. 51d8e7f [media] zoran: don't build it on alpha by Mauro Carvalho Chehab · 11 years ago
  7. 1fbf86a [media] ddbridge: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  8. 0e7e4d2 [media] ngene: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  9. 0e48a3e [media] dm1105: remove unneeded not-null test by Alexandru Juncu · 11 years ago
  10. 60b3b4d [media] cx25821: fix sparse warnings by Hans Verkuil · 11 years ago
  11. 43917b2 [media] ivtv: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  12. 7b5e71a [media] zoran: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  13. 3e018fe [media] misc drivers: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  14. 9a373d1 [media] cx18: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  15. ec9bdd2 [media] pci: ngene: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  16. b17a87b [media] pci: bt878: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  17. 7a409eb [media] pci: saa7164: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  18. a508db8 [media] pci: pt1: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  19. 1e1159b [media] pci: pluto2: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  20. 593781e [media] pci: mantis: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  21. 3982ccd [media] pci: dm1105: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  22. c0d4021 [media] pci: cx88: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  23. d441a4a [media] pci: flexcop: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  24. 06333e0 [media] pci: cx88-video: Use module_pci_driver by Sachin Kamat · 11 years ago
  25. 38b25ad [media] pci: cx88-mpeg: Use module_pci_driver by Sachin Kamat · 11 years ago
  26. 59963b9 [media] pci: cx88-alsa: Use module_pci_driver by Sachin Kamat · 11 years ago
  27. 642ca1a [media] cx23885: Add Leadtek Winfast PxPVR2200 by Anca Emanuel · 11 years ago
  28. 9c9cff5 [media] saa7134: Fix crash when device is closed before streamoff by Simon Farnsworth · 11 years ago
  29. d10e828 [media] cx24117: use hybrid_tuner_request/release_state to share state between multiple instances by Luis Alves · 11 years ago
  30. e600148 [media] cx23885: add support for cx24117 with tbs6980 or tbs6981 by Luis Alves · 11 years ago
  31. f66b2a1 [media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0 by Hans Verkuil · 11 years ago
  32. 1ae0d20 [media] cx88: fix build when VP3054=m and CX88_DVB=y by Mauro Carvalho Chehab · 11 years ago
  33. c21412f [media] Fixed misleading error when handling IR interrupts by Luis Alves · 11 years ago
  34. 0d1b526 [media] cx23885: Add DTV support for Mygica X8502/X8507 boards by Mauro Carvalho Chehab · 11 years ago
  35. 15472fa [media] cx23885-dvb: use a better approach to hook set_frontend by Mauro Carvalho Chehab · 11 years ago
  36. 9f15952 [media] cx23885-video: fix two warnings by Mauro Carvalho Chehab · 11 years ago
  37. 5bc08e1 [media] cx23885[v4]: Fix interrupt storm when enabling IR receiver by Luis Alves · 11 years ago
  38. b43ea806 [media] cx23885: Fix TeVii S471 regression since introduction of ts2020 by Johannes Koch · 11 years ago
  39. cd2e34e [media] bttv: stop abusing mbox_we for sw_status by Ondrej Zary · 11 years ago
  40. e6355ad [media] saa7134: Fix unlocked snd_pcm_stop() call by Takashi Iwai · 11 years ago
  41. 8586551 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  42. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  43. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  44. 12d866e [media] saa7134: Fix sparse warnings by adding __user annotation by Emil Goode · 11 years ago
  45. fd8d30b [media] saa7164: fix compiler warning by Hans Verkuil · 11 years ago
  46. e5715cf [media] cx88: set dev_parent to the correct parent PCI bus by Hans Verkuil · 11 years ago
  47. d481c58 [media] saa7134: use v4l2_dev instead of the deprecated parent field by Hans Verkuil · 11 years ago
  48. d66de79 [media] saa7164: add v4l2_device and replace parent with v4l2_dev by Hans Verkuil · 11 years ago
  49. 9592bd0 [media] zoran: use v4l2_dev instead of the deprecated parent field by Hans Verkuil · 11 years ago
  50. 874d91d [media] cx23885-417: use v4l2_dev instead of the deprecated parent field by Hans Verkuil · 11 years ago
  51. 7feeb14 [media] cx88: fix register mask by Hans Verkuil · 11 years ago
  52. facd236 [media] cx88: remove g_chip_ident by Hans Verkuil · 11 years ago
  53. 37c1d2e Merge branch 'linus' into patchwork by Mauro Carvalho Chehab · 11 years ago
  54. aad7601 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  55. a19b56e [media] drivers/media/pci/mantis/mantis_cards: Convert to module_pci_driver by Libo Chen · 11 years ago
  56. 6eb2fb3 [media] drivers/media/pci/pluto2/pluto2: Convert to module_pci_driver by Libo Chen · 11 years ago
  57. 548006c [media] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver by Libo Chen · 11 years ago
  58. ecef5cc [media] drivers/media/pci/mantis/hopper_cards: Convert to module_pci_driver by Libo Chen · 11 years ago
  59. 2c5f81d [media] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driver by Libo Chen · 11 years ago
  60. e7be28c [media] drivers/media/pci/pt1/pt1: Convert to module_pci_driver by Libo Chen · 11 years ago
  61. 5077ac3 Properly handle tristate dependencies on USB/PCI menus by Mauro Carvalho Chehab · 11 years ago
  62. cabc650 [media] saa7134: fix empress format compliance bugs by Hans Verkuil · 11 years ago
  63. 3a0a5a7 [media] saa7134: fix format-related compliance issues by Hans Verkuil · 11 years ago
  64. 89f3a142 [media] saa7134: move qos_request from saa7134_fh to saa7134_dev by Hans Verkuil · 11 years ago
  65. 813b9df [media] saa7134: move fmt/width/height from saa7134_fh to saa7134_dev by Hans Verkuil · 11 years ago
  66. b12262f [media] saa7134: move the overlay fields from saa7134_fh to saa7134_dev by Hans Verkuil · 11 years ago
  67. 8fcd476 [media] saa7134: remove radio/type field from saa7134_fh by Hans Verkuil · 11 years ago
  68. 0b1ffb5 [media] zoran: remove bogus autodetect mode in set_norm by Hans Verkuil · 11 years ago
  69. 0bde6c3 [media] bttv: fix querystd by Hans Verkuil · 11 years ago
  70. 776572d [media] saa7134: drop deprecated current_norm by Hans Verkuil · 11 years ago
  71. 9c1f5df [media] cx23885: remove use of deprecated current_norm by Hans Verkuil · 11 years ago
  72. 8d2d41e [media] saa7164: replace current_norm by g_std by Hans Verkuil · 11 years ago
  73. bb732cc [media] saa6752hs: convert to the control framework by Hans Verkuil · 11 years ago
  74. e9dab58 [media] ivtv: fix register range check by Hans Verkuil · 11 years ago
  75. 771d773 [media] cx18: fix register range check by Hans Verkuil · 11 years ago
  76. d2cac16 [media] mxb: check register address when reading/writing a register by Hans Verkuil · 11 years ago
  77. b830070 [media] saa7134: check register address in g_register by Hans Verkuil · 11 years ago
  78. 2389891 [media] saa6752hs: drop obsolete g_chip_ident by Hans Verkuil · 11 years ago
  79. 80f8568 [media] cx23885: remove g_chip_ident by Hans Verkuil · 11 years ago
  80. 4bd8193 [media] ivtv: remove g_chip_ident by Hans Verkuil · 11 years ago
  81. 076c345 [media] cx18: remove g_chip_ident support by Hans Verkuil · 11 years ago
  82. abca205 [media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so by Hans Verkuil · 11 years ago
  83. 609c4c1 [media] cx88: fix NULL pointer dereference by Hans Verkuil · 11 years ago
  84. 4ad1f70 zoran: racy refcount handling in vm_ops ->open()/->close() by Al Viro · 11 years ago
  85. 7eac97d [media] media: pci: remove duplicate checks for EPERM by Lad, Prabhakar · 11 years ago
  86. d017650 [media] sta2x11_vip: fix error return code in sta2x11_vip_init_one() by Wei Yongjun · 11 years ago
  87. 0735647 [media] stb0899: remove commented value from IQ_SWAP_ON/OFF usages by Reinhard Nissl · 11 years ago
  88. 05ff724 [media] CARDLIST.bttv: add new cards by Hans Verkuil · 11 years ago
  89. ba9948f [media] bttv: Add CyberVision CV06 by Ondrej Zary · 11 years ago
  90. ec7c15b [media] bttv: Add noname Bt848 capture card with 14MHz xtal by Ondrej Zary · 11 years ago
  91. 835ab01 [media] bttv: Add Adlink MPG24 entry to the bttv cardlist by Hans Verkuil · 11 years ago
  92. 99bece7 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  93. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  94. 0c2f343 zoran: Don't print proc_dir_entry data in debug by David Howells · 11 years ago
  95. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  96. 240c3c3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  97. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  98. 02615ed5 [media] cx88: make core less verbose by Mauro Carvalho Chehab · 11 years ago
  99. f327cab [media] cx25821-alsa: get rid of a __must_check warning by Mauro Carvalho Chehab · 11 years ago
  100. a3f17af [media] cx25821-video: declare cx25821_vidioc_s_std as static by Mauro Carvalho Chehab · 11 years ago