extcon: usb-gpio: Remove disable irq operation in system sleep
authorBruce Chen <bruce.chen@unisoc.com>
Thu, 3 Mar 2022 07:36:03 +0000 (15:36 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 13 May 2022 08:03:40 +0000 (17:03 +0900)
commit68be7a5f281d50ee6572c8475ac6f1f99e0b1d1a
tree5d50b2ad1129f5551142f47ebb4a6820422a94d6
parent6506f6a0208d684e77832ccd83684ee5f259a19a
extcon: usb-gpio: Remove disable irq operation in system sleep

If disable vbus/id irq, it will lead to wakeup system fail
in unisoc platform. In unisoc platform, Irq enable and irq
wakeup are the same interrupt line. So remove disable vbus/id
irq operation is a way to solve the issue.

Signed-off-by: Bruce Chen <bruce.chen@unisoc.com>
Acked-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usb-gpio.c