projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96cd8b
)
Documentation: tty: introduce "Other Documentation"
author
Jiri Slaby
<jslaby@suse.cz>
Mon, 11 Apr 2022 11:01:39 +0000
(13:01 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 14 Apr 2022 16:24:23 +0000
(18:24 +0200)
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>
Documentation/driver-api/tty/index.rst
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/tty/index.rst
b/Documentation/driver-api/tty/index.rst
index
2240e52
..
e6a7f71
100644
(file)
--- 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