[COMMON] serial: samsung: Add interrupt masking before enable the channel & remove...
authorKyungwoo Kang <kwoo.kang@samsung.com>
Wed, 25 Apr 2018 08:51:28 +0000 (17:51 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Wed, 30 May 2018 04:35:59 +0000 (13:35 +0900)
commitde71e9bdbb8c2d9d1cf91c32e03a5609745ac7b5
treebbe462c13810e607211f4845df26931c5ee1e024
parent4d69a3f3d49703f9ddd0790a7b2c15b9a7a765ea
[COMMON] serial: samsung: Add interrupt masking before enable the channel & remove duplicaed function call.

1. If the UART channel is located in non-alive block, SFR values go to
the reset value after the system power mode. So the interrupt
should be masked before enabling the channel otherwise Tx interrupt
will be occurred without any purpose.

2. UART channel reset is called twice when resume sequence, so we
decided to remove one of reset function call.

Change-Id: Ie84c51b0c97c572d48d302b43ec3ee64ee5ea597
Signed-off-by: Kyungwoo Kang <kwoo.kang@samsung.com>
drivers/tty/serial/samsung.c