MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 22 Sep 2022 10:00:01 +0000 (12:00 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 22 Sep 2022 15:28:21 +0000 (17:28 +0200)
commit91fd38ea7589fd8276720c20eadacd980be8bbe4
tree1e9f7fcf0569fb172b72c4e7bd52fe7dfe8508f3
parent639205ed206f98fcfa826933946f0844615784ea
MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERS

Commit 78013eaadf69 ("x86: remove the IOMMU table infrastructure")
refactored the generic swiotlb/swiotlb-xen setup into pci-dma.c, but
misses to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
broken references.

As only include/linux/swiotlb.h is unique to the SWIOTLB SUBSYSTEM section
and Christoph is maintainer of DMA MAPPING HELPERS and SWIOTLB SUBSYSTEM,
just merge those two sections.

Leave the small architecture-dependent pieces to the arch maintainers.

Further, update the XEN SWIOTLB SUBSYSTEM to include all swiotlb-xen
headers and replace the pattern in drivers with the specific one file that
matches this pattern.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
MAINTAINERS