From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: hongbo.zhang@freescale.com
Cc: rob@landley.net, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
"David S. Miller" <davem@redhat.com>,
Richard Henderson <rth@cygnus.com>,
Jakub Jelinek <jakub@redhat.com>,
"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
Arthur Kepner <akepner@sgi.com>,
sumit.semwal@linaro.org, Vinod Koul <vinod.koul@intel.com>,
Pierre Ossman <drzeus@drzeus.cx>
Subject: Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
Date: Thu, 16 Jan 2014 16:29:11 +0200 [thread overview]
Message-ID: <1389882551.1871.358.camel@smile> (raw)
In-Reply-To: <1389869405-10363-1-git-send-email-hongbo.zhang@freescale.com>
On Thu, 2014-01-16 at 18:50 +0800, hongbo.zhang@freescale.com wrote:
> From: Hongbo Zhang <hongbo.zhang@freescale.com>
>
> Since there are already seven DMA documentations under the top Documentation/,
> it is better to create one dedicated directory for them.
In case DMA maintainers are okay with that I give my
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
for the dmatest.txt part.
>
> Signed-off-by: Hongbo Zhang <hongbo.zhang@freescale.com>
> Cc: David S. Miller <davem@redhat.com>
> Cc: Richard Henderson <rth@cygnus.com>
> Cc: Jakub Jelinek <jakub@redhat.com>
> Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
> Cc: Arthur Kepner <akepner@sgi.com>
> Cc: sumit.semwal@linaro.org
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: Pierre Ossman <drzeus@drzeus.cx>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> 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
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2014-01-16 14:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-16 10:50 hongbo.zhang
2014-01-16 10:50 ` [PATCH resend 2/2] Documentation: update some DMA document texts due to relocation hongbo.zhang
2014-01-16 14:29 ` Andy Shevchenko [this message]
2014-01-16 15:59 ` [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma Vinod Koul
2014-01-18 17:59 ` Rob Landley
2014-01-20 4:29 ` Vinod Koul
2014-01-20 9:12 ` Hongbo Zhang
2014-01-18 17:56 ` Rob Landley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389882551.1871.358.camel@smile \
--to=andriy.shevchenko@linux.intel.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=akepner@sgi.com \
--cc=davem@redhat.com \
--cc=drzeus@drzeus.cx \
--cc=hongbo.zhang@freescale.com \
--cc=jakub@redhat.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rob@landley.net \
--cc=rth@cygnus.com \
--cc=sumit.semwal@linaro.org \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®