commit | 1f9db0921f212ad8fdf4bacfdf23590e64272f90 | [log] [tgz] |
---|---|---|
author | Liang Li <liang.li@windriver.com> | Sat Jan 19 17:52:11 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 20 16:03:21 2013 -0800 |
tree | 4d506202c55e2194a1559237c3e02ea5417a4ab0 | |
parent | 384e301e3519599b000c1a2ecd938b533fc15d85 [diff] |
pch_uart: add sysrq support When send break to the uart port, we always get 'frame error', but we can not just reset receive fifo in such case, otherwise the sysrq cmd will not be received correctly. When we handle sysrq output via pch_console_write, the priv lock has already been taken so no need to take the lock in pch_console_write. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>