Re: [PATCH v3 10/21] wifi: ath10k: Use iommu_paging_domain_alloc()

2024-06-19 Thread Jason Gunthorpe
On Mon, Jun 10, 2024 at 04:55:44PM +0800, Lu Baolu wrote: > An iommu domain is allocated in ath10k_fw_init() and is attached to > ar_snoc->fw.dev in the same function. Use iommu_paging_domain_alloc() to > make it explicit. > > Signed-off-by: Lu Baolu > Acked-by: Jeff Johnson > --- > drivers/net

[PATCH v3 10/21] wifi: ath10k: Use iommu_paging_domain_alloc()

2024-06-10 Thread Lu Baolu
An iommu domain is allocated in ath10k_fw_init() and is attached to ar_snoc->fw.dev in the same function. Use iommu_paging_domain_alloc() to make it explicit. Signed-off-by: Lu Baolu Acked-by: Jeff Johnson --- drivers/net/wireless/ath/ath10k/snoc.c | 6 +++--- 1 file changed, 3 insertions(+), 3