diff for duplicates of <1478087707.2603.7.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index ec0f1ec..ea39fc6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ Hi Andy, Could you possibly tell me your ideas about these changes? Thanks. -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 @@ -12,26 +12,26 @@ On Fri, 2016-10-28@18:59 +0300, Eugeniy Paltsev wrote: > different sources (pdata, device tree or autoconfig registers) > > 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(-) > -- -?Paltsev Eugeniy + Paltsev Eugeniy diff --git a/a/content_digest b/N1/content_digest index 86aee67..bc79203 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,21 @@ "ref\01477670402-23943-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0" - "From\0Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)\0" - "Subject\0[PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties\0" + "From\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0" + "Subject\0Re: [PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties\0" "Date\0Wed, 2 Nov 2016 11:55:08 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0andriy.shevchenko@linux.intel.com <andriy.shevchenko@linux.intel.com>\0" + "Cc\0dan.j.williams@intel.com <dan.j.williams@intel.com>" + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + dmaengine@vger.kernel.org <dmaengine@vger.kernel.org> + vireshk@kernel.org <vireshk@kernel.org> + vinod.koul@intel.com <vinod.koul@intel.com> + " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Andy,\n" "Could you possibly tell me your ideas about these changes?\n" "Thanks.\n" "\n" - "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" @@ -19,28 +25,28 @@ "> different sources (pdata, device tree or autoconfig registers)\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" - ?Paltsev Eugeniy + "\302\240Paltsev Eugeniy" -12f64d20c6effd8e83deec3a392b7675ab528f46d6b93cfc26544de3c71fd3c6 +14b82d81099e0a8df4eb9eaec53f27891c06a375c09e806c3680fab053cf417d
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.