doc-rst: linux_tv: move MC stuff to a separate dir
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 16:35:10 +0000 (13:35 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 16:35:10 +0000 (13:35 -0300)
commit7322c84c8aa391d42becd6f4d285c0f7a2bac2c3
tree5d4b9a8a3682b73c4254cdf4893e7016cd5fb4a8
parentf5eebeef99af3619b293d3f60f30cf4cd6aa8de8
doc-rst: linux_tv: move MC stuff to a separate dir

When we wrote the media controller's section, we re-used the
V4L, just because we were lazy to create a brand new DocBook.

Yet, it is a little ackward to have it mixed with V4L. So,
move it to its own directory, in order to have it better
organized.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
25 files changed:
Documentation/linux_tv/index.rst
Documentation/linux_tv/media/mediactl/media-controller-intro.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-controller-model.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-controller.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-func-close.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-func-ioctl.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-func-open.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-ioc-device-info.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-ioc-enum-entities.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-ioc-enum-links.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-ioc-g-topology.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-ioc-setup-link.rst [new file with mode: 0644]
Documentation/linux_tv/media/mediactl/media-types.rst [new file with mode: 0644]
Documentation/linux_tv/media/v4l/media-controller-intro.rst [deleted file]
Documentation/linux_tv/media/v4l/media-controller-model.rst [deleted file]
Documentation/linux_tv/media/v4l/media-controller.rst [deleted file]
Documentation/linux_tv/media/v4l/media-func-close.rst [deleted file]
Documentation/linux_tv/media/v4l/media-func-ioctl.rst [deleted file]
Documentation/linux_tv/media/v4l/media-func-open.rst [deleted file]
Documentation/linux_tv/media/v4l/media-ioc-device-info.rst [deleted file]
Documentation/linux_tv/media/v4l/media-ioc-enum-entities.rst [deleted file]
Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst [deleted file]
Documentation/linux_tv/media/v4l/media-ioc-g-topology.rst [deleted file]
Documentation/linux_tv/media/v4l/media-ioc-setup-link.rst [deleted file]
Documentation/linux_tv/media/v4l/media-types.rst [deleted file]