X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fserial%2Fdriver;h=77ba0afbe4db2c227650441af43ab3c57f2e5a6f;hb=f894d18380e7e7ff05f6622ccb75d2881922c6e9;hp=88ad615dd338d75e2b282422c8f2d6f7f3af80b7;hpb=4854c7b27f0975a2b629f35ea3996d2968eb7c4f;p=pandora-kernel.git diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 88ad615dd338..77ba0afbe4db 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -186,6 +186,17 @@ hardware. Locking: port_sem taken. Interrupts: caller dependent. + flush_buffer(port) + Flush any write buffers, reset any DMA state and stop any + ongoing DMA transfers. + + This will be called whenever the port->info->xmit circular + buffer is cleared. + + Locking: port->lock taken. + Interrupts: locally disabled. + This call must not sleep + set_termios(port,termios,oldtermios) Change the port parameters, including word length, parity, stop bits. Update read_status_mask and ignore_status_mask to indicate