Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752803AbaAPRBj (ORCPT ); Thu, 16 Jan 2014 12:01:39 -0500 Received: from mga02.intel.com ([134.134.136.20]:42148 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752327AbaAPRBg (ORCPT ); Thu, 16 Jan 2014 12:01:36 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,668,1384329600"; d="scan'208";a="467759441" Date: Thu, 16 Jan 2014 21:29:21 +0530 From: Vinod Koul To: hongbo.zhang@freescale.com Cc: rob@landley.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Richard Henderson , Jakub Jelinek , "James E.J. Bottomley" , Arthur Kepner , sumit.semwal@linaro.org, Pierre Ossman , Andy Shevchenko Subject: Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma Message-ID: <20140116155921.GJ25466@intel.com> References: <1389869405-10363-1-git-send-email-hongbo.zhang@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389869405-10363-1-git-send-email-hongbo.zhang@freescale.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 16, 2014 at 06:50:04PM +0800, hongbo.zhang@freescale.com wrote: > From: Hongbo Zhang > > Since there are already seven DMA documentations under the top Documentation/, > it is better to create one dedicated directory for them. Well the problem is that not everything is same. Some of these mean how to use dma mapping API, couple are related to dmaengine, so clubing everything into "dma" doesnt sound right to me! -- ~Vinod > > Signed-off-by: Hongbo Zhang > Cc: David S. Miller > Cc: Richard Henderson > Cc: Jakub Jelinek > Cc: James E.J. Bottomley > Cc: Arthur Kepner > Cc: sumit.semwal@linaro.org > Cc: Vinod Koul > Cc: Pierre Ossman > Cc: Andy Shevchenko > --- > Documentation/{ => dma}/DMA-API-HOWTO.txt | 0 > Documentation/{ => dma}/DMA-API.txt | 0 > Documentation/{ => dma}/DMA-ISA-LPC.txt | 0 > Documentation/{ => dma}/DMA-attributes.txt | 0 > Documentation/{ => dma}/dma-buf-sharing.txt | 0 > Documentation/{ => dma}/dmaengine.txt | 0 > Documentation/{ => dma}/dmatest.txt | 0 > 7 files changed, 0 insertions(+), 0 deletions(-) > rename Documentation/{ => dma}/DMA-API-HOWTO.txt (100%) > rename Documentation/{ => dma}/DMA-API.txt (100%) > rename Documentation/{ => dma}/DMA-ISA-LPC.txt (100%) > rename Documentation/{ => dma}/DMA-attributes.txt (100%) > rename Documentation/{ => dma}/dma-buf-sharing.txt (100%) > rename Documentation/{ => dma}/dmaengine.txt (100%) > rename Documentation/{ => dma}/dmatest.txt (100%) > > diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/dma/DMA-API-HOWTO.txt > similarity index 100% > rename from Documentation/DMA-API-HOWTO.txt > rename to Documentation/dma/DMA-API-HOWTO.txt > diff --git a/Documentation/DMA-API.txt b/Documentation/dma/DMA-API.txt > similarity index 100% > rename from Documentation/DMA-API.txt > rename to Documentation/dma/DMA-API.txt > diff --git a/Documentation/DMA-ISA-LPC.txt b/Documentation/dma/DMA-ISA-LPC.txt > similarity index 100% > rename from Documentation/DMA-ISA-LPC.txt > rename to Documentation/dma/DMA-ISA-LPC.txt > diff --git a/Documentation/DMA-attributes.txt b/Documentation/dma/DMA-attributes.txt > similarity index 100% > rename from Documentation/DMA-attributes.txt > rename to Documentation/dma/DMA-attributes.txt > diff --git a/Documentation/dma-buf-sharing.txt b/Documentation/dma/dma-buf-sharing.txt > similarity index 100% > rename from Documentation/dma-buf-sharing.txt > rename to Documentation/dma/dma-buf-sharing.txt > diff --git a/Documentation/dmaengine.txt b/Documentation/dma/dmaengine.txt > similarity index 100% > rename from Documentation/dmaengine.txt > rename to Documentation/dma/dmaengine.txt > diff --git a/Documentation/dmatest.txt b/Documentation/dma/dmatest.txt > similarity index 100% > rename from Documentation/dmatest.txt > rename to Documentation/dma/dmatest.txt > -- > 1.7.9.5 > > > -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/