]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: sccnxp: Reset break and overrun bits in RX handler
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 21 Jan 2013 15:38:56 +0000 (19:38 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 21:56:46 +0000 (13:56 -0800)
commitf548b96de684c86c72cd7ba019c03a7afe94fd53
tree3e00af206200172b911ccc8c7b8294230b52a0ad
parentc098020d0368ded1c6ba8d7b612feffe067509a6
serial: sccnxp: Reset break and overrun bits in RX handler

This patch adds a hardware reset the break and overflow bits for
these events. Without resetting the bits they will be reported to
the core every time, when once occur.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sccnxp.c