1. 77a76b0 Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  2. 47c62e4 Merge tag 'media/v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  3. 1630b83 [media] v4l2-device: fix a missing error code by Dan Carpenter · 9 years ago
  4. bdf5c19 [media] v4l2-device: Register entity before calling subdev's registered ops by Sakari Ailus · 9 years ago
  5. ab22e77 [media] media framework: rename pads init function to media_entity_pads_init() by Mauro Carvalho Chehab · 9 years ago
  6. 0b3b72df9 [media] media_entity: remove gfp_flags argument by Mauro Carvalho Chehab · 9 years ago
  7. 4ca72ef [media] uapi/media.h: Rename entities types to functions by Mauro Carvalho Chehab · 9 years ago
  8. 0e576b7 [media] media-entity.h: rename entity.type to entity.function by Mauro Carvalho Chehab · 9 years ago
  9. 13f6e88 [media] v4l2 core: enable all interface links at init by Mauro Carvalho Chehab · 9 years ago
  10. d9c21e3 [media] v4l2-core: create MC interfaces for devnodes by Mauro Carvalho Chehab · 9 years ago
  11. 188d2d5 [media] tuner-core: add an input pad by Mauro Carvalho Chehab · 9 years ago
  12. b50bde4 [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs by Mauro Carvalho Chehab · 9 years ago
  13. 3efdf62 [media] media: use macros to check for V4L2 subdev entities by Mauro Carvalho Chehab · 9 years ago
  14. cf49066 [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4L by Mauro Carvalho Chehab · 9 years ago
  15. 1809510 [media] media: get rid of unused "extra_links" param on media_entity_init() by Mauro Carvalho Chehab · 9 years ago
  16. fa1706c media: flash: use led_set_brightness_sync for torch brightness by Jacek Anaszewski · 9 years ago
  17. b62ef37 [media] videobuf2: avoid memory leak on errors by Mauro Carvalho Chehab · 9 years ago
  18. 58e1ba3 [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFS by Hans Verkuil · 9 years ago
  19. 20eedf0e1 [media] videobuf2-core: call __setup_offsets before buf_init() by Hans Verkuil · 9 years ago
  20. e32f856 [media] videobuf2-core: fill in q->bufs[vb->index] before buf_init() by Hans Verkuil · 9 years ago
  21. 489648a [media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc() by Hans Verkuil · 9 years ago
  22. 10cc3b1 [media] videobuf2-core: fill_user_buffer and copy_timestamp should return void by Hans Verkuil · 9 years ago
  23. df868ea [media] videobuf2-core.c: update module description by Hans Verkuil · 9 years ago
  24. af3bac1 [media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core part by Junghak Sung · 9 years ago
  25. 70433a1 [media] media: videobuf2: Refactor vb2_fileio_data and vb2_thread by Junghak Sung · 9 years ago
  26. dcbc216 [media] media: videobuf2: last_buffer_queued is set at fill_v4l2_buffer() by Junghak Sung · 9 years ago
  27. 49d8ab9 [media] media: videobuf2: Separate vb2_poll() by Junghak Sung · 9 years ago
  28. 959c3ef [media] media: videobuf2: Add copy_timestamp to struct vb2_queue by Junghak Sung · 9 years ago
  29. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  30. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  31. 85f9e06 [media] v4l2-dv-timings: add new arg to v4l2_match_dv_timings by Hans Verkuil · 9 years ago
  32. dc51b7d [media] v4l2-clk: v4l2_clk_get() also need to find the of_fullname clock by Josh Wu · 9 years ago
  33. 8d7322f [media] v4l2-dv-timings: add condition checks for reduced fps by Prashant Laddha · 9 years ago
  34. 0d51ebd [media] v4l2-device: Don't unregister ACPI/Device Tree based devices by Tommi Franttila · 9 years ago
  35. e88a3f8 [media] media: videobuf2: fix compare_const_fl.cocci warnings by Julia Lawall · 9 years ago
  36. 953eae5 [media] media/v4l2-core: struct struct v4l2_ext_controls param which by Ricardo Ribalda · 9 years ago
  37. 0f8017b [media] media/core: Replace ctrl_class with which by Ricardo Ribalda · 9 years ago
  38. 74c9c0f [media] v4l2-dv-timings: Compare horizontal blanking by Mats Randgaard · 9 years ago
  39. 95ad7ff [media] v4l2-core/v4l2-ctrls: Filter NOOP CH_RANGE events by Ricardo Ribalda · 9 years ago
  40. 4623e59 [media] vb2: fix a regression in poll() behavior for output,streams by Hans Verkuil · 9 years ago
  41. b037865 Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  42. 17f3882 [media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependency by Jacek Anaszewski · 9 years ago
  43. 759b26a [media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRL by Antonio Ospite · 9 years ago
  44. 4124a3c [media] v4l: add type field to v4l2_modulator struct by Antti Palosaari · 9 years ago
  45. 9effc72 [media] v4l2: add support for SDR transmitter by Antti Palosaari · 9 years ago
  46. 41018cb [media] v4l2: add RF gain control by Antti Palosaari · 9 years ago
  47. f3c3ece [media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDR by Antti Palosaari · 9 years ago
  48. 3c5be98 [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2 by Junghak Sung · 9 years ago
  49. b0e0e1f [media] media: videobuf2: Prepare to divide videobuf2 by Junghak Sung · 9 years ago
  50. bed04f9 [media] media: videobuf2: Replace v4l2-specific data with vb2 data by Junghak Sung · 9 years ago
  51. 418dae2 [media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish by Tiffany Lin · 9 years ago
  52. d9a9858 [media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finish by Tiffany Lin · 9 years ago
  53. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  54. c139990 [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 by Junghak Sung · 9 years ago
  55. a807773 [media] media: v4l2-ctrls: Fix 64bit support in get_ctrl() by Benoit Parrot · 9 years ago
  56. 35204e2 [media] v4l2-ctrls: arrays are also considered compound controls by Hans Verkuil · 9 years ago
  57. 28c5029 [media] media/v4l2-compat-ioctl32: Simple stylechecks by Ricardo Ribalda · 9 years ago
  58. d5beb67 [media] v4l2-compat-ioctl32: add missing SDR support by Hans Verkuil · 9 years ago
  59. 9ec32cc [media] v4l2-compat-ioctl32: replace pr_warn by pr_debug by Hans Verkuil · 9 years ago
  60. 655e978 [media] v4l2-compat-ioctl32: fix alignment for ARM64 by Andrzej Hajda · 9 years ago
  61. f1a81af [media] m2m: fix bad unlock balance by Zahari Doychev · 9 years ago
  62. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  63. 9cfcc65 Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  64. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  65. 00f7641 Merge tag 'media/v4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  66. 6690c8c [media] media: vb2: Remove unused functions by Jan Kara · 9 years ago
  67. fb639eb [media] media: vb2: Convert vb2_dc_get_userptr() to use frame vector by Jan Kara · 9 years ago
  68. 5a9e4de [media] media: vb2: Convert vb2_vmalloc_get_userptr() to use frame vector by Jan Kara · 9 years ago
  69. 3336c24 [media] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector by Jan Kara · 9 years ago
  70. 21fb0cb [media] vb2: Provide helpers for mapping virtual addresses by Jan Kara · 9 years ago
  71. 0f6e282 [media] vb2: Push mmap_sem down to memops by Jan Kara · 9 years ago
  72. ebf8dce5 [media] Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  73. 9deb6ad [media] v4l2: move tracepoint generation into separate file by Philipp Zabel · 9 years ago
  74. 6d7570c [media] v4l2-ioctl: Give more information when device_caps are missing by Laura Abbott · 9 years ago
  75. e752577 [media] v4l2-mem2mem: drop lock in v4l2_m2m_fop_mmap by Hans Verkuil · 9 years ago
  76. 2fa3dc4 [media] vb2: Fix compilation breakage when !CONFIG_BUG by Laurent Pinchart · 9 years ago
  77. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  78. 2091f51 [media] videobuf2: add trace events by Philipp Zabel · 9 years ago
  79. c13a5cc [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does by Philipp Zabel · 9 years ago
  80. 8ae5640 [media] Add helper function for subdev event notifications by Lars-Peter Clausen · 9 years ago
  81. fb8dfda [media] v4l2-event: v4l2_event_queue: do nothing if vdev == NULL by Hans Verkuil · 9 years ago
  82. 6d058c5 [media] vb2: Only requeue buffers immediately once streaming is started by Sakari Ailus · 9 years ago
  83. 227da85 [media] v4l2-dv-timings: print refresh rate with better precision by Prashant Laddha · 9 years ago
  84. 4366dfe [media] media/v4l2-ctrls: Code cleanout validate_new() by Ricardo Ribalda · 9 years ago
  85. 1b3b384 [media] v4l2-dv-timings: log if the timing is reduced blanking V2 by Hans Verkuil · 9 years ago
  86. 5fea1bb [media] v4l2-dv-timings: add support for reduced blanking v2 by Prashant Laddha · 9 years ago
  87. fd75242 [media] v4l2-dv-timings: use swap() in v4l2_calc_aspect_ratio() by Fabian Frederick · 9 years ago
  88. 13d45f7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 9 years ago
  89. 42bd6f5 media: Add registration helpers for V4L2 flash sub-devices by Jacek Anaszewski · 9 years ago
  90. 77a3c6f [media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffers by Laurent Pinchart · 9 years ago
  91. 511a1b8 [media] Revert "[media] vb2: Push mmap_sem down to memops" by Hans Verkuil · 9 years ago
  92. 8621765 v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it by Sakari Ailus · 9 years ago
  93. 061ddda [media] v4l2-dv-timings: add interlace support in detect cvt/gtf by Prashant Laddha · 9 years ago
  94. 8cf6874 [media] v4l2-dv-timings: support interlaced in v4l2_print_dv_timings by Hans Verkuil · 9 years ago
  95. dc0cf4c [media] v4l2-dv-timing: avoid rounding twice in gtf hblank calc by Prashant Laddha · 9 years ago
  96. e68cf47 [media] v4l2-mem2mem: add support for prepare_buf by Hans Verkuil · 9 years ago
  97. 839aa56 [media] v4l2-ioctl: log buffer type 0 correctly by Hans Verkuil · 9 years ago
  98. 5d35125 [media] v4l2-ioctl: clear the reserved field of v4l2_create_buffers by Hans Verkuil · 9 years ago
  99. 7a60743 [media] v4l: of: Correct pclk-sample for BT656 bus by Nikhil Devshatwar · 9 years ago
  100. 74fdcb2 [media] videodev2.h: add support for transfer functions by Hans Verkuil · 9 years ago