* - synclink_gt-leave-transmitter-in-reset-state-after-configuration.patch removed from -mm tree
@ 2008-07-21 21:34 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-07-21 21:34 UTC (permalink / raw)
To: paulkf, alan, mm-commits
The patch titled
synclink_gt: leave transmitter in reset state after configuration
has been removed from the -mm tree. Its filename was
synclink_gt-leave-transmitter-in-reset-state-after-configuration.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: synclink_gt: leave transmitter in reset state after configuration
From: Paul Fulghum <paulkf@microgate.com>
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>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/char/synclink_gt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/char/synclink_gt.c~synclink_gt-leave-transmitter-in-reset-state-after-configuration drivers/char/synclink_gt.c
--- a/drivers/char/synclink_gt.c~synclink_gt-leave-transmitter-in-reset-state-after-configuration
+++ a/drivers/char/synclink_gt.c
@@ -4149,7 +4149,7 @@ static void sync_mode(struct slgt_info *
* 01 enable
* 00 auto-CTS enable
*/
- val = 0;
+ val = BIT2;
switch(info->params.mode) {
case MGSL_MODE_MONOSYNC: val |= BIT14 + BIT13; break;
_
Patches currently in -mm which might be from paulkf@microgate.com are
linux-next.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-21 21:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 21:34 - synclink_gt-leave-transmitter-in-reset-state-after-configuration.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox