From patchwork Tue Oct 22 07:34:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 3081371 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3B1469F2B7 for ; Tue, 22 Oct 2013 08:29:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3C72B20462 for ; Tue, 22 Oct 2013 08:29:08 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0F42B2045E for ; Tue, 22 Oct 2013 08:29:07 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYXKf-0002vL-U1; Tue, 22 Oct 2013 08:28:54 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYXKd-0005JL-Eh; Tue, 22 Oct 2013 08:28:51 +0000 Received: from mga01.intel.com ([192.55.52.88]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYXKa-0005Hf-Re for linux-arm-kernel@lists.infradead.org; Tue, 22 Oct 2013 08:28:49 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 22 Oct 2013 01:28:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,546,1378882800"; d="scan'208";a="415004975" Received: from vkoul-udesk3.iind.intel.com (HELO localhost.localdomain) ([10.223.84.41]) by fmsmga001.fm.intel.com with ESMTP; 22 Oct 2013 01:28:02 -0700 From: Vinod Koul To: dmaengine@vger.kernel.org Subject: [PATCH] MAINTAINERS: add the new dmaengine mailing list Date: Tue, 22 Oct 2013 13:04:12 +0530 Message-Id: <1382427252-26470-1-git-send-email-vinod.koul@intel.com> X-Mailer: git-send-email 1.7.0.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131022_042848_950607_D5FD6B71 X-CRM114-Status: GOOD ( 13.37 ) X-Spam-Score: -7.3 (-------) Cc: Vinod Koul , Dan Williams , Linux Kernel Mailing List , Linux ARM Kernel List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We have a new mailing list hosted by vger for dmaengine Signed-off-by: Vinod Koul --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a0cbf3..3ebb49b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2718,6 +2718,7 @@ T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git DMA GENERIC OFFLOAD ENGINE SUBSYSTEM M: Vinod Koul M: Dan Williams +L: dmaengine@vger.kernel.org S: Supported F: drivers/dma/ F: include/linux/dma*