aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2014-08-19 09:07:56 -0400
committerDan Williams <dan.j.williams@intel.com>2014-08-22 09:18:25 -0400
commit08223d80df38e666a42d7c82eb340db55c6e03bd (patch)
tree353d66b4fe282b932b50d1cbeedce9e0e2bf0208 /MAINTAINERS
parent8e1f50d7433b9a6e52cb296943f53c3ce8189ea5 (diff)
dmaengine maintainer update
I am stepping down as dmaengine maintainer as the bulk of the activity in the subsystem is primarily targeted at the slave-dma case handled by Vinod, and I have recently been unable to give the few patches I do receive timely review. There is still an item in my backlog to eliminate the async_tx api and the constraints it poses on dmaengine drivers, but I need not hold on to the maintainer role in the meantime. I will still be subscribed to dmaengine@vger.kernel.org to answer questions, but all patches should be routed through Vinod unless/until a maintainer for the non-slave-dma use case arrives. It is non-entirely clear at this point that there is enough work going forward for a separate maintainer of the pure-offload case. Ongoing development of the ioatdma driver is handled by Dave. I'm still interested in reviewing ioatdma patches, but he is the primary maintainer/developer going forward. IOP platforms are not generating any traffic in my inbox, but if a patch did arrive I've long since lost access to hardware. Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Vinod Koul <vinod.koul@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS19
1 files changed, 6 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b3fdb0f004ba..8873ca652521 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -970,24 +970,20 @@ F: arch/arm/mach-pxa/colibri-pxa270-income.c
970 970
971ARM/INTEL IOP32X ARM ARCHITECTURE 971ARM/INTEL IOP32X ARM ARCHITECTURE
972M: Lennert Buytenhek <kernel@wantstofly.org> 972M: Lennert Buytenhek <kernel@wantstofly.org>
973M: Dan Williams <dan.j.williams@intel.com>
974L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 973L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975S: Maintained 974S: Maintained
976 975
977ARM/INTEL IOP33X ARM ARCHITECTURE 976ARM/INTEL IOP33X ARM ARCHITECTURE
978M: Dan Williams <dan.j.williams@intel.com>
979L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 977L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980S: Maintained 978S: Orphan
981 979
982ARM/INTEL IOP13XX ARM ARCHITECTURE 980ARM/INTEL IOP13XX ARM ARCHITECTURE
983M: Lennert Buytenhek <kernel@wantstofly.org> 981M: Lennert Buytenhek <kernel@wantstofly.org>
984M: Dan Williams <dan.j.williams@intel.com>
985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 982L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986S: Maintained 983S: Maintained
987 984
988ARM/INTEL IQ81342EX MACHINE SUPPORT 985ARM/INTEL IQ81342EX MACHINE SUPPORT
989M: Lennert Buytenhek <kernel@wantstofly.org> 986M: Lennert Buytenhek <kernel@wantstofly.org>
990M: Dan Williams <dan.j.williams@intel.com>
991L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 987L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992S: Maintained 988S: Maintained
993 989
@@ -1012,7 +1008,6 @@ F: drivers/pcmcia/pxa2xx_stargate2.c
1012 1008
1013ARM/INTEL XSC3 (MANZANO) ARM CORE 1009ARM/INTEL XSC3 (MANZANO) ARM CORE
1014M: Lennert Buytenhek <kernel@wantstofly.org> 1010M: Lennert Buytenhek <kernel@wantstofly.org>
1015M: Dan Williams <dan.j.williams@intel.com>
1016L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1011L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017S: Maintained 1012S: Maintained
1018 1013
@@ -1444,9 +1439,9 @@ F: drivers/platform/x86/asus*.c
1444F: drivers/platform/x86/eeepc*.c 1439F: drivers/platform/x86/eeepc*.c
1445 1440
1446ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 1441ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1447M: Dan Williams <dan.j.williams@intel.com> 1442R: Dan Williams <dan.j.williams@intel.com>
1448W: http://sourceforge.net/projects/xscaleiop 1443W: http://sourceforge.net/projects/xscaleiop
1449S: Maintained 1444S: Odd fixes
1450F: Documentation/crypto/async-tx-api.txt 1445F: Documentation/crypto/async-tx-api.txt
1451F: crypto/async_tx/ 1446F: crypto/async_tx/
1452F: drivers/dma/ 1447F: drivers/dma/
@@ -2778,13 +2773,11 @@ T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2778 2773
2779DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 2774DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2780M: Vinod Koul <vinod.koul@intel.com> 2775M: Vinod Koul <vinod.koul@intel.com>
2781M: Dan Williams <dan.j.williams@intel.com>
2782L: dmaengine@vger.kernel.org 2776L: dmaengine@vger.kernel.org
2783Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ 2777Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
2784S: Supported 2778S: Maintained
2785F: drivers/dma/ 2779F: drivers/dma/
2786F: include/linux/dma* 2780F: include/linux/dma*
2787T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2788T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) 2781T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2789 2782
2790DME1737 HARDWARE MONITOR DRIVER 2783DME1737 HARDWARE MONITOR DRIVER
@@ -4500,8 +4493,8 @@ F: arch/x86/kernel/microcode_core.c
4500F: arch/x86/kernel/microcode_intel.c 4493F: arch/x86/kernel/microcode_intel.c
4501 4494
4502INTEL I/OAT DMA DRIVER 4495INTEL I/OAT DMA DRIVER
4503M: Dan Williams <dan.j.williams@intel.com>
4504M: Dave Jiang <dave.jiang@intel.com> 4496M: Dave Jiang <dave.jiang@intel.com>
4497R: Dan Williams <dan.j.williams@intel.com>
4505L: dmaengine@vger.kernel.org 4498L: dmaengine@vger.kernel.org
4506Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ 4499Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4507S: Supported 4500S: Supported
@@ -4516,7 +4509,7 @@ F: drivers/iommu/intel-iommu.c
4516F: include/linux/intel-iommu.h 4509F: include/linux/intel-iommu.h
4517 4510
4518INTEL IOP-ADMA DMA DRIVER 4511INTEL IOP-ADMA DMA DRIVER
4519M: Dan Williams <dan.j.williams@intel.com> 4512R: Dan Williams <dan.j.williams@intel.com>
4520S: Odd fixes 4513S: Odd fixes
4521F: drivers/dma/iop-adma.c 4514F: drivers/dma/iop-adma.c
4522 4515