summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-06-12 13:01:45 -0400
committerChristoph Hellwig <hch@lst.de>2018-06-14 02:50:37 -0400
commitcf65a0f6f6ff7631ba0ac0513a14ca5b65320d80 (patch)
treea81edcdf00e5a6e99fc2064fbcd9de4f33a4684f /MAINTAINERS
parente37460c1ca08cf9d3b82eb3b6f205888d8d01182 (diff)
dma-mapping: move all DMA mapping code to kernel/dma
Currently the code is split over various files with dma- prefixes in the lib/ and drives/base directories, and the number of files keeps growing. Move them into a single directory to keep the code together and remove the file name prefixes. To match the irq infrastructure this directory is placed under the kernel/ directory. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 2 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c13b9fb3be0b..a6844a9e2f64 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4359,12 +4359,7 @@ L: iommu@lists.linux-foundation.org
4359T: git git://git.infradead.org/users/hch/dma-mapping.git 4359T: git git://git.infradead.org/users/hch/dma-mapping.git
4360W: http://git.infradead.org/users/hch/dma-mapping.git 4360W: http://git.infradead.org/users/hch/dma-mapping.git
4361S: Supported 4361S: Supported
4362F: lib/dma-debug.c 4362F: kernel/dma/
4363F: lib/dma-direct.c
4364F: lib/dma-noncoherent.c
4365F: lib/dma-virt.c
4366F: drivers/base/dma-mapping.c
4367F: drivers/base/dma-coherent.c
4368F: include/asm-generic/dma-mapping.h 4363F: include/asm-generic/dma-mapping.h
4369F: include/linux/dma-direct.h 4364F: include/linux/dma-direct.h
4370F: include/linux/dma-mapping.h 4365F: include/linux/dma-mapping.h
@@ -13642,7 +13637,7 @@ M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13642L: iommu@lists.linux-foundation.org 13637L: iommu@lists.linux-foundation.org
13643T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git 13638T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
13644S: Supported 13639S: Supported
13645F: lib/swiotlb.c 13640F: kernel/dma/swiotlb.c
13646F: arch/*/kernel/pci-swiotlb.c 13641F: arch/*/kernel/pci-swiotlb.c
13647F: include/linux/swiotlb.h 13642F: include/linux/swiotlb.h
13648 13643