Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65388dad authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: serial: move it to the driver-api



The contents of this directory is mostly driver-api stuff.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent c92992fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ available subsections can be seen below.
   pti_intel_mid
   pwm
   rfkill
   serial/index
   sgi-ioc4
   sm501
   smsc_ece1099
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ hardware.
	This call must not sleep

  set_ldisc(port,termios)
	Notifier for discipline change. See Documentation/serial/tty.rst.
	Notifier for discipline change. See Documentation/driver-api/serial/tty.rst.

	Locking: caller holds tty_port->mutex

+1 −1
Original line number Diff line number Diff line
:orphan:
.. SPDX-License-Identifier: GPL-2.0

==========================
Support for Serial devices
Loading