commit | 8bcaeab611af3978a505e7097b0fd34ed4d87425 | [log] [tgz] |
---|---|---|
author | Vatsal Bucha <vbucha@codeaurora.org> | Thu Oct 31 11:45:36 2019 +0530 |
committer | Aditya Bavanari <abavanar@codeaurora.org> | Mon Nov 18 15:16:03 2019 +0530 |
tree | 7191331c1ef5dd1d61b6711b431144718d9f1b71 | |
parent | 7ae9fa55cdc898f3a083b69ab612a0f65d7488b1 [diff] |
soc: swr-mstr: Fix unbalanced enable for wakeup irq Enable IRQ for wakeup is called multiple times resulting in throttling. This is because irq is not disabled after enablement. Disable wakeup irq in runtime resume to fix the issue. Also add check so that irq is not disabled more than once. Change-Id: Ib5b7493298beb3ca4bcf78b2adbd7d4ac9ce6111 Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>