From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail25.static.mailgun.info ([104.130.122.25]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1inNFa-0000BZ-Ef for ath10k@lists.infradead.org; Fri, 03 Jan 2020 13:44:28 +0000 From: Govind Singh Subject: [PATCH v3 0/2] Don't call SCM interface for statically mapped msa region Date: Fri, 3 Jan 2020 19:14:12 +0530 Message-Id: <20200103134414.15457-1-govinds@codeaurora.org> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: robh@kernel.org, devicetree@vger.kernel.org, ath10k@lists.infradead.org Cc: Govind Singh , linux-wireless@vger.kernel.org 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. Change since v2: rename flag to "qcom,msa-fixed-perm". Change since v1: Added devicetree list for review. 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(+) -- 2.22.0 _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k