From patchwork Tue Oct 22 17:49:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 3084251 X-Patchwork-Delegate: dan.j.williams@gmail.com Return-Path: X-Original-To: patchwork-dmaengine@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 CE77E9F2B7 for ; Tue, 22 Oct 2013 17:49:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D4A092021C for ; Tue, 22 Oct 2013 17:49:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F1DE920204 for ; Tue, 22 Oct 2013 17:49:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754425Ab3JVRtp (ORCPT ); Tue, 22 Oct 2013 13:49:45 -0400 Received: from mga03.intel.com ([143.182.124.21]:3331 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754178Ab3JVRto (ORCPT ); Tue, 22 Oct 2013 13:49:44 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 22 Oct 2013 10:49:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="378423728" Received: from viggo.jf.intel.com ([10.23.232.61]) by azsmga001.ch.intel.com with ESMTP; 22 Oct 2013 10:49:43 -0700 Subject: [PATCH] MAINTAINERS: add the new dmaengine mailing list From: Dan Williams To: dmaengine@vger.kernel.org Date: Tue, 22 Oct 2013 10:49:43 -0700 Message-ID: <20131022174751.20624.55409.stgit@viggo.jf.intel.com> In-Reply-To: <1382427252-26470-1-git-send-email-vinod.koul@intel.com> References: <1382427252-26470-1-git-send-email-vinod.koul@intel.com> User-Agent: StGit/0.17-1-g7c57 MIME-Version: 1.0 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 From: Vinod Koul 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(-) resend: test patchwork reception for dmaengine@vger.kernel.org -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index 78ef5dca2543..a15320d499cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2712,6 +2712,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*