[ath6kl:pending] BUILD SUCCESS 39f1f4fc590acf87f3fd8c7fb7274689356fe6db

2020-03-25 Thread kbuild test robot
-20200324 i386 randconfig-f001-20200324 i386 randconfig-f002-20200324 i386 randconfig-f003-20200324 i386 randconfig-f001-20200325 i386 randconfig-f003-20200325 i386 randconfig-f002-20200325 x86_64

RE: [PATCH 1/3] dt-bindings: ath10k: Add wifi-firmware subnode for wifi node

2020-03-25 Thread pillair
Hi Kalle, I had tested it on a slightly older ath10k tree, and missed a few cleanup while rebasing it on the ath10k tree tip. I have now fixed these build errors and will send out v2 for this patchset. Thanks, Rakesh Pillai. > -Original Message- > From: Kalle Valo > Sent: Tuesday, Marc

[PATCH v2 0/3] Add support to handle targets without TrustZone

2020-03-25 Thread Rakesh Pillai
The iommu mapping for S2 SIDs are taken care by TrustZone. For the targets which does not have the support of TrustZone, these mappings need to be created in the driver using an iommu domain. Leaving these SIDs unconfigured will result in a global smmu fault. Hence configuring them for Non-TrustZo

[PATCH v2 1/3] dt-bindings: ath10k: Add wifi-firmware subnode for wifi node

2020-03-25 Thread Rakesh Pillai
Add a wifi-firmware subnode for the wifi node. This wifi-firmware subnode is needed for the targets which do not support TrustZone. Signed-off-by: Rakesh Pillai --- .../devicetree/bindings/net/wireless/qcom,ath10k.txt | 14 ++ 1 file changed, 14 insertions(+) diff --git a/Docu

[PATCH v2 2/3] ath10k: Setup the msa resources before qmi init

2020-03-25 Thread Rakesh Pillai
Move the msa resources setup out of qmi init and setup the msa resources as a part of probe before the qmi init is done. Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 Signed-off-by: Rakesh Pillai --- drivers/net/wireless/ath/ath10k/core.h | 5 +++ drivers/net/wireless/ath/ath1

[PATCH v2 3/3] ath10k: Add support for targets without trustzone

2020-03-25 Thread Rakesh Pillai
Add the support to attach and map iommu domain for targets which do not have the support of TrustZone. Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 Signed-off-by: Rakesh Pillai --- drivers/net/wireless/ath/ath10k/snoc.c | 118 - drivers/net/wire

[PATCH] ath10k: enable VHT160 and VHT80+80 modes

2020-03-25 Thread Sowmiya Sree Elavalagan
From: Lei Wang Set right channel frequencies in VHT160 mode according to the VHT160 interoperability workaround added as part of IEEE Std 802.11™-2016 in "Table 9-252—VHT Operation Information subfields", band_center_freq2 corresponds to CCFS1 in Table 9-253. Previous implementation (band_center_

[PATCH] ath10k: enable radar detection in secondary segment

2020-03-25 Thread Sowmiya Sree Elavalagan
From: Lei Wang Enable radar detection in secondary segment for VHT160 and VHT80+80 mode on DFS channels. Otherwise, when injecting radar pulse in the secondary segment, the DUT can't detect radar pulse. Tested: qca9984 with firmware ver 10.4-3.10-00047 Signed-off-by: Lei Wang Signed-off-by: So