summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAnurag Chouhan <achouhan@qti.qualcomm.com>2017-06-08 18:26:56 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-13 22:51:19 -0700
commit92dc4179ca1268567d764c8454a701af328e0697 (patch)
treea100b0b734744332506e4e31c425e8a1782e34d8 /include/soc
parentf32e95c6374b76de8f94a3839a25a6357ddfa19e (diff)
icnss: Change MSA permissions to collect dump
With certain senarios such as error FATAL, WBOG Bite in modem WLAN hardware is still alive, while trying to collect the dump platform driver is removing the MSA permissions from MSS and WLAN Hardware to HLOS, at the same time if WLAN Hardware is trying to access the MSA region which results into SNOC error To avoid such senarios instead of removing MSS and WLAN permissions MSA is assigned HLOS permissions as well and once the ramdump is collected HLOS permissions will be removed. Change-Id: Ic71e0fa8c064fd70dad9958187244909cbb80c0a CRs-fixed: 2048531 Signed-off-by: Anurag Chouhan <achouhan@qti.qualcomm.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/icnss.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 0764b9e26962..241ddd176636 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -83,13 +83,6 @@ struct icnss_wlan_enable_cfg {
struct icnss_shadow_reg_cfg *shadow_reg_cfg;
};
-/* MSA Memory Regions Information */
-struct icnss_mem_region_info {
- uint64_t reg_addr;
- uint32_t size;
- uint8_t secure_flag;
-};
-
/* driver modes */
enum icnss_driver_mode {
ICNSS_MISSION,