From: Laurent Pinchart Date: Fri, 6 Dec 2013 09:59:19 +0000 (+0100) Subject: serial: sh-sci: Compute overrun_bit without using baud rate algo X-Git-Tag: cleanup-for-linus~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b545e4f40613be708ad660517f10c87423a09e8d;p=pandora-kernel.git 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 Acked-by: Greg Kroah-Hartman Signed-off-by: Simon Horman --- Reading git-diff-tree failed