From patchwork Wed Oct 23 13:50: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: 3089031 X-Patchwork-Delegate: vinod.koul@intel.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 E69149F2B8 for ; Wed, 23 Oct 2013 14:43:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BE10D20378 for ; Wed, 23 Oct 2013 14:43:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7B683202F8 for ; Wed, 23 Oct 2013 14:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751477Ab3JWOnx (ORCPT ); Wed, 23 Oct 2013 10:43:53 -0400 Received: from mga03.intel.com ([143.182.124.21]:6985 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363Ab3JWOnw (ORCPT ); Wed, 23 Oct 2013 10:43:52 -0400 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 23 Oct 2013 07:43:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="311610717" Received: from vkoul-udesk3.iind.intel.com ([10.223.84.41]) by AZSMGA002.ch.intel.com with ESMTP; 23 Oct 2013 07:43:49 -0700 Received: from vkoul-udesk3.iind.intel.com (localhost [127.0.0.1]) by vkoul-udesk3.iind.intel.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id r9NDoC44011660; Wed, 23 Oct 2013 19:20:13 +0530 Received: (from vkoul@localhost) by vkoul-udesk3.iind.intel.com (8.14.3/8.14.3/Submit) id r9NDoCqT011659; Wed, 23 Oct 2013 19:20:12 +0530 X-Authentication-Warning: vkoul-udesk3.iind.intel.com: vkoul set sender to vinod.koul@intel.com using -f Date: Wed, 23 Oct 2013 19:20:12 +0530 From: Vinod Koul To: Dan Williams Cc: dmaengine@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add the new dmaengine mailing list Message-ID: <20131023135012.GR14013@intel.com> References: <1382427252-26470-1-git-send-email-vinod.koul@intel.com> <20131022174751.20624.55409.stgit@viggo.jf.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 On Tue, Oct 22, 2013 at 11:30:11AM -0700, Dan Williams wrote: > On Tue, Oct 22, 2013 at 10:49 AM, Dan Williams wrote: > > 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 > > > > 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 > > Should also add: > > Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ Yup, missed that Here is the updated one ---x8------------ From: Vinod Koul Date: Tue, 22 Oct 2013 12:58:56 +0530 Subject: [PATCH] MAINTAINERS: add the new dmaengine mailing list We have a new mailing list hosted by vger for dmaengine Signed-off-by: Vinod Koul Acked-by: Dan Williams --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a0cbf3..707533e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2718,6 +2718,8 @@ 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 +Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ S: Supported F: drivers/dma/ F: include/linux/dma*