Commit Graph

4 Commits

Author SHA1 Message Date
Will McVicker
6e972e85ea GKI: soc: qcom: sysmon-qmi: Enable qcom,sysmon-qmi as tristate
This allows the driver to be compiled as a module.

Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 143541374
Test: build, boot sm8250
Change-Id: Iad24aceed95c9e791a132715f822edf19ed1668d
2019-10-31 11:28:00 -07:00
Rishabh Bhatnagar
e9a05bb4d3 spdx: Modify spdx tag from GPL-2.0 to GPL-2.0-only
Modify spdx tag for all CAF authored files for Kona.

Change-Id: I9308c7189412b1e428a7f67ded0dc076b0e38254
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-12-10 11:09:45 -08:00
Isaac J. Manjarres
7ec762715e soc: qcom: sysmon-qmi: Fix duplicate BEFORE_POWERUP SSCTL events
Currently, when sending an SSCTL SSR event, the event is
obtained by blindly following a map from the notification ID
provided by the subsystem notifier framework to an SSCTL
SSR event.

Since all the entries in the map that are not explicitly defined
are initialized to 0 (SSCTL_SSR_EVENT_BEFORE_POWERUP), then
notifications, such as SUBSYS_PROXY_VOTE, that do not map
to an actual SSCTL event map to SSCTL_SSR_EVENT_BEFORE_POWERUP,
resulting in multiple SSCTL_SSR_EVENT_BEFORE_POWERUP
notifications being sent.

To avoid this, mark all the notification ID to SSCTL event
mappings that are not defined, as SSCTL_EVENT_SSR_INVALID,
and prior to sending an SSCTL SSR event for a notification ID,
check to ensure that the notification ID maps to a defined
SSCTL event.

Change-Id: If4e4fcd12f7acc6eb82f9776a9db8bc9066d3c4e
Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
2018-11-26 16:11:19 -08:00
Rishabh Bhatnagar
6ff955e258 soc: qcom: add snapshot of PIL, SSR, SYSMON and SERVICE LOCATOR
This is a snapshot of PIL, SSR ,SYSMON and SERVICE LOCATOR drivers
,header files and libraries as of msm-4.14 commit <55e5efd553c10ef>
(Merge "nl80211: Fix external_auth check for offloaded authentication")

Change-Id: Id973652bfa0cdcda5718a7fe3c76c50ce0d80352
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-06-27 11:31:20 -07:00