summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShashank Mittal <mittals@codeaurora.org>2015-05-20 14:37:36 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-16 20:10:24 -0700
commiteb3bb2fc3388a9b1aa069d2f5fc996f28d414159 (patch)
treeaca5634c6636f51798acb9a6d9f165aa642272fe /include
parentef0aa942f0587bf3933411893a0a43b194e9ff95 (diff)
qcom: common_log: add support to dump VSENSE registers
Allocate memory to dump VSENSE registers at the time of crash. Change-Id: Ibd896873bc40b723071c66ca7cf1a4bc9b38ad5e Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/memory_dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/memory_dump.h b/include/soc/qcom/memory_dump.h
index 72233d40c027..1fee269d353e 100644
--- a/include/soc/qcom/memory_dump.h
+++ b/include/soc/qcom/memory_dump.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012, 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012, 2014-2015, 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
@@ -77,6 +77,7 @@ enum msm_dump_data_ids {
MSM_DUMP_DATA_PMIC = 0xE4,
MSM_DUMP_DATA_DBGUI_REG = 0xE5,
MSM_DUMP_DATA_MISC = 0xE8,
+ MSM_DUMP_DATA_VSENSE = 0xE9,
MSM_DUMP_DATA_TMC_ETF = 0xF0,
MSM_DUMP_DATA_TMC_REG = 0x100,
MSM_DUMP_DATA_LOG_BUF = 0x110,