All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52E549E3.8040300@metafoo.de>

diff --git a/a/1.txt b/N1/1.txt
index 3ac28a7..9e6e826 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On 01/26/2014 03:24 PM, Vinod Koul wrote:
 >> +* DMA client + +Required properties: +- dmas: a list of <[Video DMA device
 >> phandle] [Channel ID]> pairs, +	where Channel ID is '0' for write/tx and
 >> '1' for read/rx +	channel.  +- dma-names: a list of DMA channel names, one
->> per "dmas" entry + +Example: +++++++++ + +vdmatest_0: vdmatest at 0 { +
+>> per "dmas" entry + +Example: +++++++++ + +vdmatest_0: vdmatest@0 { +
 >> compatible ="xlnx,axi-vdma-test-1.00.a"; +	dmas = <&axi_vdma_0 0 +
 >> &axi_vdma_0 1>; +	dma-names = "vdma0", "vdma1"; +} ;
 > Need ack from DT folks. ALso would be better to split the binding to a separate
@@ -123,4 +123,9 @@ depending on the direction. So slave sg should be fine.
 >   too!
 > - Perhpas use interleaved API..?
 > - I dont think we should use the slave API as this seems memcpy case!
->
+> 
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index e7248db..51f1531 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,20 @@
  "ref\01390409565-4200-1-git-send-email-sthokal@xilinx.com\0"
  "ref\01390409565-4200-2-git-send-email-sthokal@xilinx.com\0"
  "ref\020140126142436.GF10628@intel.com\0"
- "From\0lars@metafoo.de (Lars-Peter Clausen)\0"
- "Subject\0[PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0"
+ "ref\020140126142436.GF10628-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0"
  "Date\0Sun, 26 Jan 2014 18:46:11 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Srikanth Thokala <sthokal-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>"
+  dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
+  michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 01/26/2014 03:24 PM, Vinod Koul wrote:\n"
@@ -19,7 +29,7 @@
  ">> +* DMA client + +Required properties: +- dmas: a list of <[Video DMA device\n"
  ">> phandle] [Channel ID]> pairs, +\twhere Channel ID is '0' for write/tx and\n"
  ">> '1' for read/rx +\tchannel.  +- dma-names: a list of DMA channel names, one\n"
- ">> per \"dmas\" entry + +Example: +++++++++ + +vdmatest_0: vdmatest at 0 { +\n"
+ ">> per \"dmas\" entry + +Example: +++++++++ + +vdmatest_0: vdmatest@0 { +\n"
  ">> compatible =\"xlnx,axi-vdma-test-1.00.a\"; +\tdmas = <&axi_vdma_0 0 +\n"
  ">> &axi_vdma_0 1>; +\tdma-names = \"vdma0\", \"vdma1\"; +} ;\n"
  "> Need ack from DT folks. ALso would be better to split the binding to a separate\n"
@@ -132,6 +142,11 @@
  ">   too!\n"
  "> - Perhpas use interleaved API..?\n"
  "> - I dont think we should use the slave API as this seems memcpy case!\n"
- >
+ "> \n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-191c53244d3d4abbf1327005cba42b0154cf261963a2953b55eef6a24d887d0b
+8e1948280d7996639bcd742b09b270e1a05ebf0a814cf7ccf117c29b5ff753e2

diff --git a/a/1.txt b/N2/1.txt
index 3ac28a7..b0bc59e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -10,7 +10,7 @@ On 01/26/2014 03:24 PM, Vinod Koul wrote:
 >> +* DMA client + +Required properties: +- dmas: a list of <[Video DMA device
 >> phandle] [Channel ID]> pairs, +	where Channel ID is '0' for write/tx and
 >> '1' for read/rx +	channel.  +- dma-names: a list of DMA channel names, one
->> per "dmas" entry + +Example: +++++++++ + +vdmatest_0: vdmatest at 0 { +
+>> per "dmas" entry + +Example: +++++++++ + +vdmatest_0: vdmatest@0 { +
 >> compatible ="xlnx,axi-vdma-test-1.00.a"; +	dmas = <&axi_vdma_0 0 +
 >> &axi_vdma_0 1>; +	dma-names = "vdma0", "vdma1"; +} ;
 > Need ack from DT folks. ALso would be better to split the binding to a separate
diff --git a/a/content_digest b/N2/content_digest
index e7248db..03002b4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,19 @@
  "ref\01390409565-4200-1-git-send-email-sthokal@xilinx.com\0"
  "ref\01390409565-4200-2-git-send-email-sthokal@xilinx.com\0"
  "ref\020140126142436.GF10628@intel.com\0"
- "From\0lars@metafoo.de (Lars-Peter Clausen)\0"
- "Subject\0[PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0"
+ "From\0Lars-Peter Clausen <lars@metafoo.de>\0"
+ "Subject\0Re: [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0"
  "Date\0Sun, 26 Jan 2014 18:46:11 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Vinod Koul <vinod.koul@intel.com>\0"
+ "Cc\0Srikanth Thokala <sthokal@xilinx.com>"
+  dan.j.williams@intel.com
+  michal.simek@xilinx.com
+  grant.likely@linaro.org
+  robh+dt@kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  devicetree@vger.kernel.org
+ " dmaengine@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 01/26/2014 03:24 PM, Vinod Koul wrote:\n"
@@ -19,7 +28,7 @@
  ">> +* DMA client + +Required properties: +- dmas: a list of <[Video DMA device\n"
  ">> phandle] [Channel ID]> pairs, +\twhere Channel ID is '0' for write/tx and\n"
  ">> '1' for read/rx +\tchannel.  +- dma-names: a list of DMA channel names, one\n"
- ">> per \"dmas\" entry + +Example: +++++++++ + +vdmatest_0: vdmatest at 0 { +\n"
+ ">> per \"dmas\" entry + +Example: +++++++++ + +vdmatest_0: vdmatest@0 { +\n"
  ">> compatible =\"xlnx,axi-vdma-test-1.00.a\"; +\tdmas = <&axi_vdma_0 0 +\n"
  ">> &axi_vdma_0 1>; +\tdma-names = \"vdma0\", \"vdma1\"; +} ;\n"
  "> Need ack from DT folks. ALso would be better to split the binding to a separate\n"
@@ -134,4 +143,4 @@
  "> - I dont think we should use the slave API as this seems memcpy case!\n"
  >
 
-191c53244d3d4abbf1327005cba42b0154cf261963a2953b55eef6a24d887d0b
+79ad0efdbbd49d989ee7fa855965ae74073255ccee77b3eeb222f0f3fac8c0ac

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.