Re: [PATCH v2 11/22] ath10k: Use iommu_paging_domain_alloc()

2024-06-04 Thread Jeff Johnson
+ath10k list for viibility On 6/3/24 18:51, 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 --- drivers/net/wireless/ath/ath10k/snoc.c | 6 ++

Re: [PATCH v2 11/22] ath10k: Use iommu_paging_domain_alloc()

2024-06-04 Thread Jeff Johnson
On 6/3/24 18:51, 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 nit: although the subject prefix you used probably matches the prefix in git