From: Fugang Duan Date: Fri, 19 Sep 2014 07:26:40 +0000 (+0800) Subject: serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control X-Git-Tag: fixes-for-v3.18-merge-window~14^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2f861ad00fc09dab955d22280c51cead795bca;p=pandora-kernel.git serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control when the 'CTSC' bit is negated. 'CTS' has no function when 'CTSC' is asserted. 0: The CTS pin is high (inactive) 1: The CTS pin is low (active) For throttle, it needs to clear 'CTS' and 'CTSC' bits. For unthrottle, it needs to enable 'CTS' and 'CTSC' bits. The patch just fix the issue. Signed-off-by: Fugang Duan Signed-off-by: Huang Shijie Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed