diff options
author | Christoph Hellwig <hch@lst.de> | 2018-06-12 13:01:45 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-06-14 02:50:37 -0400 |
commit | cf65a0f6f6ff7631ba0ac0513a14ca5b65320d80 (patch) | |
tree | a81edcdf00e5a6e99fc2064fbcd9de4f33a4684f /MAINTAINERS | |
parent | e37460c1ca08cf9d3b82eb3b6f205888d8d01182 (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-- | MAINTAINERS | 9 |
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 | |||
4359 | T: git git://git.infradead.org/users/hch/dma-mapping.git | 4359 | T: git git://git.infradead.org/users/hch/dma-mapping.git |
4360 | W: http://git.infradead.org/users/hch/dma-mapping.git | 4360 | W: http://git.infradead.org/users/hch/dma-mapping.git |
4361 | S: Supported | 4361 | S: Supported |
4362 | F: lib/dma-debug.c | 4362 | F: kernel/dma/ |
4363 | F: lib/dma-direct.c | ||
4364 | F: lib/dma-noncoherent.c | ||
4365 | F: lib/dma-virt.c | ||
4366 | F: drivers/base/dma-mapping.c | ||
4367 | F: drivers/base/dma-coherent.c | ||
4368 | F: include/asm-generic/dma-mapping.h | 4363 | F: include/asm-generic/dma-mapping.h |
4369 | F: include/linux/dma-direct.h | 4364 | F: include/linux/dma-direct.h |
4370 | F: include/linux/dma-mapping.h | 4365 | F: include/linux/dma-mapping.h |
@@ -13642,7 +13637,7 @@ M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | |||
13642 | L: iommu@lists.linux-foundation.org | 13637 | L: iommu@lists.linux-foundation.org |
13643 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git | 13638 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git |
13644 | S: Supported | 13639 | S: Supported |
13645 | F: lib/swiotlb.c | 13640 | F: kernel/dma/swiotlb.c |
13646 | F: arch/*/kernel/pci-swiotlb.c | 13641 | F: arch/*/kernel/pci-swiotlb.c |
13647 | F: include/linux/swiotlb.h | 13642 | F: include/linux/swiotlb.h |
13648 | 13643 | ||