Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225783
b: refs/heads/master
c: 5063e2c
h: refs/heads/master
i:
  225781: 2bbd281
  225779: 3ec5f1e
  225775: ee5b385
v: v3
  • Loading branch information
Russell King committed Jan 5, 2011
1 parent ebf78aa commit 2a27811
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: e8a7ba86ff993311f8712e5b3bb2e3892e82df5f
refs/heads/master: 5063e2c567ee569cccfc01ebf80c898cb4e6833a
4 changes: 4 additions & 0 deletions trunk/drivers/serial/amba-pl011.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ static int pl011_startup(struct uart_port *port)
cr = UART01x_CR_UARTEN | UART011_CR_RXE | UART011_CR_TXE;
writew(cr, uap->port.membase + UART011_CR);

/* Clear pending error interrupts */
writew(UART011_OEIS | UART011_BEIS | UART011_PEIS | UART011_FEIS,
uap->port.membase + UART011_ICR);

/*
* initialise the old status of the modem signals
*/
Expand Down

0 comments on commit 2a27811

Please sign in to comment.