From patchwork Wed May 22 15:04:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Pimentel X-Patchwork-Id: 10956091 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 9366313AD for ; Wed, 22 May 2019 15:04:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 82E4428C02 for ; Wed, 22 May 2019 15:04:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7774D28C00; Wed, 22 May 2019 15:04:14 +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 9247928C02 for ; Wed, 22 May 2019 15:04:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729775AbfEVPEM (ORCPT ); Wed, 22 May 2019 11:04:12 -0400 Received: from dc8-smtprelay2.synopsys.com ([198.182.47.102]:37442 "EHLO smtprelay-out1.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729778AbfEVPEL (ORCPT ); Wed, 22 May 2019 11:04:11 -0400 Received: from mailhost.synopsys.com (dc2-mailhost2.synopsys.com [10.12.135.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id C4BBDC0B9D; Wed, 22 May 2019 15:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1558537457; bh=t09mOKp6zomxOcwr7TOxs1PVVJy1JEOml2G4iqt3ihg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=JsPvb+W1nxTBU0FRLoozzGs/+mhygoKsDHdfou+274Rfr+mNXtA/It9Ldbq4yzmwl 8aGOS7dTBsevpXXTiUrcRzhBl3ZXKWxKQZhCYn/uQBAvDv5cedpzV2eWsZZjOLZVxP r1wa+a4LRqnzEh1m8ePySl2p6f+IWxM0Iaw/6eRB7hTGx92qEGAYqV9qenDwbKfOV2 1M5KIppusr4DTkmUXl0tgOR7HZvUmZHt6eBDOvLRLtHgoy9ABjj4Dnmg/zPQhHBhfg 3BYIi6rA9Km8AILYOZNu9DWVRGMP9T1uZLsQW2rajUVmD2L8jbTmGCgY6xAUmzGVCT FgwaSUeyI0f2Q== Received: from de02.synopsys.com (de02.internal.synopsys.com [10.225.17.21]) by mailhost.synopsys.com (Postfix) with ESMTP id 7F984A00A0; Wed, 22 May 2019 15:04:10 +0000 (UTC) Received: from de02dwia024.internal.synopsys.com (de02dwia024.internal.synopsys.com [10.225.19.81]) by de02.synopsys.com (Postfix) with ESMTP id 1854D3F06C; Wed, 22 May 2019 17:04:09 +0200 (CEST) From: Gustavo Pimentel To: linux-pci@vger.kernel.org, dmaengine@vger.kernel.org Cc: Gustavo Pimentel , Vinod Koul , Joao Pinto Subject: [PATCH 6/6] MAINTAINERS: Add Synopsys eDMA IP driver maintainer Date: Wed, 22 May 2019 17:04:05 +0200 Message-Id: <1ecc786176baa573adbb178794a4578aef977cc4.1558536992.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: Joao Pinto --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) 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 +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