Skip to content

Commit

Permalink
[media] cec rst: remove "This API is not yet finalized" notice
Browse files Browse the repository at this point in the history
The API is now finalized, so this notice should be dropped.

Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 30, 2017
1 parent 0e0694f commit ed72b81
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 55 deletions.
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-func-close.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
Closes the cec device. Resources associated with the file descriptor are
freed. The device configuration remain unchanged.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-func-ioctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
The :c:func:`ioctl()` function manipulates cec device parameters. The
argument ``fd`` must be an open file descriptor.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-func-open.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
To open a cec device applications call :c:func:`open()` with the
desired device name. The function has no side effects; the device
configuration remain unchanged.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-func-poll.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
With the :c:func:`poll()` function applications can wait for CEC
events.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
Introduction
============

.. note::

This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.

HDMI connectors provide a single pin for use by the Consumer Electronics
Control protocol. This protocol allows different devices connected by an
HDMI cable to communicate. The protocol for CEC version 1.4 is defined
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
All cec devices must support :ref:`ioctl CEC_ADAP_G_CAPS <CEC_ADAP_G_CAPS>`. To query
device information, applications call the ioctl with a pointer to a
struct :c:type:`cec_caps`. The driver fills the structure and
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
To query the current CEC logical addresses, applications call
:ref:`ioctl CEC_ADAP_G_LOG_ADDRS <CEC_ADAP_G_LOG_ADDRS>` with a pointer to a
struct :c:type:`cec_log_addrs` where the driver stores the logical addresses.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-adap-g-phys-addr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
To query the current physical address applications call
:ref:`ioctl CEC_ADAP_G_PHYS_ADDR <CEC_ADAP_G_PHYS_ADDR>` with a pointer to a __u16 where the
driver stores the physical address.
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-dqevent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
CEC devices can send asynchronous events. These can be retrieved by
calling :c:func:`CEC_DQEVENT`. If the file descriptor is in
non-blocking mode and no event is pending, then it will return -1 and
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-g-mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
By default any filehandle can use :ref:`CEC_TRANSMIT`, but in order to prevent
applications from stepping on each others toes it must be possible to
obtain exclusive access to the CEC adapter. This ioctl sets the
Expand Down
5 changes: 0 additions & 5 deletions Documentation/media/uapi/cec/cec-ioc-receive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ Arguments
Description
===========
.. note::
This documents the proposed CEC API. This API is not yet finalized
and is currently only available as a staging kernel module.
To receive a CEC message the application has to fill in the
``timeout`` field of struct :c:type:`cec_msg` and pass it to
:ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
Expand Down

0 comments on commit ed72b81

Please sign in to comment.