All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
@ 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
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: hongbo.zhang @ 2014-01-16 10:50 UTC (permalink / raw)
  To: rob, linux-doc
  Cc: linux-kernel, Hongbo Zhang, David S. Miller, Richard Henderson,
	Jakub Jelinek, James E.J. Bottomley, Arthur Kepner, sumit.semwal,
	Vinod Koul, Pierre Ossman, Andy Shevchenko

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.

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
-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH resend 2/2] Documentation: update some DMA document texts due to relocation
  2014-01-16 10:50 [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma hongbo.zhang
@ 2014-01-16 10:50 ` hongbo.zhang
  2014-01-16 14:29 ` [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma Andy Shevchenko
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: hongbo.zhang @ 2014-01-16 10:50 UTC (permalink / raw)
  To: rob, linux-doc
  Cc: linux-kernel, Hongbo Zhang, James E.J. Bottomley, Pierre Ossman

From: Hongbo Zhang <hongbo.zhang@freescale.com>

Some references to "Documentation/*" in the moved documentations should be
updated to "Documentation/dma/*" accordingly.

Signed-off-by: Hongbo Zhang <hongbo.zhang@freescale.com>
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Pierre Ossman <drzeus@drzeus.cx>
---
 Documentation/dma/DMA-API.txt     |    6 +++---
 Documentation/dma/DMA-ISA-LPC.txt |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/dma/DMA-API.txt b/Documentation/dma/DMA-API.txt
index e865279..e4dc36c 100644
--- a/Documentation/dma/DMA-API.txt
+++ b/Documentation/dma/DMA-API.txt
@@ -5,7 +5,7 @@
 
 This document describes the DMA API.  For a more gentle introduction
 of the API (and actual examples) see
-Documentation/DMA-API-HOWTO.txt.
+Documentation/dma/DMA-API-HOWTO.txt.
 
 This API is split into two pieces.  Part I describes the API.  Part II
 describes the extensions to the API for supporting non-consistent
@@ -395,7 +395,7 @@ struct dma_attrs encapsulates a set of "dma attributes". For the
 definition of struct dma_attrs see linux/dma-attrs.h.
 
 The interpretation of dma attributes is architecture-specific, and
-each attribute should be documented in Documentation/DMA-attributes.txt.
+each attribute should be documented in Documentation/dma/DMA-attributes.txt.
 
 If struct dma_attrs* is NULL, the semantics of each of these
 functions is identical to those of the corresponding function
@@ -408,7 +408,7 @@ for DMA:
 
 #include <linux/dma-attrs.h>
 /* DMA_ATTR_FOO should be defined in linux/dma-attrs.h and
- * documented in Documentation/DMA-attributes.txt */
+ * documented in Documentation/dma/DMA-attributes.txt */
 ...
 
 	DEFINE_DMA_ATTRS(attrs);
diff --git a/Documentation/dma/DMA-ISA-LPC.txt b/Documentation/dma/DMA-ISA-LPC.txt
index e767805..e9b7a1c 100644
--- a/Documentation/dma/DMA-ISA-LPC.txt
+++ b/Documentation/dma/DMA-ISA-LPC.txt
@@ -16,7 +16,7 @@ To do ISA style DMA you need to include two headers:
 #include <asm/dma.h>
 
 The first is the generic DMA API used to convert virtual addresses to
-physical addresses (see Documentation/DMA-API.txt for details).
+physical addresses (see Documentation/dma/DMA-API.txt for details).
 
 The second contains the routines specific to ISA DMA transfers. Since
 this is not present on all platforms make sure you construct your
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-16 10:50 [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma 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
  2014-01-16 15:59 ` Vinod Koul
  2014-01-18 17:56 ` Rob Landley
  3 siblings, 0 replies; 8+ messages in thread
From: Andy Shevchenko @ 2014-01-16 14:29 UTC (permalink / raw)
  To: hongbo.zhang
  Cc: rob, linux-doc, linux-kernel, David S. Miller, Richard Henderson,
	Jakub Jelinek, James E.J. Bottomley, Arthur Kepner, sumit.semwal,
	Vinod Koul, Pierre Ossman

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-16 10:50 [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma 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 ` [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma Andy Shevchenko
@ 2014-01-16 15:59 ` Vinod Koul
  2014-01-18 17:59   ` Rob Landley
  2014-01-18 17:56 ` Rob Landley
  3 siblings, 1 reply; 8+ messages in thread
From: Vinod Koul @ 2014-01-16 15:59 UTC (permalink / raw)
  To: hongbo.zhang
  Cc: rob, linux-doc, linux-kernel, David S. Miller, Richard Henderson,
	Jakub Jelinek, James E.J. Bottomley, Arthur Kepner, sumit.semwal,
	Pierre Ossman, Andy Shevchenko

On Thu, Jan 16, 2014 at 06:50:04PM +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.

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 <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
> -- 
> 1.7.9.5
> 
> 
> 

-- 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-16 10:50 [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma hongbo.zhang
                   ` (2 preceding siblings ...)
  2014-01-16 15:59 ` Vinod Koul
@ 2014-01-18 17:56 ` Rob Landley
  3 siblings, 0 replies; 8+ messages in thread
From: Rob Landley @ 2014-01-18 17:56 UTC (permalink / raw)
  To: hongbo.zhang, linux-doc
  Cc: linux-kernel, David S. Miller, Richard Henderson, Jakub Jelinek,
	James E.J. Bottomley, Arthur Kepner, sumit.semwal, Vinod Koul,
	Pierre Ossman, Andy Shevchenko

On 01/16/14 04:50, 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.
>
> 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>

If the DMA guys merge this before I do, I note that it needs a 00-INDEX 
file for the new directory. (Otherwise I can add that when I forward it.)

Acked-by: Rob Landley <rob@landley.net>

Rob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-16 15:59 ` Vinod Koul
@ 2014-01-18 17:59   ` Rob Landley
  2014-01-20  4:29     ` Vinod Koul
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Landley @ 2014-01-18 17:59 UTC (permalink / raw)
  To: Vinod Koul, hongbo.zhang
  Cc: linux-doc, linux-kernel, David S. Miller, Richard Henderson,
	Jakub Jelinek, James E.J. Bottomley, Arthur Kepner, sumit.semwal,
	Pierre Ossman, Andy Shevchenko

On 01/16/14 09:59, Vinod Koul wrote:
> On Thu, Jan 16, 2014 at 06:50:04PM +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.
>
> 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!

Putting everything in the world in the top level directory isn't all 
flowers and kittens either.

Where would be a _better_ place to move one of those files to?

Rob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-18 17:59   ` Rob Landley
@ 2014-01-20  4:29     ` Vinod Koul
  2014-01-20  9:12       ` Hongbo Zhang
  0 siblings, 1 reply; 8+ messages in thread
From: Vinod Koul @ 2014-01-20  4:29 UTC (permalink / raw)
  To: Rob Landley
  Cc: hongbo.zhang, linux-doc, linux-kernel, David S. Miller,
	Richard Henderson, Jakub Jelinek, James E.J. Bottomley,
	Arthur Kepner, sumit.semwal, Pierre Ossman, Andy Shevchenko

On Sat, Jan 18, 2014 at 11:59:13AM -0600, Rob Landley wrote:
> On 01/16/14 09:59, Vinod Koul wrote:
> >On Thu, Jan 16, 2014 at 06:50:04PM +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.
> >
> >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!
> 
> Putting everything in the world in the top level directory isn't all
> flowers and kittens either.
> 
> Where would be a _better_ place to move one of those files to?
As pointed mostly things dma* are dma-mapping and dmaengine, so would apt
that we move to two folders, unless i overlooked and assumed everything else is
dma-mapping!

--
~Vinod

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma
  2014-01-20  4:29     ` Vinod Koul
@ 2014-01-20  9:12       ` Hongbo Zhang
  0 siblings, 0 replies; 8+ messages in thread
From: Hongbo Zhang @ 2014-01-20  9:12 UTC (permalink / raw)
  To: Vinod Koul, Rob Landley
  Cc: linux-doc, linux-kernel, David S. Miller, Richard Henderson,
	Jakub Jelinek, James E.J. Bottomley, Arthur Kepner, sumit.semwal,
	Pierre Ossman, Andy Shevchenko


On 01/20/2014 12:29 PM, Vinod Koul wrote:
> On Sat, Jan 18, 2014 at 11:59:13AM -0600, Rob Landley wrote:
>> On 01/16/14 09:59, Vinod Koul wrote:
>>> On Thu, Jan 16, 2014 at 06:50:04PM +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.
>>> 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!
>> Putting everything in the world in the top level directory isn't all
>> flowers and kittens either.
>>
>> Where would be a _better_ place to move one of those files to?
> As pointed mostly things dma* are dma-mapping and dmaengine, so would apt
> that we move to two folders, unless i overlooked and assumed everything else is
> dma-mapping!

Understand your concern, dma-mapping and dmaengine are different, but 
they are all about dma, a general dma folder can include all dma related 
files. An example is Documentation/power, so many kinds of power related 
files go there.
Anyway, this is my point, it is up to you maintainers.

> --
> ~Vinod
>
>




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-20  9:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-16 10:50 [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma 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 ` [PATCH resend 1/2] Documentation: move all DMA documentations into Documentaion/dma Andy Shevchenko
2014-01-16 15:59 ` 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.