Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283579
b: refs/heads/master
c: d39ec6c
h: refs/heads/master
i:
  283577: f7125bc
  283575: fccdbad
v: v3
  • Loading branch information
Paul Mundt committed Nov 24, 2011
1 parent d19414d commit abf11f8
Show file tree
Hide file tree
Showing 2 changed files with 8 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: d97fbbed6e5bb37df75be8993bb0c61adb7d3558
refs/heads/master: d39ec6ce34f130d582880d1f3cbe2b38e723cafe
9 changes: 7 additions & 2 deletions trunk/drivers/tty/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1465,12 +1465,17 @@ static void sci_stop_rx(struct uart_port *port)

static void sci_enable_ms(struct uart_port *port)
{
/* Nothing here yet .. */
/*
* Not supported by hardware, always a nop.
*/
}

static void sci_break_ctl(struct uart_port *port, int break_state)
{
/* Nothing here yet .. */
/*
* Not supported by hardware. Most parts couple break and rx
* interrupts together, with break detection always enabled.
*/
}

#ifdef CONFIG_SERIAL_SH_SCI_DMA
Expand Down

0 comments on commit abf11f8

Please sign in to comment.