commit | b545e4f40613be708ad660517f10c87423a09e8d | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Dec 06 10:59:19 2013 +0100 |
committer | Simon Horman <horms+renesas@verge.net.au> | Tue Dec 24 11:17:52 2013 +0900 |
tree | a44ccfea3239a47d05178a18622ec207cd69e65e | |
parent | 520402bbc6fe328ae28e08bfc87a2b1eb7f10b2c [diff] |
serial: sh-sci: Compute overrun_bit without using baud rate algo The overrun bit index is a property of the hardware. It's currently computed based on a different and unrelated hardware property, the baud rate calculation algorithm. Compute it using hardware identification information only. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>