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: 1011835 X-Patchwork-Delegate: lorenzo.pieralisi@arm.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="Q8LWEehE"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43FDhm4KbZz9s1c for ; Wed, 12 Dec 2018 22:14:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727157AbeLLLN6 (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: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@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 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