commit | e48113734da53eb951ee15d8b5f36bf58349cf89 | [log] [tgz] |
---|---|---|
author | Dhoat Harpal <hdhoat@codeaurora.org> | Mon Dec 18 21:05:20 2017 +0530 |
committer | Dhoat Harpal <hdhoat@codeaurora.org> | Mon Apr 09 18:33:58 2018 +0530 |
tree | bed4eae114a6d2742ef5ffa0f2deb45b307ce5e2 | |
parent | ad8801e61f6f613f5d5133295a422f664d728974 [diff] |
soc: qcom: glink: Add sub system up notification in glink Glink does not wait for pil to inform about subsystem up. It triggers link up on first interrupt processed after ssr, this can cause stability issues if some delayed interrupt is processed after ssr. Glink waits for PIL to notify about subsystem up and initializes its state only after that. CRs-Fixed: 2165753 Change-Id: I71614e6d7e68bf2fa12ac7f27894492019bd3829 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>