[PATCH] serial-core: Updates documentation.

From: Luiz Fernando N. Capitulino
Date: Thu Jun 08 2006 - 16:08:42 EST



tx_empty(), break_ctl() and set_termios() are not called in atomic context,
they are allowed to sleep.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@xxxxxxxxxxxxxxx>

---

Documentation/serial/driver | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

7e65eee0ccc08beec8b98d2a31c2b6807cd29ba2
diff --git a/Documentation/serial/driver b/Documentation/serial/driver
index 88ad615..e6fabba 100644
--- a/Documentation/serial/driver
+++ b/Documentation/serial/driver
@@ -78,7 +78,6 @@ hardware.

Locking: none.
Interrupts: caller dependent.
- This call must not sleep

set_mctrl(port, mctrl)
This function sets the modem control lines for port described
@@ -160,7 +159,6 @@ hardware.

Locking: none.
Interrupts: caller dependent.
- This call must not sleep

startup(port)
Grab any interrupt resources and initialise any low level driver
@@ -227,7 +225,6 @@ hardware.

Locking: none.
Interrupts: caller dependent.
- This call must not sleep

pm(port,state,oldstate)
Perform any power management related activities on the specified
--
1.3.3



--
Luiz Fernando N. Capitulino
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/