aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/omap-serial.c')
-rw-r--r--drivers/tty/serial/omap-serial.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index c994ace..bfaf5d1 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1488,14 +1488,6 @@ int omap_uart_recalibrate_baud_cb(struct notifier_block *nb,
case CLK_PRE_RATE_CHANGE:
for (portid = 0 ; portid < OMAP_MAX_HSUART_PORTS ; portid++) {
up = ui[portid];
- /* If Console, Stop from here, till the Frequencies
- * Change.
- */
- if (omap_is_console_port(&up->port)) {
- while (is_console_locked())
- usleep_range(100, 300);
- console_stop(up->port.cons);
- }
/* If the device uses the RTS based controlling,
* Pull Up the signal to stop transaction. As the
* Clocks are not disabled. It even if the data
@@ -1571,9 +1563,6 @@ int omap_uart_recalibrate_baud_cb(struct notifier_block *nb,
serial_omap_port_disable(up);
}
- if (omap_is_console_port(&up->port))
- console_start(up->port.cons);
-
if (up->rts_mux_driver_control)
omap_rts_mux_write(0, up->port.line);
}