OSDN Git Service

tty: serial: msm_serial: Add support for suspend/resume
authorPascal Huerst <pascal.huerst@gmail.com>
Wed, 11 Apr 2018 11:50:45 +0000 (13:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2018 15:32:43 +0000 (17:32 +0200)
commit7a91e382974c2d75c8a49022c361113c7d8f4935
tree7389e9d1c13098a9ba2a6d7baea5d971616c7565
parenta406c4b8097473a1294ab056e65df801382b8f28
tty: serial: msm_serial: Add support for suspend/resume

Without this, tx stops working after resume. By adding
these calls, everything seems to work fine.

Signed-off-by: Pascal Huerst <pascal.huerst@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/msm_serial.c