1. b7b361f [media] platform: constify vb2_ops structures by Julia Lawall · 8 years ago
  2. 10d5509c [media] v4l2: remove g/s_crop from video ops by Hans Verkuil · 9 years ago
  3. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 8 years ago
  4. 1ad70ce [media] media/platform: convert drivers to use the new vb2_queue dev field by Hans Verkuil · 8 years ago
  5. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  6. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  7. d647f0b [media] include/media: move driver interface headers to a separate dir by Mauro Carvalho Chehab · 9 years ago
  8. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  9. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  10. 2a1e91a [media] sh_vou: declare static functions as such by Mauro Carvalho Chehab · 9 years ago
  11. 0b3474f [media] sh-vou: add support for log_status by Hans Verkuil · 9 years ago
  12. 57af3ad5 [media] sh-vou: convert to vb2 by Hans Verkuil · 9 years ago
  13. 5c3edcb [media] sh-vou: fix bytesperline by Hans Verkuil · 9 years ago
  14. 66853ec [media] sh-vou: let sh_vou_s_fmt_vid_out call sh_vou_try_fmt_vid_out by Hans Verkuil · 9 years ago
  15. 61fbacc [media] sh-vou: replace g/s_crop/cropcap by g/s_selection by Hans Verkuil · 9 years ago
  16. 22df2e7 [media] sh-vou: fix incorrect initial pixelformat by Hans Verkuil · 9 years ago
  17. 4de00d0 [media] sh-vou: support compulsory G/S/ENUM_OUTPUT ioctls by Hans Verkuil · 9 years ago
  18. c5f9808 [media] sh-vou: use v4l2_fh by Hans Verkuil · 9 years ago
  19. d8046ee [media] sh-vou: fix querycap support by Hans Verkuil · 9 years ago
  20. 4690271 [media] sh-vou: use resource managed calls by Hans Verkuil · 9 years ago
  21. 5ac417e [media] sh_vou: avoid going past arrays by Mauro Carvalho Chehab · 9 years ago
  22. ebf984b [media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers by Hans Verkuil · 9 years ago
  23. d079f99 [media] media: sh_vou: embed video_device by Lad, Prabhakar · 9 years ago
  24. 2160abb2 [media] sh_vou: fix memory leak on error paths in sh_vou_open() by Alexey Khoroshilov · 9 years ago
  25. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. a020c74 [media] media/platform: fix querycap by Hans Verkuil · 10 years ago
  27. 27ffaeb [media] platform: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  28. 1847265 media: platform: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  29. a622cc5 [media] sh_vou: comment unused vars by Mauro Carvalho Chehab · 10 years ago
  30. 3f8965e [media] v4l: sh_vou: Fix warnings due to improper casts and printk formats by Laurent Pinchart · 11 years ago
  31. 47c32ec [media] sh_vou: almost forever loop in sh_vou_try_fmt_vid_out() by Dan Carpenter · 11 years ago
  32. 5d40810 [media] sh_vou: remove current_norm by Hans Verkuil · 11 years ago
  33. abca205 [media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so by Hans Verkuil · 11 years ago
  34. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 11 years ago
  35. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 11 years ago
  36. b3fd87b [media] sh_vou: Use module_platform_driver_probe macro by Sachin Kamat · 11 years ago
  37. d899edd [media] sh_vou: Use vou_dev instead of vou_file wherever possible by Laurent Pinchart · 12 years ago
  38. fd51625 [media] sh_vou: Use video_drvdata() by Laurent Pinchart · 12 years ago
  39. a32f7d1 Merge branch 'v4l_for_linus' into staging/for_v3.9 by Mauro Carvalho Chehab · 11 years ago
  40. 4c62e97 Drivers: media: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  41. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  42. bc1ebd7 [media] media: sh-vou: fix compiler warnings by Guennadi Liakhovetski · 12 years ago
  43. 1780358 [media] media: sh_vou: fix const cropping related warnings by Guennadi Liakhovetski · 12 years ago
  44. b6ba418 [media] media: sh-vou: fix compilation breakage by Guennadi Liakhovetski · 12 years ago
  45. 954f340 [media] Set vfl_dir for all display or m2m drivers by Hans Verkuil · 12 years ago
  46. 4f99659 [media] v4l2: make vidioc_s_crop const by Hans Verkuil · 12 years ago
  47. 2c3fb08 [media] rename drivers/media/video as .../platform by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/sh_vou.c]
  48. f135a8a [media] sh_vou: remove V4L2_FL_LOCK_ALL_FOPS by Hans Verkuil · 12 years ago
  49. 5126f25 [media] v4l2-dev: add flag to have the core lock all file operations by Hans Verkuil · 12 years ago
  50. 7a707b8 drivers/media: Add module.h to all files using it implicitly by Paul Gortmaker · 13 years ago
  51. 64dc3c1 [media] Stop using linux/version.h on the remaining video drivers by Mauro Carvalho Chehab · 13 years ago
  52. 8efc1a1 Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  53. 6975669 [media] sh_vou: convert to unlocked_ioctl by Hans Verkuil · 14 years ago
  54. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  55. 2334e79 [media] sh_vou: Don't use module names to load I2C modules by Laurent Pinchart · 14 years ago
  56. e3cfd44 V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2) by Hans Verkuil · 14 years ago
  57. 0e0809a V4L/DVB: videobuf: add queue argument to videobuf_waiton() by Hans Verkuil · 14 years ago
  58. 765fe17 V4L/DVB: V4L2: sh_vou: VOU does support the full PAL resolution too by Guennadi Liakhovetski · 14 years ago
  59. ace6e97 V4L/DVB: mediabus: fix ambiguous pixel code names by Guennadi Liakhovetski · 14 years ago
  60. 3b23db3 V4L/DVB: V4L2: fix sh_vou.c compile breakage: #include <slab.h> by Guennadi Liakhovetski · 14 years ago
  61. a81fb9b V4L/DVB: V4L: SuperH Video Output Unit (VOU) driver by Guennadi Liakhovetski · 14 years ago