aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/serial
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-03-14 11:16:13 -0400
committerJonathan Corbet <corbet@lwn.net>2016-03-31 02:58:21 -0400
commit0adc301e7b3c098744d0098008b1aa31041e220b (patch)
tree3f4910c9f3ec22c9c603d96e7ca9bbb607e10253 /Documentation/serial
parente27585c7970decd26113ca036a1cb5678d88ee5a (diff)
serial: doc: Document .set_ldisc()
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/serial')
-rw-r--r--Documentation/serial/driver5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver
index 3b2a97d5ecc7..3b08df5bcc17 100644
--- a/Documentation/serial/driver
+++ b/Documentation/serial/driver
@@ -259,6 +259,11 @@ hardware.
259 Interrupts: caller dependent. 259 Interrupts: caller dependent.
260 This call must not sleep 260 This call must not sleep
261 261
262 set_ldisc(port,termios)
263 Notifier for discipline change. See Documentation/serial/tty.txt.
264
265 Locking: caller holds port->mutex
266
262 pm(port,state,oldstate) 267 pm(port,state,oldstate)
263 Perform any power management related activities on the specified 268 Perform any power management related activities on the specified
264 port. State indicates the new state (defined by 269 port. State indicates the new state (defined by