1. 1d8955b [media] v4l2-subdev: add remaining argument descriptions by Mauro Carvalho Chehab · 9 years ago
  2. e44cc20 [media] v4l2_subdev: describe ioctl parms at the remaining structs by Mauro Carvalho Chehab · 9 years ago
  3. 914728a [media] v4l2_subdev: describe ioctl parms at v4l2_subdev_video_ops by Mauro Carvalho Chehab · 9 years ago
  4. b84aeb0 [media] v4l2-subdev: reorder the v4l2_subdev_video_ops comments by Mauro Carvalho Chehab · 9 years ago
  5. 91963aa [media] v4l2-subdev: Add description for radio ioctl handlers by Mauro Carvalho Chehab · 9 years ago
  6. 783001a [media] v4l2-subdev: Add description for core ioctl handlers by Mauro Carvalho Chehab · 9 years ago
  7. 5c66298 [media] v4l2-subdev: convert documentation to the right format by Mauro Carvalho Chehab · 9 years ago
  8. 8ae5640 [media] Add helper function for subdev event notifications by Lars-Peter Clausen · 9 years ago
  9. 13d45f7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 9 years ago
  10. 8621765 v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it by Sakari Ailus · 9 years ago
  11. 17e4846 [media] v4l2-subdev: allow subdev to send an event to the v4l2_device notify function by jean-michel.hautbois@vodalys.com · 9 years ago
  12. ebf984b [media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers by Hans Verkuil · 9 years ago
  13. da298c6 [media] v4l2: replace video op g_mbus_fmt by pad op get_fmt by Hans Verkuil · 9 years ago
  14. ebcff5f [media] v4l2: replace enum_mbus_fmt by enum_mbus_code by Hans Verkuil · 9 years ago
  15. 8a56b6b [media] v4l2-subdev: remove enum_framesizes/intervals by Hans Verkuil · 9 years ago
  16. f723413 [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config by Hans Verkuil · 9 years ago
  17. cb03893 [media] v4l2-subdev: drop unused op enum_mbus_fmt by Hans Verkuil · 10 years ago
  18. 05b9cc3 [media] v4l2-subdev: drop get/set_crop pad ops by Hans Verkuil · 10 years ago
  19. 32b32ce [media] Make use of the new media_bus_format definitions by Boris BREZILLON · 10 years ago
  20. 29fcec6 [media] v4l: subdev: Remove deprecated video-level DV timings operations by Laurent Pinchart · 10 years ago
  21. 0349f6a [media] v4l: Add pad-level DV timings subdev operations by Laurent Pinchart · 10 years ago
  22. 8774bed [media] v4l: subdev: Move [gs]_std operation to video ops by Laurent Pinchart · 10 years ago
  23. 4835386 [media] v4l2-subdev.h: add g_tvnorms video op by Hans Verkuil · 10 years ago
  24. 174d6a3 [media] v4l: V4L2_MBUS_FRAME_DESC_FL_BLOB is about 1D DMA by Sakari Ailus · 11 years ago
  25. b2a06ae [media] v4l: Only get module if it's different than the driver for v4l2_dev by Sakari Ailus · 11 years ago
  26. ba76a6e [media] v4l2-subdev.h: fix sparse error with v4l2_subdev_notify by Hans Verkuil · 10 years ago
  27. c58d1de [media] v4l: add enum_freq_bands support to tuner sub-device by Antti Palosaari · 10 years ago
  28. dd519bb [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 core by Hans Verkuil · 10 years ago
  29. ab58a30 [media] v4l2-subdev: Allow 32-bit compat ioctls by Hans Verkuil · 10 years ago
  30. 769980d [media] v4l: Fix typo in v4l2_subdev_get_try_crop() by Laurent Pinchart · 11 years ago
  31. b1cbab0 [media] V4L2: add a common V4L2 subdevice platform data type by Guennadi Liakhovetski · 11 years ago
  32. 1bfa6e0 [media] V4L2: (cosmetic) remove redundant use of unlikely() by Guennadi Liakhovetski · 11 years ago
  33. b426b3a [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdev by Sylwester Nawrocki · 11 years ago
  34. e9e3104 [media] V4L2: support asynchronous subdevice registration by Guennadi Liakhovetski · 11 years ago
  35. 668773b [media] V4L2: add a device pointer to struct v4l2_subdev by Guennadi Liakhovetski · 11 years ago
  36. b71c998 [media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENT by Hans Verkuil · 11 years ago
  37. 6c2afac [media] v4l2-subdev: remove obsolete dv_preset ops by Hans Verkuil · 11 years ago
  38. 2180f92 [media] v4l2-core: add code to check for specific ops by Hans Verkuil · 11 years ago
  39. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 11 years ago
  40. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 11 years ago
  41. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 11 years ago
  42. 2910311 [media] V4L: Add [get/set]_frame_desc subdev callbacks by Sylwester Nawrocki · 12 years ago
  43. a375e1d [media] V4L: Add s_rx_buffer subdev video operation by Sylwester Nawrocki · 12 years ago
  44. 4f99659 [media] v4l2: make vidioc_s_crop const by Hans Verkuil · 12 years ago
  45. 3f70e1f5 [media] v4l2: make vidioc_s_modulator const by Hans Verkuil · 12 years ago
  46. ed45ce2 [media] v4l2-subdev: add support for the new edid ioctls by Hans Verkuil · 12 years ago
  47. 9d380ad [media] v4l2: typos by Michael Jones · 12 years ago
  48. 5d7758e [media] v4l2 framework: add support for the new dv_timings ioctls by Hans Verkuil · 12 years ago
  49. 8227c92 [media] v4l: Implement v4l2_subdev_link_validate() by Sakari Ailus · 13 years ago
  50. 5e6ff7c [media] v4l: Check pad number in get try pointer functions by Sakari Ailus · 12 years ago
  51. c5a766c [media] v4l: vdev_to_v4l2_subdev() should have return type "struct v4l2_subdev *" by Sakari Ailus · 12 years ago
  52. ae184cd [media] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs by Sakari Ailus · 13 years ago
  53. 1a99b97 [media] V4L: add .g_std() core V4L2 subdevice operation by Guennadi Liakhovetski · 13 years ago
  54. 3e0ec41 [media] V4L: dynamically allocate video_device nodes in subdevices by Guennadi Liakhovetski · 13 years ago
  55. 91c7953 [media] V4L: add media bus configuration subdev operations by Guennadi Liakhovetski · 13 years ago
  56. 5930ab2 [media] v4l: add g_std_output callback to V4L2 subdev by Tomasz Stanislawski · 13 years ago
  57. 8b32dd0 [media] v4l: add g_dv_preset callback to V4L2 subdev by Tomasz Stanislawski · 13 years ago
  58. 839cf81 [media] v4l: add g_tvnorms_output callback to V4L2 subdev by Tomasz Stanislawski · 13 years ago
  59. f1e393d [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fh by Hans Verkuil · 13 years ago
  60. 338e9e1 [media] tuner-core/v4l2-subdev: document that the type field has to be filled in by Hans Verkuil · 13 years ago
  61. e206fc5 [media] v4l2-subdev.h: remove unused s_mode tuner op by Hans Verkuil · 13 years ago
  62. f80a3ab [media] v4l: Add subdev sensor g_skip_frames operation by Laurent Pinchart · 14 years ago
  63. f6a5cb1 [media] v4l: v4l2_subdev userspace crop API by Antti Koskipaa · 14 years ago
  64. 35c3017 [media] v4l: v4l2_subdev userspace frame interval API by Laurent Pinchart · 14 years ago
  65. 333c8b9 [media] v4l: v4l2_subdev userspace format API by Laurent Pinchart · 14 years ago
  66. eb08f35 [media] v4l: v4l2_subdev pad-level operations by Laurent Pinchart · 15 years ago
  67. f0beea8 [media] v4l: subdev: Add new file operations by Laurent Pinchart · 14 years ago
  68. 7cd5a16 [media] v4l: Create v4l2 subdev file handle structure by Stanimir Varbanov · 14 years ago
  69. 61f5db5 [media] v4l: Make v4l2_subdev inherit from media_entity by Laurent Pinchart · 15 years ago
  70. 02adb1c [media] v4l: subdev: Events support by Sakari Ailus · 14 years ago
  71. 3dd5ee0 [media] v4l: subdev: Uninline the v4l2_subdev_init function by Laurent Pinchart · 15 years ago
  72. 2096a5d [media] v4l: subdev: Add device node support by Laurent Pinchart · 15 years ago
  73. 0070d91 [media] v4l: subdev: Don't require core operations by Laurent Pinchart · 14 years ago
  74. 03519b7 [media] V4L: add enum_mbus_fsizes video operation by Qing Xu · 13 years ago
  75. 45f6f84 [media] v4l2-subdev: add (un)register internal ops by Hans Verkuil · 13 years ago
  76. 3c7c937 [media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg() by Hans Verkuil · 13 years ago
  77. 692d5522 V4L/DVB: v4l: Add a v4l2_subdev host private data field by Laurent Pinchart · 14 years ago
  78. fba32e0 V4L/DVB: v4l2-subdev: remove obsolete enum/try/s/g_fmt by Hans Verkuil · 14 years ago
  79. 0996517 V4L/DVB: v4l2: Add new control handling framework by Hans Verkuil · 14 years ago
  80. d69e85b V4L/DVB: v4l2_subdev: Get rid of now unused IR pulse width defines by Andy Walls · 14 years ago
  81. 260e689b V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_ops by Andy Walls · 14 years ago
  82. 5a28d9a V4L/DVB: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inversion by Andy Walls · 14 years ago
  83. 66752f8 V4L/DVB: v4l2_subdev: Add s_io_pin_config to v4l2_subdev_core_ops by Andy Walls · 14 years ago
  84. 3805f20 V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype by Hans Verkuil · 14 years ago
  85. 6003b5c V4L/DVB: v4l2-subdev.h: Add support for enum_dv_preset by Mats Randgaard · 14 years ago
  86. 54aefaf V4L/DVB: v4l: add new subdev vbi ops to handle raw and sliced vbi by Hans Verkuil · 14 years ago
  87. 32cd527 V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops struct by Hans Verkuil · 14 years ago
  88. 85e0921 V4L/DVB: Add SPI support to V4L2 by Dmitri Belimov · 14 years ago
  89. 3ccc646 V4L/DVB: cx25840, v4l2-subdev, ivtv, pvrusb2: Fix ivtv/cx25840 tinny audio by Andy Walls · 15 years ago
  90. 9a74251 V4L/DVB (13658): v4l: add a media-bus API for configuring v4l2 subdev pixel and frame formats by Guennadi Liakhovetski · 15 years ago
  91. 3253610 V4L/DVB (13644): v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera by Guennadi Liakhovetski · 15 years ago
  92. b6456c0 V4L/DVB (13571): v4l: Adding Digital Video Timings APIs by Muralidharan Karicheri · 15 years ago
  93. dbc8e34 V4L/DVB (13477): v4l2-subdev: remove unnecessary check by Hans Verkuil · 15 years ago
  94. 622b828 V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power by Laurent Pinchart · 15 years ago
  95. 1d986ad V4L/DVB (13096): v4l2-subdev: Add v4l2_subdev_ir_ops and IR notify defines for v4l2_device by Andy Walls · 15 years ago
  96. d6bacea V4L/DVB (12547): v4l2-subdev.h: Add g/s_modulator callbacks to subdev api by Eduardo Valentin · 15 years ago
  97. b7f2cef V4L/DVB (12158): v4l: add cropping prototypes to struct v4l2_subdev_video_ops by Guennadi Liakhovetski · 15 years ago
  98. f0222c7 V4L/DVB (12125): v4l2: add new s_config subdev ops and v4l2_i2c_new_subdev_cfg/board calls by Hans Verkuil · 15 years ago
  99. b5b2b7e V4L/DVB (11673): v4l2-device: unregister i2c_clients when unregistering the v4l2_device. by Hans Verkuil · 15 years ago
  100. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago