Skip to content

Commit ed72b81

Browse files
Hans Verkuilmchehab
authored andcommitted
[media] cec rst: remove "This API is not yet finalized" notice
The API is now finalized, so this notice should be dropped. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 0e0694f commit ed72b81

11 files changed

+0
-55
lines changed

Documentation/media/uapi/cec/cec-func-close.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ Arguments
3333
Description
3434
===========
3535
36-
.. note::
37-
38-
This documents the proposed CEC API. This API is not yet finalized
39-
and is currently only available as a staging kernel module.
40-
4136
Closes the cec device. Resources associated with the file descriptor are
4237
freed. The device configuration remain unchanged.
4338

Documentation/media/uapi/cec/cec-func-ioctl.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ Arguments
3939
Description
4040
===========
4141
42-
.. note::
43-
44-
This documents the proposed CEC API. This API is not yet finalized
45-
and is currently only available as a staging kernel module.
46-
4742
The :c:func:`ioctl()` function manipulates cec device parameters. The
4843
argument ``fd`` must be an open file descriptor.
4944

Documentation/media/uapi/cec/cec-func-open.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ Arguments
4646
Description
4747
===========
4848
49-
.. note::
50-
51-
This documents the proposed CEC API. This API is not yet finalized
52-
and is currently only available as a staging kernel module.
53-
5449
To open a cec device applications call :c:func:`open()` with the
5550
desired device name. The function has no side effects; the device
5651
configuration remain unchanged.

Documentation/media/uapi/cec/cec-func-poll.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ Arguments
3939
Description
4040
===========
4141
42-
.. note::
43-
44-
This documents the proposed CEC API. This API is not yet finalized
45-
and is currently only available as a staging kernel module.
46-
4742
With the :c:func:`poll()` function applications can wait for CEC
4843
events.
4944

Documentation/media/uapi/cec/cec-intro.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
Introduction
44
============
55

6-
.. note::
7-
8-
This documents the proposed CEC API. This API is not yet finalized
9-
and is currently only available as a staging kernel module.
10-
116
HDMI connectors provide a single pin for use by the Consumer Electronics
127
Control protocol. This protocol allows different devices connected by an
138
HDMI cable to communicate. The protocol for CEC version 1.4 is defined

Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Arguments
2929
Description
3030
===========
3131
32-
.. note::
33-
34-
This documents the proposed CEC API. This API is not yet finalized
35-
and is currently only available as a staging kernel module.
36-
3732
All cec devices must support :ref:`ioctl CEC_ADAP_G_CAPS <CEC_ADAP_G_CAPS>`. To query
3833
device information, applications call the ioctl with a pointer to a
3934
struct :c:type:`cec_caps`. The driver fills the structure and

Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ Arguments
3535
Description
3636
===========
3737
38-
.. note::
39-
40-
This documents the proposed CEC API. This API is not yet finalized
41-
and is currently only available as a staging kernel module.
42-
4338
To query the current CEC logical addresses, applications call
4439
:ref:`ioctl CEC_ADAP_G_LOG_ADDRS <CEC_ADAP_G_LOG_ADDRS>` with a pointer to a
4540
struct :c:type:`cec_log_addrs` where the driver stores the logical addresses.

Documentation/media/uapi/cec/cec-ioc-adap-g-phys-addr.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ Arguments
3535
Description
3636
===========
3737
38-
.. note::
39-
40-
This documents the proposed CEC API. This API is not yet finalized
41-
and is currently only available as a staging kernel module.
42-
4338
To query the current physical address applications call
4439
:ref:`ioctl CEC_ADAP_G_PHYS_ADDR <CEC_ADAP_G_PHYS_ADDR>` with a pointer to a __u16 where the
4540
driver stores the physical address.

Documentation/media/uapi/cec/cec-ioc-dqevent.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Arguments
3030
Description
3131
===========
3232
33-
.. note::
34-
35-
This documents the proposed CEC API. This API is not yet finalized
36-
and is currently only available as a staging kernel module.
37-
3833
CEC devices can send asynchronous events. These can be retrieved by
3934
calling :c:func:`CEC_DQEVENT`. If the file descriptor is in
4035
non-blocking mode and no event is pending, then it will return -1 and

Documentation/media/uapi/cec/cec-ioc-g-mode.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ Arguments
3131
Description
3232
===========
3333
34-
.. note::
35-
36-
This documents the proposed CEC API. This API is not yet finalized
37-
and is currently only available as a staging kernel module.
38-
3934
By default any filehandle can use :ref:`CEC_TRANSMIT`, but in order to prevent
4035
applications from stepping on each others toes it must be possible to
4136
obtain exclusive access to the CEC adapter. This ioctl sets the

Documentation/media/uapi/cec/cec-ioc-receive.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ Arguments
3434
Description
3535
===========
3636
37-
.. note::
38-
39-
This documents the proposed CEC API. This API is not yet finalized
40-
and is currently only available as a staging kernel module.
41-
4237
To receive a CEC message the application has to fill in the
4338
``timeout`` field of struct :c:type:`cec_msg` and pass it to
4439
:ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.

0 commit comments

Comments
 (0)