mbox series

[0/2] Don't call SCM interface for statically mapped msa region

Message ID 20191023094014.28683-1-govinds@codeaurora.org (mailing list archive)
Headers show
Series Don't call SCM interface for statically mapped msa region | expand

Message

Govind Singh Oct. 23, 2019, 9:40 a.m. UTC
For some targets ex: SC7180/QCS404, SCM permissions for MSA region is
statically configured in TrustZone fw. Add SCM call disable option
for such targets to avoid duplicate permissions.

Govind Singh (2):
  dt: bindings: add dt entry flag to skip SCM call for msa region
  ath10k: Don't call SCM interface for statically mapped msa region

 .../devicetree/bindings/net/wireless/qcom,ath10k.txt     | 4 ++++
 drivers/net/wireless/ath/ath10k/qmi.c                    | 9 +++++++++
 drivers/net/wireless/ath/ath10k/qmi.h                    | 1 +
 3 files changed, 14 insertions(+)