From: Shreshtha Kumar Sahu Date: Wed, 18 Jan 2012 10:23:59 +0000 (+0530) Subject: amba-pl011: do not disable RTS during shutdown X-Git-Tag: v3.3-rc2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d8ffa477831b713ddfa2ad4d0ca545f3b567e5;p=pandora-kernel.git amba-pl011: do not disable RTS during shutdown In present driver, shutdown clears RTS and DTR in CR register. But the documentation "Documentation/serial/driver" suggests not to disable RTS and DTR in shutdown(). Also RTS and DTR is preserved between shutdown and startup calls, i.e. these are restored in startup if they were enabled while doing shutdown. So that if RTS and DTR are set using pl011_set_mctrl then it should continue even after shutdown->startup sequence. For throttling/unthrottling user should call pl011_set_mctrl. Signed-off-by: Shreshtha Kumar Sahu Acked-by: Linus Walleij Acked-by: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed