aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2022-04-11 13:01:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-14 18:24:23 +0200
commit1a4a8f6bbac07e3270805009c69e89c7de801df1 (patch)
treefbf3577e5840121cfa5b16f3698a9dedd163f778 /Documentation/driver-api
parentDocumentation: move tty to driver-api (diff)
downloadlinux-dev-1a4a8f6bbac07e3270805009c69e89c7de801df1.tar.xz
linux-dev-1a4a8f6bbac07e3270805009c69e89c7de801df1.zip
Documentation: tty: introduce "Other Documentation"
So far only n_tty belongs here, but in the next patches, more will come. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20220411110143.10019-3-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/tty/index.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/driver-api/tty/index.rst b/Documentation/driver-api/tty/index.rst
index 2240e52203d6..e6a7f717a9a5 100644
--- a/Documentation/driver-api/tty/index.rst
+++ b/Documentation/driver-api/tty/index.rst
@@ -36,7 +36,6 @@ In-detail description of the named TTY structures is in separate documents:
tty_struct
tty_ldisc
tty_buffer
- n_tty
tty_internals
Writing TTY Driver
@@ -60,3 +59,13 @@ A *typical* sequence a TTY driver performs is as follows:
Steps regarding driver, i.e. 1., 3., and 5. are described in detail in
:doc:`tty_driver`. For the other two (devices handling), look into
:doc:`tty_port`.
+
+Other Documentation
+===================
+
+Miscellaneous documentation can be further found in these documents:
+
+.. toctree::
+ :maxdepth: 2
+
+ n_tty