serial: suncore: Fix RSC/LOM handling in sunserial_console_termios().
commitd96dc1bbc3a283da689c2ffd3c285056749c1956
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 22:09:56 +0000 (24 14:09 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 21:44:01 +0000 (18 13:44 -0800)
tree33565c6482168c61d7e138245e6d0e2400dcebfb
parentb4570691ba0d353bd98f5314685a7d9aa1e4b2db
serial: suncore: Fix RSC/LOM handling in sunserial_console_termios().

[ Upstream commit 457931de3b0925dc2eb941bc7d611a509be36dff ]

RSC and LOM devices have fixed speed settings.

We already had some code to match and handle "rsc" named devices on
E250 systems, but we also have to handle 'rsc-console', 'rsc-control',
and 'lom-console'.

Also, in order to get this right regardless of what 'output-device'
happens to be, explicitly pass the UART device node pointer to this
routine.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/suncore.c
drivers/serial/suncore.h
drivers/serial/sunhv.c
drivers/serial/sunsab.c
drivers/serial/sunzilog.c