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

diff --git a/a/1.txt b/N1/1.txt
index bd0d6e8..2bc256d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Tue, 2016-08-16@14:31 +0300, Eugeniy Paltsev wrote:
+On Tue, 2016-08-16 at 14:31 +0300, Eugeniy Paltsev wrote:
 > DW DMAC on ARC SDP became broken after df5c7386 ("dmaengine: dw: some
 > Intel
 > devices has no memcpy support") and 30cb2639 ("dmaengine: dw: don't
@@ -38,19 +38,19 @@ even in case of auto configuration.
 > Note there's a prerequisite http://www.spinics.net/lists/dmaengine/msg
 > 10682.html
 > 
-> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
+> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 > ---
-> ?drivers/dma/dw/platform.c | 6 ++++++
-> ?1 file changed, 6 insertions(+)
+>  drivers/dma/dw/platform.c | 6 ++++++
+>  1 file changed, 6 insertions(+)
 > 
 > diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c
 > index 5bda0eb..2712602 100644
 > --- a/drivers/dma/dw/platform.c
 > +++ b/drivers/dma/dw/platform.c
 > @@ -129,6 +129,12 @@ dw_dma_parse_dt(struct platform_device *pdev)
-> ?	if (of_property_read_bool(np, "is_private"))
-> ?		pdata->is_private = true;
-> ?
+>  	if (of_property_read_bool(np, "is_private"))
+>  		pdata->is_private = true;
+>  
 > +	if (of_property_read_bool(np, "is_memcpy"))
 > +		pdata->is_memcpy = true;
 > +
@@ -65,10 +65,10 @@ should not be there in the first place)
 Rob Herring (Cc'ed) might shed a light how to proceed in this case.
 
 > +
-> ?	if (!of_property_read_u32(np, "chan_allocation_order", &tmp))
-> ?		pdata->chan_allocation_order = (unsigned char)tmp;
-> ?
+>  	if (!of_property_read_u32(np, "chan_allocation_order", &tmp))
+>  		pdata->chan_allocation_order = (unsigned char)tmp;
+>  
 
 -- 
-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 672c982..3311098 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,18 @@
  "ref\01471347080-1411-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0"
- "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0"
- "Subject\0[PATCH] DW: Read \"is_memcpy\" and \"is_nollp\" property from device tree.\0"
+ "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0"
+ "Subject\0Re: [PATCH] DW: Read \"is_memcpy\" and \"is_nollp\" property from device tree.\0"
  "Date\0Fri, 19 Aug 2016 17:39:26 +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"
+  viresh.kumar@linaro.org
+  Nelson.Pereira@synopsys.com
+  vinod.koul@intel.com
+  linux-snps-arc@lists.infradead.org
+ " Rob Herring <robh@kernel.org>\0"
  "\00:1\0"
  "b\0"
- "On Tue, 2016-08-16@14:31 +0300, Eugeniy Paltsev wrote:\n"
+ "On Tue, 2016-08-16 at 14:31 +0300, Eugeniy Paltsev wrote:\n"
  "> DW DMAC on ARC SDP became broken after df5c7386 (\"dmaengine: dw: some\n"
  "> Intel\n"
  "> devices has no memcpy support\") and 30cb2639 (\"dmaengine: dw: don't\n"
@@ -45,19 +52,19 @@
  "> Note there's a prerequisite http://www.spinics.net/lists/dmaengine/msg\n"
  "> 10682.html\n"
  "> \n"
- "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n"
+ "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n"
  "> ---\n"
- "> ?drivers/dma/dw/platform.c | 6 ++++++\n"
- "> ?1 file changed, 6 insertions(+)\n"
+ "> \302\240drivers/dma/dw/platform.c | 6 ++++++\n"
+ "> \302\2401 file changed, 6 insertions(+)\n"
  "> \n"
  "> diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c\n"
  "> index 5bda0eb..2712602 100644\n"
  "> --- a/drivers/dma/dw/platform.c\n"
  "> +++ b/drivers/dma/dw/platform.c\n"
  "> @@ -129,6 +129,12 @@ dw_dma_parse_dt(struct platform_device *pdev)\n"
- "> ?\tif (of_property_read_bool(np, \"is_private\"))\n"
- "> ?\t\tpdata->is_private = true;\n"
- "> ?\n"
+ "> \302\240\tif (of_property_read_bool(np, \"is_private\"))\n"
+ "> \302\240\t\tpdata->is_private = true;\n"
+ "> \302\240\n"
  "> +\tif (of_property_read_bool(np, \"is_memcpy\"))\n"
  "> +\t\tpdata->is_memcpy = true;\n"
  "> +\n"
@@ -72,12 +79,12 @@
  "Rob Herring (Cc'ed) might shed a light how to proceed in this case.\n"
  "\n"
  "> +\n"
- "> ?\tif (!of_property_read_u32(np, \"chan_allocation_order\", &tmp))\n"
- "> ?\t\tpdata->chan_allocation_order = (unsigned char)tmp;\n"
- "> ?\n"
+ "> \302\240\tif (!of_property_read_u32(np, \"chan_allocation_order\", &tmp))\n"
+ "> \302\240\t\tpdata->chan_allocation_order = (unsigned char)tmp;\n"
+ "> \302\240\n"
  "\n"
  "-- \n"
- "Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n"
+ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-7eed2dda92233f0613a5f2f39df0c3d18a4c87de9e10f16a256c08d76a404517
+1582eecfdc09138b962b85871d21dfa5384adbb96affd9f154e8309662086884

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.