serial: imx: clean up imx_poll_put_char()
authorDaniel Thompson <daniel.thompson@linaro.org>
Tue, 28 Oct 2014 08:28:07 +0000 (09:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:23 +0000 (14:57 -0800)
commitf968ef34945f8e606c5d98ff330a5903785ea76a
treea2feca9ae84c3143c074c9a32fd05c13f88a3e0d
parent97f754710304382607417c700476007443cd96a4
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 <daniel.thompson@linaro.org>
Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Huang Shijie <b32955@freescale.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/imx.c
This page took 0.029751 seconds and 5 git commands to generate.