mbox series

[0/1] iommu/riscv: Support sharing irq lines between iommu queues

Message ID 20240701072908.25503-1-luxu.kernel@bytedance.com (mailing list archive)
Headers show
Series iommu/riscv: Support sharing irq lines between iommu queues | expand

Message

Xu Lu July 1, 2024, 7:29 a.m. UTC
This is an additional patch for Tomasz Jeznach's riscv iommu driver
patch series[1].

It seems that when the number of wired irq lines is less than the number
of iommu queues, iommu platform driver does not assign virtual irqs for
iommu queues whose id exceeds the total number of irq lines.

If it is a problem worth fixing, please feel free to merge this patch
into existing commits. And please ignore this patch if we don't think
it is a problem.

[1] link: https://lore.kernel.org/all/cover.1718388908.git.tjeznach@rivosinc.com/

Xu Lu (1):
  iommu/riscv: Support sharing irq lines between iommu queues

 drivers/iommu/riscv/iommu-platform.c | 4 ++++
 1 file changed, 4 insertions(+)