Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259328
b: refs/heads/master
c: 40eb0de
h: refs/heads/master
v: v3
  • Loading branch information
Jongpill Lee authored and Greg Kroah-Hartman committed Jul 1, 2011
1 parent b163d0e commit 046746b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5568181f188ae9485a0cdbea5ea48f63d186a298
refs/heads/master: 40eb0de5ba7e88e30349f336a38cf22016b8c07f
4 changes: 4 additions & 0 deletions trunk/drivers/tty/serial/s5pv210.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/init.h>
#include <linux/serial_core.h>
#include <linux/serial.h>
#include <linux/delay.h>

#include <asm/irq.h>
#include <mach/hardware.h>
Expand Down Expand Up @@ -83,6 +84,9 @@ static int s5pv210_serial_resetport(struct uart_port *port,
wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
wr_regl(port, S3C2410_UFCON, cfg->ufcon);

/* It is need to delay When reset FIFO register */
udelay(1);

return 0;
}

Expand Down

0 comments on commit 046746b

Please sign in to comment.