linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] tty: Documentation moves and updates.
@ 2022-04-11 11:01 Jiri Slaby
  2022-04-11 11:01 ` [PATCH 1/6] Documentation: move tty to driver-api Jiri Slaby
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jiri Slaby @ 2022-04-11 11:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, Jiri Slaby

This moves tty to driver-api, move more tty documents there and updates
them. Either to use ReST properly or update so that they correspond to
the current state.

Jiri Slaby (6):
  Documentation: move tty to driver-api
  Documentation: tty: introduce "Other Documentation"
  Documentation: tty: move n_gsm to tty
  Documentation: tty: move moxa-smartio.rst to tty
  Documentation: tty: n_gsm, delete "Additional Documentation"
  Documentation: tty: n_gsm, use power of ReST

 Documentation/driver-api/index.rst            |   1 +
 Documentation/driver-api/serial/driver.rst    |   2 +-
 Documentation/driver-api/serial/index.rst     |   2 -
 Documentation/driver-api/serial/n_gsm.rst     | 159 ------------------
 Documentation/{ => driver-api}/tty/index.rst  |  22 ++-
 .../{serial => tty}/moxa-smartio.rst          |   0
 Documentation/driver-api/tty/n_gsm.rst        | 153 +++++++++++++++++
 Documentation/{ => driver-api}/tty/n_tty.rst  |   0
 .../{ => driver-api}/tty/tty_buffer.rst       |   0
 .../{ => driver-api}/tty/tty_driver.rst       |   0
 .../{ => driver-api}/tty/tty_internals.rst    |   0
 .../{ => driver-api}/tty/tty_ldisc.rst        |   0
 .../{ => driver-api}/tty/tty_port.rst         |   0
 .../{ => driver-api}/tty/tty_struct.rst       |   0
 Documentation/index.rst                       |   1 -
 15 files changed, 171 insertions(+), 169 deletions(-)
 delete mode 100644 Documentation/driver-api/serial/n_gsm.rst
 rename Documentation/{ => driver-api}/tty/index.rst (81%)
 rename Documentation/driver-api/{serial => tty}/moxa-smartio.rst (100%)
 create mode 100644 Documentation/driver-api/tty/n_gsm.rst
 rename Documentation/{ => driver-api}/tty/n_tty.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_buffer.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_driver.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_internals.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_ldisc.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_port.rst (100%)
 rename Documentation/{ => driver-api}/tty/tty_struct.rst (100%)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-11 11:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 11:01 [PATCH 0/6] tty: Documentation moves and updates Jiri Slaby
2022-04-11 11:01 ` [PATCH 1/6] Documentation: move tty to driver-api Jiri Slaby
2022-04-11 11:01 ` [PATCH 2/6] Documentation: tty: introduce "Other Documentation" Jiri Slaby
2022-04-11 11:01 ` [PATCH 3/6] Documentation: tty: move n_gsm to tty Jiri Slaby
2022-04-11 11:01 ` [PATCH 4/6] Documentation: tty: move moxa-smartio.rst " Jiri Slaby
2022-04-11 11:01 ` [PATCH 5/6] Documentation: tty: n_gsm, delete "Additional Documentation" Jiri Slaby
2022-04-11 11:01 ` [PATCH 6/6] Documentation: tty: n_gsm, use power of ReST Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).