From patchwork Tue Oct 28 20:55:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 404341 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CA05A140081 for ; Wed, 29 Oct 2014 08:03:09 +1100 (AEDT) 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 1XjDsr-0001ex-13; Tue, 28 Oct 2014 21:00:53 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjDso-0001dT-A0 for linux-arm-kernel@bombadil.infradead.org; Tue, 28 Oct 2014 21:00:50 +0000 Received: from down.free-electrons.com ([37.187.137.238] helo=mail.free-electrons.com) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjDsl-00026A-4Q for linux-arm-kernel@lists.infradead.org; Tue, 28 Oct 2014 21:00:49 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id 696DE2D3A; Tue, 28 Oct 2014 22:00:04 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (per18-1-82-246-202-189.fbx.proxad.net [82.246.202.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id 0E1162D38; Tue, 28 Oct 2014 22:00:04 +0100 (CET) From: Maxime Ripard To: Vinod Koul , dmaengine@vger.kernel.org Subject: [PATCH v3 1/2] Documentation: dmaengine: Move the current doc to a folder of its own Date: Tue, 28 Oct 2014 21:55:49 +0100 Message-Id: <1414529750-14431-2-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1414529750-14431-1-git-send-email-maxime.ripard@free-electrons.com> References: <1414529750-14431-1-git-send-email-maxime.ripard@free-electrons.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141028_170047_293813_01FA339B X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) X-Spam-Report: SpamAssassin version 3.4.0 on merlin.infradead.org summary: Content analysis details: (-1.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Russell King , Arnd Bergmann , Thomas Petazzoni , Nicolas Ferre , linux-kernel@vger.kernel.org, Boris Brezillon , Alexandre Belloni , Laurent Pinchart , Gregory Clement , Matt Porter , Maxime Ripard , linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Antoine=20T=C3=A9nart?= X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Move the current client-side documentation to a subfolder to prepare the introduction of a provider-side API documentation. Signed-off-by: Maxime Ripard --- Documentation/{dmaengine.txt => dmaengine/client.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/{dmaengine.txt => dmaengine/client.txt} (100%) diff --git a/Documentation/dmaengine.txt b/Documentation/dmaengine/client.txt similarity index 100% rename from Documentation/dmaengine.txt rename to Documentation/dmaengine/client.txt