Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325743
b: refs/heads/master
c: 851b714
h: refs/heads/master
i:
  325741: c7f8e63
  325739: c3768b9
  325735: 6829f24
  325727: 4e0212d
v: v3
  • Loading branch information
Huang Shijie authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent a1d7d12 commit da474ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37cd0c994fc8ecbfb258c4be2442d9d6f31447ea
refs/heads/master: 851b714b29db0e394c293170e714f90a778060ad
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/mxs-auart.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,11 @@ static void mxs_auart_shutdown(struct uart_port *u)

writel(AUART_CTRL2_UARTEN, u->membase + AUART_CTRL2_CLR);

writel(AUART_CTRL0_CLKGATE, u->membase + AUART_CTRL0_SET);

writel(AUART_INTR_RXIEN | AUART_INTR_RTIEN | AUART_INTR_CTSMIEN,
u->membase + AUART_INTR_CLR);

writel(AUART_CTRL0_CLKGATE, u->membase + AUART_CTRL0_SET);

clk_disable_unprepare(s->clk);
}

Expand Down

0 comments on commit da474ae

Please sign in to comment.