From: Daniel Thompson Date: Tue, 28 Oct 2014 08:28:07 +0000 (+0100) Subject: serial: imx: clean up imx_poll_put_char() X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f968ef34945f8e606c5d98ff330a5903785ea76a;p=pandora-kernel.git serial: imx: clean up imx_poll_put_char() imx_put_poll_char() has been simplified to remove the code to disable interrupts. The present code can corrupt register state when re-entered from FIQ handler. Switch to _relaxed() MMIO functions (which are safe for polled I/O and needed to avoid taking spin locks). Signed-off-by: Daniel Thompson Signed-off-by: Dirk Behme Cc: Jiri Slaby Cc: Huang Shijie Cc: linux-serial@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed