All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support to handle targets without TrustZone
@ 2020-03-25 11:01 ` Rakesh Pillai
  0 siblings, 0 replies; 14+ messages in thread
From: Rakesh Pillai @ 2020-03-25 11:01 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, devicetree, linux-kernel, 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-TrustZone targets
is mandatory.

Changes from v1:
- Rebase and fix compilation errors on latest ath10k tree tip

Rakesh Pillai (3):
  dt-bindings: ath10k: Add wifi-firmware subnode for wifi node
  ath10k: Setup the msa resources before qmi init
  ath10k: Add support for targets without trustzone

 .../bindings/net/wireless/qcom,ath10k.txt          |  14 ++
 drivers/net/wireless/ath/ath10k/core.h             |   5 +
 drivers/net/wireless/ath/ath10k/qmi.c              |  61 +------
 drivers/net/wireless/ath/ath10k/qmi.h              |   3 -
 drivers/net/wireless/ath/ath10k/snoc.c             | 182 ++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/snoc.h             |   7 +
 6 files changed, 208 insertions(+), 64 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-04-15 17:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 11:01 [PATCH v2 0/3] Add support to handle targets without TrustZone Rakesh Pillai
2020-03-25 11:01 ` Rakesh Pillai
2020-03-25 11:01 ` [PATCH v2 1/3] dt-bindings: ath10k: Add wifi-firmware subnode for wifi node Rakesh Pillai
2020-03-25 11:01   ` Rakesh Pillai
2020-03-31 21:40   ` Rob Herring
2020-03-31 21:40     ` Rob Herring
2020-04-01  7:30     ` pillair
2020-04-01  7:30       ` pillair
2020-03-25 11:01 ` [PATCH v2 2/3] ath10k: Setup the msa resources before qmi init Rakesh Pillai
2020-03-25 11:01   ` Rakesh Pillai
2020-03-25 11:01 ` [PATCH v2 3/3] ath10k: Add support for targets without trustzone Rakesh Pillai
2020-03-25 11:01   ` Rakesh Pillai
2020-04-15 17:33   ` pillair
2020-04-15 17:33     ` pillair

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.