From patchwork Thu Nov 6 05:57:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 5239291 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D34DFC11AC for ; Thu, 6 Nov 2014 06:00:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DE3E12010F for ; Thu, 6 Nov 2014 05:59:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 08EB92010C for ; Thu, 6 Nov 2014 05:59:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XmG46-0007vK-5N; Thu, 06 Nov 2014 05:57:02 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XmG43-0007st-LV for linux-arm-kernel@lists.infradead.org; Thu, 06 Nov 2014 05:57:00 +0000 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 05 Nov 2014 21:56:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="412245161" Received: from vkoul-udesk3.iind.intel.com ([10.223.84.65]) by FMSMGA003.fm.intel.com with ESMTP; 05 Nov 2014 21:47:59 -0800 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 sA65vHjE017688; Thu, 6 Nov 2014 11:27:18 +0530 Received: (from vkoul@localhost) by vkoul-udesk3.iind.intel.com (8.14.3/8.14.3/Submit) id sA65vD5d017686; Thu, 6 Nov 2014 11:27:13 +0530 X-Authentication-Warning: vkoul-udesk3.iind.intel.com: vkoul set sender to vinod.koul@intel.com using -f Date: Thu, 6 Nov 2014 11:27:13 +0530 From: Vinod Koul To: Maxime Ripard Subject: Re: [PATCH v3 0/2] dmaengine: Add driver documentation Message-ID: <20141106055713.GS1870@intel.com> References: <1414529750-14431-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1414529750-14431-1-git-send-email-maxime.ripard@free-electrons.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141105_215659_792282_C8A1E9CB X-CRM114-Status: GOOD ( 16.81 ) X-Spam-Score: -5.6 (-----) Cc: Russell King , Arnd Bergmann , Thomas Petazzoni , Nicolas Ferre , linux-kernel@vger.kernel.org, Gregory Clement , Boris Brezillon , Alexandre Belloni , Laurent Pinchart , dmaengine@vger.kernel.org, Matt Porter , linux-arm-kernel@lists.infradead.org, Antoine =?iso-8859-1?Q?T=E9nart?= X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 28, 2014 at 09:55:48PM +0100, Maxime Ripard wrote: > Hi, > > This is the third attempt at documenting how to write a dmaengine > driver. Applied all, thanks. Fixed minor typos in second one. Also we need to move dmatest.txt to new folder and also update MAINTAINERS, so applied with these two patches as well From: Vinod Koul Date: Thu, 6 Nov 2014 11:17:37 +0530 Subject: [PATCH 1/2] Documentation: dmanegine: move dmatest.txt to dmaengine folder Signed-off-by: Vinod Koul --- Documentation/{ => dmaengine}/dmatest.txt | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/{ => dmaengine}/dmatest.txt (100%) diff --git a/Documentation/dmatest.txt b/Documentation/dmaengine/dmatest.txt similarity index 100% rename from Documentation/dmatest.txt rename to Documentation/dmaengine/dmatest.txt -- 1.7.0.4 From: Vinod Koul Date: Thu, 6 Nov 2014 11:21:17 +0530 Subject: [PATCH 2/2] MAINTAINERS: add Documentation files to dmaengine entry We were missing the Documentation files in the entry so add it now. While at it also remove comment on slave-dma for the tree Signed-off-by: Vinod Koul --- MAINTAINERS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fd3771c..b3f5493 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3080,7 +3080,8 @@ Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ S: Maintained F: drivers/dma/ F: include/linux/dma* -T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) +F: Documentation/dmaengine/ +T: git git://git.infradead.org/users/vkoul/slave-dma.git DME1737 HARDWARE MONITOR DRIVER M: Juerg Haefliger