serial: imx: add imx_poll_init()
authorDaniel Thompson <daniel.thompson@linaro.org>
Tue, 28 Oct 2014 08:28:08 +0000 (09:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:23 +0000 (14:57 -0800)
commit6b8bdad961647ebbc3fec8130f6487ab9fddaef4
tree6ab3e3388fa194e45c8cb7269071bc75c5e63060
parentf968ef34945f8e606c5d98ff330a5903785ea76a
serial: imx: add imx_poll_init()

For the console poll usage, .poll_init() will perform deeper hardware
initialization to ensure the serial port is always active.

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