From patchwork Wed Dec 12 11:13:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Pimentel X-Patchwork-Id: 10726127 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 82D3F69B1 for ; Wed, 12 Dec 2018 11:13:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 75BCE28481 for ; Wed, 12 Dec 2018 11:13:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 563092850F; Wed, 12 Dec 2018 11:13:59 +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=unavailable 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 139B028459 for ; Wed, 12 Dec 2018 11:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727160AbeLLLN6 (ORCPT ); Wed, 12 Dec 2018 06:13:58 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:37680 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726856AbeLLLN6 (ORCPT ); Wed, 12 Dec 2018 06:13:58 -0500 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id 9B87624E2250; Wed, 12 Dec 2018 03:13:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1544613237; bh=oCQMFrisgrUbXZMmA0K4nQiKCO/Gi7QRh8Ud8vnY8nE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=Q8LWEehE6G8Sls7qcNriODLSOh6EdRA3QJ2gCyp1xk0E7L2cCFNItOVxeSmeEaJkN 7Usaay1TIyMOaeQlC5PMC3ln+dJpLN9YmPMnjHMOFsbRtx5YK3uN4k3+aLLVNZBuhf LQyyX39JW14BVqXykzfZVBCTUqzCPYFCdkuCwsVAr+BYMcY9y9QzNHAr2xb3eWjYWs KcW2nTY7alw8jqwUIWKAxJUL4Ogrm1s7sz/ZmADVctfNHQnusTsXe5U6X98cG3q8HZ dHmbgyLFwl1bymlSNvV+yqc9WekMOGZcL27H8WVaSzL+uFI0rfSKk6/D98eUyaII5U bTHukXliH8hAA== Received: from de02.synopsys.com (germany.internal.synopsys.com [10.225.17.21]) by mailhost.synopsys.com (Postfix) with ESMTP id 5C4CD3D78; Wed, 12 Dec 2018 03:13:57 -0800 (PST) Received: from de02dwia024.internal.synopsys.com (de02dwia024.internal.synopsys.com [10.225.19.81]) by de02.synopsys.com (Postfix) with ESMTP id 982D33BDE1; Wed, 12 Dec 2018 12:13:56 +0100 (CET) From: Gustavo Pimentel To: linux-pci@vger.kernel.org, dmaengine@vger.kernel.org Cc: Gustavo Pimentel , Vinod Koul , Eugeniy Paltsev , Joao Pinto Subject: [RFC 5/6] MAINTAINERS: Add Synopsys eDMA IP driver maintainer Date: Wed, 12 Dec 2018 12:13:25 +0100 Message-Id: <45584389de19948652a32b2cdf2780d3a0003c01.1544610287.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 --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f485597..bdbfc14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4256,6 +4256,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