summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPuja Gupta <pujag@codeaurora.org>2017-02-08 14:30:34 -0800
committerPrashanth Bhatta <bhattap@codeaurora.org>2017-02-09 16:40:17 -0800
commit97daa00ee4a585fdc289e772ef5357c2b6e240c3 (patch)
treebab9076924c7a5e5ab9c255504a0434213ee4030 /include
parentdd6494d94ef819c093157f73a314e9927305d305 (diff)
soc: qcom: Add ssr states to service notifier notifications
Add more refined states with service notifier notification for clients to be able to distinguish between different error scenarios. CRs-Fixed: 2004229 Change-Id: Ibae1f2b0ba03f8cdcb14398d7d35b007fac1a150 Signed-off-by: Puja Gupta <pujag@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/service-notifier.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/soc/qcom/service-notifier.h b/include/soc/qcom/service-notifier.h
index 0106801fc173..740f7f644a02 100644
--- a/include/soc/qcom/service-notifier.h
+++ b/include/soc/qcom/service-notifier.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -25,9 +25,12 @@ enum qmi_servreg_notif_service_state_enum_type_v01 {
};
enum pd_subsys_state {
- CRASHED,
- SHUTDOWN,
- UNKNOWN,
+ ROOT_PD_DOWN,
+ ROOT_PD_UP,
+ ROOT_PD_ERR_FATAL,
+ ROOT_PD_WDOG_BITE,
+ ROOT_PD_SHUTDOWN,
+ USER_PD_STATE_CHANGE,
};
#if defined(CONFIG_MSM_SERVICE_NOTIFIER)