The patch titled
     8250: enable rate reporting via termios
has been removed from the -mm tree.  Its filename was
     8250-enable-rate-reporting-via-termios.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: 8250: enable rate reporting via termios
From: Alan Cox <[EMAIL PROTECTED]>

Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/serial/8250.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/serial/8250.c~8250-enable-rate-reporting-via-termios 
drivers/serial/8250.c
--- a/drivers/serial/8250.c~8250-enable-rate-reporting-via-termios
+++ a/drivers/serial/8250.c
@@ -2174,6 +2174,7 @@ serial8250_set_termios(struct uart_port 
        }
        serial8250_set_mctrl(&up->port, up->port.mctrl);
        spin_unlock_irqrestore(&up->port.lock, flags);
+       tty_termios_encode_baud_rate(termios, baud, baud);
 }
 
 static void
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
8390-split-8390-support-into-a-pausing-and-a-non-pausing-driver-core.patch
hci_ldisc-fix-null-pointer-deref.patch
parisc-new-termios-definitions.patch
git-sh.patch
git-watchdog.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to