git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc0374
)
pch_uart: Fix rx error interrupt setting issue
author
Tomoya MORINAGA
<tomoya.rohm@gmail.com>
Fri, 6 Jul 2012 08:19:42 +0000
(17:19 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 26 Jul 2012 20:37:14 +0000
(13:37 -0700)
Rx Error interrupt(E.G. parity error) is not enabled.
So, when parity error occurs, error interrupt is not occurred.
As a result, the received data is not dropped.
This patch adds enable/disable rx error interrupt code.
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found