diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-13 19:40:42 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 16:03:02 +0200 |
commit | fb8c5327b3c6c78b74a27a3c42e4f32b2cc30a04 (patch) | |
tree | 55fc1385d768915d63dba7feef78b01b499df34e /Documentation/driver-api/xilinx/index.rst | |
parent | docs: driver-api: add a series of orphaned documents (diff) | |
download | linux-fb8c5327b3c6c78b74a27a3c42e4f32b2cc30a04.tar.xz linux-fb8c5327b3c6c78b74a27a3c42e4f32b2cc30a04.zip |
docs: driver-api: add xilinx driver API documentation
The current file there (emmi) provides a description of
the driver uAPI and kAPI.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/driver-api/xilinx/index.rst')
-rw-r--r-- | Documentation/driver-api/xilinx/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/driver-api/xilinx/index.rst b/Documentation/driver-api/xilinx/index.rst new file mode 100644 index 000000000000..13f7589ed442 --- /dev/null +++ b/Documentation/driver-api/xilinx/index.rst @@ -0,0 +1,16 @@ + +=========== +Xilinx FPGA +=========== + +.. toctree:: + :maxdepth: 1 + + eemi + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |