diff options
author | M Chetan Kumar <m.chetan.kumar@linux.intel.com> | 2022-11-07 10:35:02 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-11-09 17:00:25 +0300 |
commit | 035e3befc191347331dd2530c3686e05a8acfbb2 (patch) | |
tree | 8c6a49fbca80df77e02c7383f675e07bbe1ed223 /tools/perf/scripts/python/syscall-counts.py | |
parent | d38a648d2d6cc7bee11c6f533ff9426a00c2a74c (diff) | |
download | linux-035e3befc191347331dd2530c3686e05a8acfbb2.tar.xz |
net: wwan: iosm: fix driver not working with INTEL_IOMMU disabled
With INTEL_IOMMU disable config or by forcing intel_iommu=off from
grub some of the features of IOSM driver like browsing, flashing &
coredump collection is not working.
When driver calls DMA API - dma_map_single() for tx transfers. It is
resulting in dma mapping error.
Set the device DMA addressing capabilities using dma_set_mask() and
remove the INTEL_IOMMU dependency in kconfig so that driver follows
the platform config either INTEL_IOMMU enable or disable.
Fixes: f7af616c632e ("net: iosm: infrastructure")
Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions