Re: [PATCH v1 0/2] iommu/vt-d: Remove dmar_readl(), etc

From: Baolu Lu

Date: Wed Apr 01 2026 - 03:11:55 EST


On 2/18/26 05:44, Bjorn Helgaas wrote:
Remove dmar_readl() and similar wrappers because they add nothing over
readl() and are used inconsistently.

dmar_writel() and dmar_writeq() swapped the order of the address and value
parameters, so I put those changes in a separate patch for ease of
reviewing. I'm happy to squash them if desired.

Bjorn Helgaas (2):
iommu/vt-d: Remove dmar_readl() and dmar_readq()
iommu/vt-d: Remove dmar_writel() and dmar_writeq()

Queued for iommu/next.

Thanks,
baolu