Files
i2som-imx-linux/drivers/tty
Fugang Duan 06cb621766 ENGR00330973 tty: serial: imx: Revert "ENGR00329833 tty: serial: imx: move irq request to .probe()"
Since the current driver enable AWAKE before system suspend in default,
after suspend, if user click console keys, it generates AWAKE interrupt,
in the irq handler, there have register access that cause system hang
since uart module/ipg clocks are disabled, and system cannot resume back.

This reverts commit 17e8a89dd95f8e777dd21dbb0c28eda0f4a69ba4.

Signed-off-by: Fugang Duan <B38611@freescale.com>
2017-09-28 19:49:10 -05:00
..