From patchwork Mon Feb 11 17:03:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Pimentel X-Patchwork-Id: 10806343 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 842386C2 for ; Mon, 11 Feb 2019 17:04:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B4462947C for ; Mon, 11 Feb 2019 17:04:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5F41F2A4FE; Mon, 11 Feb 2019 17:04:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E888D2A3DB for ; Mon, 11 Feb 2019 17:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729012AbfBKREF (ORCPT ); Mon, 11 Feb 2019 12:04:05 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:35186 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728261AbfBKREE (ORCPT ); Mon, 11 Feb 2019 12:04:04 -0500 Received: from mailhost.synopsys.com (dc2-mailhost2.synopsys.com [10.12.135.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtprelay.synopsys.com (Postfix) with ESMTPS id A212524E0E41; Mon, 11 Feb 2019 09:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1549904644; bh=c+aPREqSYlBpuMXMGSfGb3vwYIohFHxf2DhrXvX9Ur8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=dTTXkKOC463r1t52HI4KKjdKVfGCdxw1BEu9/0umCY9BWXjSsxJdZAbbjSHrwHuRs PmAwo3QijJxcFXPxwn27BLYCbJb9DkITEEoUio7aCXM7ivc0655WGDRESbDlCjYS6f uEXzOLw+NshlWYuvWHiyouuUxey1x+0gXNd3vFIqkKxZsijyJFXgutz0TZwrvoIdCV QRGEyPPV5fqNdnMO2ke5Cr5bg+0oaqe0H1db+rtswRd142hxUFXrj70UKXWsxYxUmR 6SFLCC0XxBmo+Ui9q06W57o6HqP5t3puE/XoM6rH2qN10ydMQPOoTLasV65b596VUA oF2EbluQlOb8w== Received: from de02.synopsys.com (de02.internal.synopsys.com [10.225.17.21]) by mailhost.synopsys.com (Postfix) with ESMTP id 6D0B0A0110; Mon, 11 Feb 2019 17:04:04 +0000 (UTC) Received: from de02dwia024.internal.synopsys.com (de02dwia024.internal.synopsys.com [10.225.19.81]) by de02.synopsys.com (Postfix) with ESMTP id C43937D89; Mon, 11 Feb 2019 18:04:02 +0100 (CET) From: Gustavo Pimentel To: linux-pci@vger.kernel.org, dmaengine@vger.kernel.org Cc: Gustavo Pimentel , Vinod Koul , Eugeniy Paltsev , Joao Pinto , Jose Abreu , Luis Oliveira , Vitor Soares , Nelson Costa , Pedro Sousa Subject: [RFC v4 6/6] MAINTAINERS: Add Synopsys eDMA IP driver maintainer Date: Mon, 11 Feb 2019 18:03:57 +0100 Message-Id: <06542f172ebbf76401cddee65ebca0e6d8115257.1549904495.git.gustavo.pimentel@synopsys.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Cc: Vinod Koul Cc: Eugeniy Paltsev Cc: Joao Pinto Cc: Jose Abreu Cc: Luis Oliveira Cc: Vitor Soares Cc: Nelson Costa Cc: Pedro Sousa diff --git a/MAINTAINERS b/MAINTAINERS index f3a5c97..5e9f620 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4338,6 +4338,13 @@ L: linux-mtd@lists.infradead.org S: Supported F: drivers/mtd/nand/raw/denali* +DESIGNWARE EDMA CORE IP DRIVER +M: Gustavo Pimentel +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 L: linux-usb@vger.kernel.org