Message ID | aafdd8ccf01206a81af00087fca8e6e072ac1319.1556043127.git.gustavo.pimentel@synopsys.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | dmaengine: Add Synopsys eDMA IP driver (version 0) | expand |
diff --git a/MAINTAINERS b/MAINTAINERS index e17ebf7..32222b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4513,6 +4513,13 @@ L: linux-mtd@lists.infradead.org S: Supported F: drivers/mtd/nand/raw/denali* +DESIGNWARE EDMA CORE IP DRIVER +M: Gustavo Pimentel <gustavo.pimentel@synopsys.com> +L: dmaengine@vger.kernel.org +S: Maintained +F: drivers/dma/dw-edma/ +F: include/linux/dma/edma.h + DESIGNWARE USB2 DRD IP DRIVER M: Minas Harutyunyan <hminas@synopsys.com> L: linux-usb@vger.kernel.org
Add Synopsys eDMA IP driver maintainer. This driver aims to support Synopsys eDMA IP and is normally distributed along with Synopsys PCIe EndPoint IP (depends of the use and licensing agreement). Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com> Cc: Vinod Koul <vkoul@kernel.org> Cc: Eugeniy Paltsev <paltsev@synopsys.com> Cc: Joao Pinto <jpinto@synopsys.com> --- Changes: RFC v1->RFC v2: - No changes RFC v2->RFC v3: - Rebase to v5.0-rc1 RFC v3->RFC v4: - No changes RFC v4->RFC v5: - Patch resended, forgot to replace of '___' by '---' and to remove duplicate signed-off RFC v5->RFC v6: - Following patch version MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)