]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
synclink_gt: leave transmitter in reset state after configuration
authorPaul Fulghum <paulkf@microgate.com>
Tue, 22 Jul 2008 10:22:04 +0000 (11:22 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jul 2008 20:03:29 +0000 (13:03 -0700)
Leave the transmitter in reset state after configuration so that transmit
signal is held at mark until transmitter is explicitly enabled by
application, otherwise transmitter sends idle pattern.

Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/synclink_gt.c

index 8511e2e43c1871f7f1c3cf69a40d0f288f258f89..c8bc69c97d1a5a697484ec76c2c6cc6b3fad05b7 100644 (file)
@@ -4134,7 +4134,7 @@ static void sync_mode(struct slgt_info *info)
         * 01      enable
         * 00      auto-CTS enable
         */
-       val = 0;
+       val = BIT2;
 
        switch(info->params.mode) {
        case MGSL_MODE_MONOSYNC: val |= BIT14 + BIT13; break;