Documentation: move tty to driver-api
authorJiri Slaby <jslaby@suse.cz>
Mon, 11 Apr 2022 11:01:38 +0000 (13:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Apr 2022 16:24:23 +0000 (18:24 +0200)
commitb96cd8b05ead8939b972192c4f4ac2fc2dffceb7
treeb554644a530ad0fffc2201a759c2ffaf951244bc
parentce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e
Documentation: move tty to driver-api

Based on discussion starting as 87mthw2o93.fsf@meer.lwn.net, let's move
the tty documentation to driver-api. It's more appropriate there.

Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220411110143.10019-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 files changed:
Documentation/driver-api/index.rst
Documentation/driver-api/serial/driver.rst
Documentation/driver-api/tty/index.rst [new file with mode: 0644]
Documentation/driver-api/tty/n_tty.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_buffer.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_driver.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_internals.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_ldisc.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_port.rst [new file with mode: 0644]
Documentation/driver-api/tty/tty_struct.rst [new file with mode: 0644]
Documentation/index.rst
Documentation/tty/index.rst [deleted file]
Documentation/tty/n_tty.rst [deleted file]
Documentation/tty/tty_buffer.rst [deleted file]
Documentation/tty/tty_driver.rst [deleted file]
Documentation/tty/tty_internals.rst [deleted file]
Documentation/tty/tty_ldisc.rst [deleted file]
Documentation/tty/tty_port.rst [deleted file]
Documentation/tty/tty_struct.rst [deleted file]