The patch titled
PowerPC: Enable arbitary speed tty ioctls and split input/output speed
has been added to the -mm tree. Its filename is
powerpc-enable-arbitary-speed-tty-ioctls-and-split.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: PowerPC: Enable arbitary speed tty ioctls and split input/output speed
From: David Woodhouse <[EMAIL PROTECTED]>
Adding the defines/macros activates the existing code in the tty layer and
allows this platform to use the arbitary speed ioctl setting layer
Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
Cc: Alan Cox <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-powerpc/termbits.h | 4 ++++
1 files changed, 4 insertions(+)
diff -puN
include/asm-powerpc/termbits.h~powerpc-enable-arbitary-speed-tty-ioctls-and-split
include/asm-powerpc/termbits.h
---
a/include/asm-powerpc/termbits.h~powerpc-enable-arbitary-speed-tty-ioctls-and-split
+++ a/include/asm-powerpc/termbits.h
@@ -152,6 +152,10 @@ struct ktermios {
#define B3000000 00034
#define B3500000 00035
#define B4000000 00036
+#define BOTHER 00037
+
+#define CIBAUD 077600000
+#define IBSHIFT 16 /* Shift from CBAUD to CIBAUD */
#define CSIZE 00001400
#define CS5 00000000
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
powerpc-enable-arbitary-speed-tty-ioctls-and-split.patch
use-mutex-instead-of-semaphore-in-the-mtd-st-m25pxx-driver.patch
use-mutex-instead-of-semaphore-in-the-mtd-dataflash-driver.patch
git-ubi.patch
git-battery.patch
dont-optimise-away-baud-rate-changes-when-bother-is-used.patch
jffs2-convert-to-new-aops.patch
char-n_r3964-use-wait_event_interruptible.patch
mismatching-declarations-of-revision-strings-in-hisax.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