diff for duplicates of <1479497189.22212.41.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 5258110..855b53b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On Fri, 2016-11-18@22:12 +0300, Eugeniy Paltsev wrote: +On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote: > It wasn't possible to enable some features like > memory-to-memory transfers or multi block transfers via DT. > It is fixed by these patches. @@ -9,39 +9,43 @@ first time 1 week approximately). > > Changes for v3: -> ?* Update existing platform data. -> ???We don't need to update existing DTS because default logic? -> ???wasn't change: we don't set "is_nollp" if we read? -> ???configuration from DT before. And we don't set it now if -> ???"multi-block" property doesn't exist in DTS. +> * Update existing platform data. +> We don't need to update existing DTS because default logic +> wasn't change: we don't set "is_nollp" if we read +> configuration from DT before. And we don't set it now if +> "multi-block" property doesn't exist in DTS. See my comments in the patches. And do not send the updated version earlier than Monday, please. > > Changes for v2: -> ?* I thought about is_memcpy DT property: all known devices, which? -> ???use DT for configuration, support memory-to-memory transfers.? -> ???So we don't need to read it from DT. So enable it by default,? -> ???if we read configuration from DT. +> * I thought about is_memcpy DT property: all known devices, which +> use DT for configuration, support memory-to-memory transfers. +> So we don't need to read it from DT. So enable it by default, +> if we read configuration from DT. > -> ?* Use "multi-block" instead of "hw-llp" name to be more clear. +> * Use "multi-block" instead of "hw-llp" name to be more clear. > -> ?* Move adding DT property and adding documentation for this -> ???property to one patch. +> * Move adding DT property and adding documentation for this +> property to one patch. > > Eugeniy Paltsev (2): -> ? DW DMAC: enable memory-to-memory transfers support -> ? DW DMAC: add multi-block property to device tree +> DW DMAC: enable memory-to-memory transfers support +> DW DMAC: add multi-block property to device tree > -> ?Documentation/devicetree/bindings/dma/snps-dma.txt |??2 ++ -> ?drivers/dma/dw/core.c??????????????????????????????|??2 +- -> ?drivers/dma/dw/platform.c??????????????????????????| 11 +++++++++++ -> ?drivers/tty/serial/8250/8250_lpss.c????????????????|??2 +- -> ?include/linux/platform_data/dma-dw.h???????????????|??4 ++-- -> ?5 files changed, 17 insertions(+), 4 deletions(-) +> Documentation/devicetree/bindings/dma/snps-dma.txt | 2 ++ +> drivers/dma/dw/core.c | 2 +- +> drivers/dma/dw/platform.c | 11 +++++++++++ +> drivers/tty/serial/8250/8250_lpss.c | 2 +- +> include/linux/platform_data/dma-dw.h | 4 ++-- +> 5 files changed, 17 insertions(+), 4 deletions(-) > -- -Andy Shevchenko <andriy.shevchenko at linux.intel.com> +Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> Intel Finland Oy +-- +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 77da2b0..0c5f792 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,19 @@ "ref\01479496356-27834-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0" - "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0" - "Subject\0[PATCH v3 0/2] DW DMAC: update device tree\0" + "ref\01479496356-27834-1-git-send-email-Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org\0" + "From\0Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 0/2] DW DMAC: update device tree\0" "Date\0Fri, 18 Nov 2016 21:26:29 +0200\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy Paltsev <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>" + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + mark.rutland-5wv7dgnIgG8@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org + dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" - "On Fri, 2016-11-18@22:12 +0300, Eugeniy Paltsev wrote:\n" + "On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote:\n" "> It wasn't possible to enable some features like\n" "> memory-to-memory transfers or multi block transfers via DT.\n" "> It is fixed by these patches.\n" @@ -16,41 +24,45 @@ "\n" "> \n" "> Changes for v3:\n" - "> ?* Update existing platform data.\n" - "> ???We don't need to update existing DTS because default logic?\n" - "> ???wasn't change: we don't set \"is_nollp\" if we read?\n" - "> ???configuration from DT before. And we don't set it now if\n" - "> ???\"multi-block\" property doesn't exist in DTS.\n" + "> \302\240* Update existing platform data.\n" + "> \302\240\302\240\302\240We don't need to update existing DTS because default logic\302\240\n" + "> \302\240\302\240\302\240wasn't change: we don't set \"is_nollp\" if we read\302\240\n" + "> \302\240\302\240\302\240configuration from DT before. And we don't set it now if\n" + "> \302\240\302\240\302\240\"multi-block\" property doesn't exist in DTS.\n" "\n" "See my comments in the patches.\n" "And do not send the updated version earlier than Monday, please.\n" "\n" "> \n" "> Changes for v2:\n" - "> ?* I thought about is_memcpy DT property: all known devices, which?\n" - "> ???use DT for configuration, support memory-to-memory transfers.?\n" - "> ???So we don't need to read it from DT. So enable it by default,?\n" - "> ???if we read configuration from DT.\n" + "> \302\240* I thought about is_memcpy DT property: all known devices, which\302\240\n" + "> \302\240\302\240\302\240use DT for configuration, support memory-to-memory transfers.\302\240\n" + "> \302\240\302\240\302\240So we don't need to read it from DT. So enable it by default,\302\240\n" + "> \302\240\302\240\302\240if we read configuration from DT.\n" "> \n" - "> ?* Use \"multi-block\" instead of \"hw-llp\" name to be more clear.\n" + "> \302\240* Use \"multi-block\" instead of \"hw-llp\" name to be more clear.\n" "> \n" - "> ?* Move adding DT property and adding documentation for this\n" - "> ???property to one patch.\n" + "> \302\240* Move adding DT property and adding documentation for this\n" + "> \302\240\302\240\302\240property to one patch.\n" "> \n" "> Eugeniy Paltsev (2):\n" - "> ? DW DMAC: enable memory-to-memory transfers support\n" - "> ? DW DMAC: add multi-block property to device tree\n" + "> \302\240 DW DMAC: enable memory-to-memory transfers support\n" + "> \302\240 DW DMAC: add multi-block property to device tree\n" "> \n" - "> ?Documentation/devicetree/bindings/dma/snps-dma.txt |??2 ++\n" - "> ?drivers/dma/dw/core.c??????????????????????????????|??2 +-\n" - "> ?drivers/dma/dw/platform.c??????????????????????????| 11 +++++++++++\n" - "> ?drivers/tty/serial/8250/8250_lpss.c????????????????|??2 +-\n" - "> ?include/linux/platform_data/dma-dw.h???????????????|??4 ++--\n" - "> ?5 files changed, 17 insertions(+), 4 deletions(-)\n" + "> \302\240Documentation/devicetree/bindings/dma/snps-dma.txt |\302\240\302\2402 ++\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\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\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\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| 11 +++++++++++\n" + "> \302\240drivers/tty/serial/8250/8250_lpss.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\2402 +-\n" + "> \302\240include/linux/platform_data/dma-dw.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\2404 ++--\n" + "> \302\2405 files changed, 17 insertions(+), 4 deletions(-)\n" "> \n" "\n" "-- \n" - "Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n" - Intel Finland Oy + "Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "Intel Finland Oy\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 -8bdc021dafb1b5f3e3c5bdfbfe27e249e8521168e7e537c8962b600003b91eb6 +3403ad0014275d59e5d0b43e6483da68cc0040fd51df9f57cd403b252de10fb0
diff --git a/a/1.txt b/N2/1.txt index 5258110..e45e6cb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On Fri, 2016-11-18@22:12 +0300, Eugeniy Paltsev wrote: +On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote: > It wasn't possible to enable some features like > memory-to-memory transfers or multi block transfers via DT. > It is fixed by these patches. @@ -9,39 +9,39 @@ first time 1 week approximately). > > Changes for v3: -> ?* Update existing platform data. -> ???We don't need to update existing DTS because default logic? -> ???wasn't change: we don't set "is_nollp" if we read? -> ???configuration from DT before. And we don't set it now if -> ???"multi-block" property doesn't exist in DTS. +> * Update existing platform data. +> We don't need to update existing DTS because default logic +> wasn't change: we don't set "is_nollp" if we read +> configuration from DT before. And we don't set it now if +> "multi-block" property doesn't exist in DTS. See my comments in the patches. And do not send the updated version earlier than Monday, please. > > Changes for v2: -> ?* I thought about is_memcpy DT property: all known devices, which? -> ???use DT for configuration, support memory-to-memory transfers.? -> ???So we don't need to read it from DT. So enable it by default,? -> ???if we read configuration from DT. +> * I thought about is_memcpy DT property: all known devices, which +> use DT for configuration, support memory-to-memory transfers. +> So we don't need to read it from DT. So enable it by default, +> if we read configuration from DT. > -> ?* Use "multi-block" instead of "hw-llp" name to be more clear. +> * Use "multi-block" instead of "hw-llp" name to be more clear. > -> ?* Move adding DT property and adding documentation for this -> ???property to one patch. +> * Move adding DT property and adding documentation for this +> property to one patch. > > Eugeniy Paltsev (2): -> ? DW DMAC: enable memory-to-memory transfers support -> ? DW DMAC: add multi-block property to device tree +> DW DMAC: enable memory-to-memory transfers support +> DW DMAC: add multi-block property to device tree > -> ?Documentation/devicetree/bindings/dma/snps-dma.txt |??2 ++ -> ?drivers/dma/dw/core.c??????????????????????????????|??2 +- -> ?drivers/dma/dw/platform.c??????????????????????????| 11 +++++++++++ -> ?drivers/tty/serial/8250/8250_lpss.c????????????????|??2 +- -> ?include/linux/platform_data/dma-dw.h???????????????|??4 ++-- -> ?5 files changed, 17 insertions(+), 4 deletions(-) +> Documentation/devicetree/bindings/dma/snps-dma.txt | 2 ++ +> drivers/dma/dw/core.c | 2 +- +> drivers/dma/dw/platform.c | 11 +++++++++++ +> drivers/tty/serial/8250/8250_lpss.c | 2 +- +> include/linux/platform_data/dma-dw.h | 4 ++-- +> 5 files changed, 17 insertions(+), 4 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/N2/content_digest index 77da2b0..56ddcdd 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,11 +1,18 @@ "ref\01479496356-27834-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0" - "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0" - "Subject\0[PATCH v3 0/2] DW DMAC: update device tree\0" + "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0" + "Subject\0Re: [PATCH v3 0/2] DW DMAC: update device tree\0" "Date\0Fri, 18 Nov 2016 21:26:29 +0200\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>" + " devicetree@vger.kernel.org\0" + "Cc\0robh+dt@kernel.org" + mark.rutland@arm.com + linux-kernel@vger.kernel.org + vinod.koul@intel.com + dmaengine@vger.kernel.org + " linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" - "On Fri, 2016-11-18@22:12 +0300, Eugeniy Paltsev wrote:\n" + "On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote:\n" "> It wasn't possible to enable some features like\n" "> memory-to-memory transfers or multi block transfers via DT.\n" "> It is fixed by these patches.\n" @@ -16,41 +23,41 @@ "\n" "> \n" "> Changes for v3:\n" - "> ?* Update existing platform data.\n" - "> ???We don't need to update existing DTS because default logic?\n" - "> ???wasn't change: we don't set \"is_nollp\" if we read?\n" - "> ???configuration from DT before. And we don't set it now if\n" - "> ???\"multi-block\" property doesn't exist in DTS.\n" + "> \302\240* Update existing platform data.\n" + "> \302\240\302\240\302\240We don't need to update existing DTS because default logic\302\240\n" + "> \302\240\302\240\302\240wasn't change: we don't set \"is_nollp\" if we read\302\240\n" + "> \302\240\302\240\302\240configuration from DT before. And we don't set it now if\n" + "> \302\240\302\240\302\240\"multi-block\" property doesn't exist in DTS.\n" "\n" "See my comments in the patches.\n" "And do not send the updated version earlier than Monday, please.\n" "\n" "> \n" "> Changes for v2:\n" - "> ?* I thought about is_memcpy DT property: all known devices, which?\n" - "> ???use DT for configuration, support memory-to-memory transfers.?\n" - "> ???So we don't need to read it from DT. So enable it by default,?\n" - "> ???if we read configuration from DT.\n" + "> \302\240* I thought about is_memcpy DT property: all known devices, which\302\240\n" + "> \302\240\302\240\302\240use DT for configuration, support memory-to-memory transfers.\302\240\n" + "> \302\240\302\240\302\240So we don't need to read it from DT. So enable it by default,\302\240\n" + "> \302\240\302\240\302\240if we read configuration from DT.\n" "> \n" - "> ?* Use \"multi-block\" instead of \"hw-llp\" name to be more clear.\n" + "> \302\240* Use \"multi-block\" instead of \"hw-llp\" name to be more clear.\n" "> \n" - "> ?* Move adding DT property and adding documentation for this\n" - "> ???property to one patch.\n" + "> \302\240* Move adding DT property and adding documentation for this\n" + "> \302\240\302\240\302\240property to one patch.\n" "> \n" "> Eugeniy Paltsev (2):\n" - "> ? DW DMAC: enable memory-to-memory transfers support\n" - "> ? DW DMAC: add multi-block property to device tree\n" + "> \302\240 DW DMAC: enable memory-to-memory transfers support\n" + "> \302\240 DW DMAC: add multi-block property to device tree\n" "> \n" - "> ?Documentation/devicetree/bindings/dma/snps-dma.txt |??2 ++\n" - "> ?drivers/dma/dw/core.c??????????????????????????????|??2 +-\n" - "> ?drivers/dma/dw/platform.c??????????????????????????| 11 +++++++++++\n" - "> ?drivers/tty/serial/8250/8250_lpss.c????????????????|??2 +-\n" - "> ?include/linux/platform_data/dma-dw.h???????????????|??4 ++--\n" - "> ?5 files changed, 17 insertions(+), 4 deletions(-)\n" + "> \302\240Documentation/devicetree/bindings/dma/snps-dma.txt |\302\240\302\2402 ++\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\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\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\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| 11 +++++++++++\n" + "> \302\240drivers/tty/serial/8250/8250_lpss.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\2402 +-\n" + "> \302\240include/linux/platform_data/dma-dw.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\2404 ++--\n" + "> \302\2405 files changed, 17 insertions(+), 4 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 -8bdc021dafb1b5f3e3c5bdfbfe27e249e8521168e7e537c8962b600003b91eb6 +17f7b93ca49b22dbdbbbde815832a45857cd1897b581e099e47cc57de03d767c
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.