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

diff --git a/a/1.txt b/N1/1.txt
index f7bb392..09be566 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Fri, 2016-10-28@18:59 +0300, Eugeniy Paltsev wrote:
+On Fri, 2016-10-28 at 18:59 +0300, Eugeniy Paltsev wrote:
 > This series is to address a proposal by Andy in these threads:
 > http://www.spinics.net/lists/dmaengine/msg11506.html
 > http://www.spinics.net/lists/dmaengine/msg11541.html
@@ -11,28 +11,28 @@ Thanks for an update I will comment them later.
 
 > 
 > Changes for v3:
-> ?-???Split changes to separate patches.
-> ?-???Add "DW_DMA_IS_LLP_SUPPORTED" flag and get rid of "dwc->nollp"
-> ?????as separate variable.
-> ?-???Make "dw_dma_slave" documentation comments more clear about
+>  -   Split changes to separate patches.
+>  -   Add "DW_DMA_IS_LLP_SUPPORTED" flag and get rid of "dwc->nollp"
+>      as separate variable.
+>  -   Make "dw_dma_slave" documentation comments more clear about
 > quirks.
-> ?????"is_memcpy" and "is_private" are quirks, "is_nollp" is regular?
-> ?????pdata property.
+>      "is_memcpy" and "is_private" are quirks, "is_nollp" is regular 
+>      pdata property.
 > 
 > Eugeniy Paltsev (3):
-> ? dmaengine: DW DMAC: split pdata to hardware properties and platform
-> ????quirks
-> ? dmaengine: DW DMAC: convert to unified device property API
-> ? dmaengine: DW DMAC: move "nollp" to "dwc->flags"
+>   dmaengine: DW DMAC: split pdata to hardware properties and platform
+>     quirks
+>   dmaengine: DW DMAC: convert to unified device property API
+>   dmaengine: DW DMAC: move "nollp" to "dwc->flags"
 > 
-> ?drivers/dma/dw/core.c????????????????| 34 +++++++++++++----------
-> ?drivers/dma/dw/platform.c????????????| 53 +++++++++++++++++++------
+>  drivers/dma/dw/core.c                | 34 +++++++++++++----------
+>  drivers/dma/dw/platform.c            | 53 +++++++++++++++++++------
 > -----------
-> ?drivers/dma/dw/regs.h????????????????|??2 +-
-> ?include/linux/platform_data/dma-dw.h |??5 ++++
-> ?4 files changed, 54 insertions(+), 40 deletions(-)
+>  drivers/dma/dw/regs.h                |  2 +-
+>  include/linux/platform_data/dma-dw.h |  5 ++++
+>  4 files changed, 54 insertions(+), 40 deletions(-)
 > 
 
 -- 
-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 f1b35cd..ba585e5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,17 @@
  "ref\01477670402-23943-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0"
- "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0"
- "Subject\0[PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties\0"
+ "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0"
+ "Subject\0Re: [PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties\0"
  "Date\0Fri, 28 Oct 2016 19:15:57 +0300\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"
+  vinod.koul@intel.com
+  dan.j.williams@intel.com
+  vireshk@kernel.org
+ " linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Fri, 2016-10-28@18:59 +0300, Eugeniy Paltsev wrote:\n"
+ "On Fri, 2016-10-28 at 18:59 +0300, Eugeniy Paltsev wrote:\n"
  "> This series is to address a proposal by Andy in these threads:\n"
  "> http://www.spinics.net/lists/dmaengine/msg11506.html\n"
  "> http://www.spinics.net/lists/dmaengine/msg11541.html\n"
@@ -18,30 +24,30 @@
  "\n"
  "> \n"
  "> Changes for v3:\n"
- "> ?-???Split changes to separate patches.\n"
- "> ?-???Add \"DW_DMA_IS_LLP_SUPPORTED\" flag and get rid of \"dwc->nollp\"\n"
- "> ?????as separate variable.\n"
- "> ?-???Make \"dw_dma_slave\" documentation comments more clear about\n"
+ "> \302\240-\302\240\302\240\302\240Split changes to separate patches.\n"
+ "> \302\240-\302\240\302\240\302\240Add \"DW_DMA_IS_LLP_SUPPORTED\" flag and get rid of \"dwc->nollp\"\n"
+ "> \302\240\302\240\302\240\302\240\302\240as separate variable.\n"
+ "> \302\240-\302\240\302\240\302\240Make \"dw_dma_slave\" documentation comments more clear about\n"
  "> quirks.\n"
- "> ?????\"is_memcpy\" and \"is_private\" are quirks, \"is_nollp\" is regular?\n"
- "> ?????pdata property.\n"
+ "> \302\240\302\240\302\240\302\240\302\240\"is_memcpy\" and \"is_private\" are quirks, \"is_nollp\" is regular\302\240\n"
+ "> \302\240\302\240\302\240\302\240\302\240pdata property.\n"
  "> \n"
  "> Eugeniy Paltsev (3):\n"
- "> ? dmaengine: DW DMAC: split pdata to hardware properties and platform\n"
- "> ????quirks\n"
- "> ? dmaengine: DW DMAC: convert to unified device property API\n"
- "> ? dmaengine: DW DMAC: move \"nollp\" to \"dwc->flags\"\n"
+ "> \302\240 dmaengine: DW DMAC: split pdata to hardware properties and platform\n"
+ "> \302\240\302\240\302\240\302\240quirks\n"
+ "> \302\240 dmaengine: DW DMAC: convert to unified device property API\n"
+ "> \302\240 dmaengine: DW DMAC: move \"nollp\" to \"dwc->flags\"\n"
  "> \n"
- "> ?drivers/dma/dw/core.c????????????????| 34 +++++++++++++----------\n"
- "> ?drivers/dma/dw/platform.c????????????| 53 +++++++++++++++++++------\n"
+ "> \302\240drivers/dma/dw/core.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| 34 +++++++++++++----------\n"
+ "> \302\240drivers/dma/dw/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| 53 +++++++++++++++++++------\n"
  "> -----------\n"
- "> ?drivers/dma/dw/regs.h????????????????|??2 +-\n"
- "> ?include/linux/platform_data/dma-dw.h |??5 ++++\n"
- "> ?4 files changed, 54 insertions(+), 40 deletions(-)\n"
+ "> \302\240drivers/dma/dw/regs.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\2402 +-\n"
+ "> \302\240include/linux/platform_data/dma-dw.h |\302\240\302\2405 ++++\n"
+ "> \302\2404 files changed, 54 insertions(+), 40 deletions(-)\n"
  "> \n"
  "\n"
  "-- \n"
- "Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n"
+ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-07a3e30c8e29d6f068ccc5ecf7534f8943a5d926846cf195de0f4e9ab571d499
+56a1de9b814ed6cb934097f82980c14e3ace6e7af57ca54f05f967fceaa3797a

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.