]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l: Common documentation for selection targets
authorSakari Ailus <sakari.ailus@iki.fi>
Fri, 1 Jun 2012 16:56:53 +0000 (13:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jul 2012 23:17:00 +0000 (20:17 -0300)
commitc5237de560d1d6258f8a4dab2200e798aad4db8c
tree58c4215f4982f9a697b89555eb38158cb51f3ecb
parent3f842a9cabfe6c245a884ff32736d1c54f20399e
[media] v4l: Common documentation for selection targets

Both V4L2 and V4L2 subdev interface have very similar selection APIs with
differences foremost related to in-memory and media bus formats. However,
the selection targets are the same for both. Most targets are and in the
future will likely continue to be more the same than with any differences.
Thus it makes sense to unify the documentation of the targets.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/compat.xml
Documentation/DocBook/media/v4l/dev-subdev.xml
Documentation/DocBook/media/v4l/selection-api.xml
Documentation/DocBook/media/v4l/selections-common.xml [new file with mode: 0644]
Documentation/DocBook/media/v4l/v4l2.xml
Documentation/DocBook/media/v4l/vidioc-g-selection.xml
Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml