All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1485362475.2133.329.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index d79f574..872e60c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Wed, 2017-01-25@18:34 +0300, Eugeniy Paltsev wrote:
+On Wed, 2017-01-25 at 18:34 +0300, Eugeniy Paltsev wrote:
 > This patch series add support for the DW AXI DMAC controller.
 > 
 > DW AXI DMAC is a part of upcoming development board from Synopsys.
@@ -7,39 +7,39 @@ On Wed, 2017-01-25@18:34 +0300, Eugeniy Paltsev wrote:
 > are supported.
 > 
 > Changes for v0:
-> ?* Switch to virt-dma API (according to previous RFC)
-> ?* Small fixies according to previous RFC
+>  * Switch to virt-dma API (according to previous RFC)
+>  * Small fixies according to previous RFC
 
 Yeah, seems you didn't address some of the comments and didn't comment
 why...
 
-> ?* Add DT bindings
+>  * Add DT bindings
 > 
 > Eugeniy Paltsev (2):
-> ? dt-bindings: Document the Synopsys DW AXI DMA bindings
-> ? dmaengine: Add DW AXI DMAC driver
+>   dt-bindings: Document the Synopsys DW AXI DMA bindings
+>   dmaengine: Add DW AXI DMAC driver
 > 
-> ?.../devicetree/bindings/dma/snps,axi-dw-dmac.txt???|???33 +
-> ?drivers/dma/Kconfig????????????????????????????????|????8 +
-> ?drivers/dma/Makefile???????????????????????????????|????1 +
+>  .../devicetree/bindings/dma/snps,axi-dw-dmac.txt   |   33 +
+>  drivers/dma/Kconfig                                |    8 +
+>  drivers/dma/Makefile                               |    1 +
 
-> ?drivers/dma/axi_dma_platform.c?????????????????????| 1060
+>  drivers/dma/axi_dma_platform.c                     | 1060
 > ++++++++++++++++++++
 
 This surprises me. I would expect more then 100+ LOC reduction when
 switched to virt-dma API. Can you double check that you are using it
 effectively?
 
-> ?drivers/dma/axi_dma_platform.h?????????????????????|??124 +++
-> ?drivers/dma/axi_dma_platform_reg.h?????????????????|??189 ++++
-> ?6 files changed, 1415 insertions(+)
-> ?create mode 100644 Documentation/devicetree/bindings/dma/snps,axi-dw-
+>  drivers/dma/axi_dma_platform.h                     |  124 +++
+>  drivers/dma/axi_dma_platform_reg.h                 |  189 ++++
+>  6 files changed, 1415 insertions(+)
+>  create mode 100644 Documentation/devicetree/bindings/dma/snps,axi-dw-
 > dmac.txt
-> ?create mode 100644 drivers/dma/axi_dma_platform.c
-> ?create mode 100644 drivers/dma/axi_dma_platform.h
-> ?create mode 100644 drivers/dma/axi_dma_platform_reg.h
+>  create mode 100644 drivers/dma/axi_dma_platform.c
+>  create mode 100644 drivers/dma/axi_dma_platform.h
+>  create mode 100644 drivers/dma/axi_dma_platform_reg.h
 > 
 
 -- 
-Andy Shevchenko <andriy.shevchenko at linux.intel.com>
+Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 Intel Finland Oy
diff --git a/a/content_digest b/N1/content_digest
index d63b95e..97fe4b9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,20 @@
  "ref\01485358457-22957-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0"
- "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0"
- "Subject\0[PATCH 0/2] dmaengine: Add DW AXI DMAC driver\0"
+ "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0"
+ "Subject\0Re: [PATCH 0/2] dmaengine: Add DW AXI DMAC driver\0"
  "Date\0Wed, 25 Jan 2017 18:41:15 +0200\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>"
+ " dmaengine@vger.kernel.org\0"
+ "Cc\0linux-kernel@vger.kernel.org"
+  devicetree@vger.kernel.org
+  linux-snps-arc@lists.infradead.org
+  Dan Williams <dan.j.williams@intel.com>
+  Vinod Koul <vinod.koul@intel.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Rob Herring <robh+dt@kernel.org>
+ " Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
  "\00:1\0"
  "b\0"
- "On Wed, 2017-01-25@18:34 +0300, Eugeniy Paltsev wrote:\n"
+ "On Wed, 2017-01-25 at 18:34 +0300, Eugeniy Paltsev wrote:\n"
  "> This patch series add support for the DW AXI DMAC controller.\n"
  "> \n"
  "> DW AXI DMAC is a part of upcoming development board from Synopsys.\n"
@@ -14,41 +23,41 @@
  "> are supported.\n"
  "> \n"
  "> Changes for v0:\n"
- "> ?* Switch to virt-dma API (according to previous RFC)\n"
- "> ?* Small fixies according to previous RFC\n"
+ "> \302\240* Switch to virt-dma API (according to previous RFC)\n"
+ "> \302\240* Small fixies according to previous RFC\n"
  "\n"
  "Yeah, seems you didn't address some of the comments and didn't comment\n"
  "why...\n"
  "\n"
- "> ?* Add DT bindings\n"
+ "> \302\240* Add DT bindings\n"
  "> \n"
  "> Eugeniy Paltsev (2):\n"
- "> ? dt-bindings: Document the Synopsys DW AXI DMA bindings\n"
- "> ? dmaengine: Add DW AXI DMAC driver\n"
+ "> \302\240 dt-bindings: Document the Synopsys DW AXI DMA bindings\n"
+ "> \302\240 dmaengine: Add DW AXI DMAC driver\n"
  "> \n"
- "> ?.../devicetree/bindings/dma/snps,axi-dw-dmac.txt???|???33 +\n"
- "> ?drivers/dma/Kconfig????????????????????????????????|????8 +\n"
- "> ?drivers/dma/Makefile???????????????????????????????|????1 +\n"
+ "> \302\240.../devicetree/bindings/dma/snps,axi-dw-dmac.txt\302\240\302\240\302\240|\302\240\302\240\302\24033 +\n"
+ "> \302\240drivers/dma/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\240\302\2408 +\n"
+ "> \302\240drivers/dma/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\240\302\2401 +\n"
  "\n"
- "> ?drivers/dma/axi_dma_platform.c?????????????????????| 1060\n"
+ "> \302\240drivers/dma/axi_dma_platform.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 1060\n"
  "> ++++++++++++++++++++\n"
  "\n"
  "This surprises me. I would expect more then 100+ LOC reduction when\n"
  "switched to virt-dma API. Can you double check that you are using it\n"
  "effectively?\n"
  "\n"
- "> ?drivers/dma/axi_dma_platform.h?????????????????????|??124 +++\n"
- "> ?drivers/dma/axi_dma_platform_reg.h?????????????????|??189 ++++\n"
- "> ?6 files changed, 1415 insertions(+)\n"
- "> ?create mode 100644 Documentation/devicetree/bindings/dma/snps,axi-dw-\n"
+ "> \302\240drivers/dma/axi_dma_platform.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240124 +++\n"
+ "> \302\240drivers/dma/axi_dma_platform_reg.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240189 ++++\n"
+ "> \302\2406 files changed, 1415 insertions(+)\n"
+ "> \302\240create mode 100644 Documentation/devicetree/bindings/dma/snps,axi-dw-\n"
  "> dmac.txt\n"
- "> ?create mode 100644 drivers/dma/axi_dma_platform.c\n"
- "> ?create mode 100644 drivers/dma/axi_dma_platform.h\n"
- "> ?create mode 100644 drivers/dma/axi_dma_platform_reg.h\n"
+ "> \302\240create mode 100644 drivers/dma/axi_dma_platform.c\n"
+ "> \302\240create mode 100644 drivers/dma/axi_dma_platform.h\n"
+ "> \302\240create mode 100644 drivers/dma/axi_dma_platform_reg.h\n"
  "> \n"
  "\n"
  "-- \n"
- "Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n"
+ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-de25e200e97fe374035edf15eb0525d7333d9b940196fe656a7724e9f33fe956
+86c4ea780b98259c65e2f3dd5d7c7100641c180350dfa1c381436d293b48245b

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.