diff for duplicates of <1480002728.20074.15.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 56b5be6..eefb5d9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On Thu, 2016-11-24@18:04 +0300, Eugeniy Paltsev wrote: +On Thu, 2016-11-24 at 18:04 +0300, Eugeniy Paltsev wrote: > Several versions of DW DMAC have multi block transfers hardware > support. Hardware support of multi block transfers is disabled > by default if we use DT to configure DMAC and software emulation @@ -18,16 +18,16 @@ clarify it. Another one is minor listed below, otherwise -Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> +Acked-by: Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org> > --- a/drivers/dma/dw/platform.c > +++ b/drivers/dma/dw/platform.c > @@ -102,7 +102,7 @@ dw_dma_parse_dt(struct platform_device *pdev) -> ?{ -> ? struct device_node *np = pdev->dev.of_node; -> ? struct dw_dma_platform_data *pdata; +> { +> struct device_node *np = pdev->dev.of_node; +> struct dw_dma_platform_data *pdata; > - u32 tmp, arr[DW_DMA_MAX_NR_MASTERS]; > + u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], > chan[DW_DMA_MAX_NR_CHANNELS]; @@ -35,10 +35,10 @@ Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> chan here will confuse people... > @@ -152,6 +154,11 @@ dw_dma_parse_dt(struct platform_device *pdev) -> ? pdata->data_width[tmp] = BIT(arr[tmp] & +> pdata->data_width[tmp] = BIT(arr[tmp] & > 0x07); -> ? } -> ? +> } +> > + if (!of_property_read_u32_array(np, "multi-block", chan, > nr_channels)) { > + for (tmp = 0; tmp < nr_channels; tmp++) @@ -47,5 +47,9 @@ chan here will confuse people... ...mb (as short of multi-block) would suit better. -- -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 485360b..d714ac4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,24 @@ "ref\01479999878-19120-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0" "ref\01479999878-19120-3-git-send-email-Eugeniy.Paltsev@synopsys.com\0" - "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0" - "Subject\0[PATCH v5 2/2] DW DMAC: add multi-block property to device tree\0" + "ref\01479999878-19120-3-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 v5 2/2] DW DMAC: add multi-block property to device tree\0" "Date\0Thu, 24 Nov 2016 17:52:08 +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 + arnd-r2nGTMty4D4@public.gmane.org + linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + vireshk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + shiraz.linux.kernel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + " christian.ruppert-Yycd8EPnGM5BDgjK7y7TUQ@public.gmane.org\0" "\00:1\0" "b\0" - "On Thu, 2016-11-24@18:04 +0300, Eugeniy Paltsev wrote:\n" + "On Thu, 2016-11-24 at 18:04 +0300, Eugeniy Paltsev wrote:\n" "> Several versions of DW DMAC have multi block transfers hardware\n" "> support. Hardware support of multi block transfers is disabled\n" "> by default if we use DT to configure DMAC and software emulation\n" @@ -26,16 +38,16 @@ "\n" "Another one is minor listed below, otherwise\n" "\n" - "Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n" + "Acked-by: Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" "\n" - "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\n" "\n" "> --- a/drivers/dma/dw/platform.c\n" "> +++ b/drivers/dma/dw/platform.c\n" "> @@ -102,7 +102,7 @@ dw_dma_parse_dt(struct platform_device *pdev)\n" - "> ?{\n" - "> ?\tstruct device_node *np = pdev->dev.of_node;\n" - "> ?\tstruct dw_dma_platform_data *pdata;\n" + "> \302\240{\n" + "> \302\240\tstruct device_node *np = pdev->dev.of_node;\n" + "> \302\240\tstruct dw_dma_platform_data *pdata;\n" "> -\tu32 tmp, arr[DW_DMA_MAX_NR_MASTERS];\n" "> +\tu32 tmp, arr[DW_DMA_MAX_NR_MASTERS],\n" "> chan[DW_DMA_MAX_NR_CHANNELS];\n" @@ -43,10 +55,10 @@ "chan here will confuse people...\n" "\n" "> @@ -152,6 +154,11 @@ dw_dma_parse_dt(struct platform_device *pdev)\n" - "> ?\t\t\tpdata->data_width[tmp] = BIT(arr[tmp] &\n" + "> \302\240\t\t\tpdata->data_width[tmp] = BIT(arr[tmp] &\n" "> 0x07);\n" - "> ?\t}\n" - "> ?\n" + "> \302\240\t}\n" + "> \302\240\n" "> +\tif (!of_property_read_u32_array(np, \"multi-block\", chan,\n" "> nr_channels)) {\n" "> +\t\tfor (tmp = 0; tmp < nr_channels; tmp++)\n" @@ -55,7 +67,11 @@ "...mb (as short of multi-block) would suit better.\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 -d530526fd53a279243d3653bb40475f0a090054e8cb8f6a9c41ed93a99784427 +a2b7d9854145135592b36dee84e0a3f79759da3ae45cb41e64d37d06314eff0f
diff --git a/a/1.txt b/N2/1.txt index 56b5be6..c93f643 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On Thu, 2016-11-24@18:04 +0300, Eugeniy Paltsev wrote: +On Thu, 2016-11-24 at 18:04 +0300, Eugeniy Paltsev wrote: > Several versions of DW DMAC have multi block transfers hardware > support. Hardware support of multi block transfers is disabled > by default if we use DT to configure DMAC and software emulation @@ -18,16 +18,16 @@ clarify it. Another one is minor listed below, otherwise -Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> +Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> -> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> > --- a/drivers/dma/dw/platform.c > +++ b/drivers/dma/dw/platform.c > @@ -102,7 +102,7 @@ dw_dma_parse_dt(struct platform_device *pdev) -> ?{ -> ? struct device_node *np = pdev->dev.of_node; -> ? struct dw_dma_platform_data *pdata; +> { +> struct device_node *np = pdev->dev.of_node; +> struct dw_dma_platform_data *pdata; > - u32 tmp, arr[DW_DMA_MAX_NR_MASTERS]; > + u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], > chan[DW_DMA_MAX_NR_CHANNELS]; @@ -35,10 +35,10 @@ Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> chan here will confuse people... > @@ -152,6 +154,11 @@ dw_dma_parse_dt(struct platform_device *pdev) -> ? pdata->data_width[tmp] = BIT(arr[tmp] & +> pdata->data_width[tmp] = BIT(arr[tmp] & > 0x07); -> ? } -> ? +> } +> > + if (!of_property_read_u32_array(np, "multi-block", chan, > nr_channels)) { > + for (tmp = 0; tmp < nr_channels; tmp++) @@ -47,5 +47,5 @@ chan here will confuse people... ...mb (as short of multi-block) would suit better. -- -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 485360b..085e8f6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,12 +1,23 @@ "ref\01479999878-19120-1-git-send-email-Eugeniy.Paltsev@synopsys.com\0" "ref\01479999878-19120-3-git-send-email-Eugeniy.Paltsev@synopsys.com\0" - "From\0andriy.shevchenko@linux.intel.com (Andy Shevchenko)\0" - "Subject\0[PATCH v5 2/2] DW DMAC: add multi-block property to device tree\0" + "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0" + "Subject\0Re: [PATCH v5 2/2] DW DMAC: add multi-block property to device tree\0" "Date\0Thu, 24 Nov 2016 17:52:08 +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 + arnd@arndb.de + linux-snps-arc@lists.infradead.org + vireshk@kernel.org + shiraz.linux.kernel@gmail.com + " christian.ruppert@alitech.com\0" "\00:1\0" "b\0" - "On Thu, 2016-11-24@18:04 +0300, Eugeniy Paltsev wrote:\n" + "On Thu, 2016-11-24 at 18:04 +0300, Eugeniy Paltsev wrote:\n" "> Several versions of DW DMAC have multi block transfers hardware\n" "> support. Hardware support of multi block transfers is disabled\n" "> by default if we use DT to configure DMAC and software emulation\n" @@ -26,16 +37,16 @@ "\n" "Another one is minor listed below, otherwise\n" "\n" - "Acked-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n" + "Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" "\n" - "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" "\n" "> --- a/drivers/dma/dw/platform.c\n" "> +++ b/drivers/dma/dw/platform.c\n" "> @@ -102,7 +102,7 @@ dw_dma_parse_dt(struct platform_device *pdev)\n" - "> ?{\n" - "> ?\tstruct device_node *np = pdev->dev.of_node;\n" - "> ?\tstruct dw_dma_platform_data *pdata;\n" + "> \302\240{\n" + "> \302\240\tstruct device_node *np = pdev->dev.of_node;\n" + "> \302\240\tstruct dw_dma_platform_data *pdata;\n" "> -\tu32 tmp, arr[DW_DMA_MAX_NR_MASTERS];\n" "> +\tu32 tmp, arr[DW_DMA_MAX_NR_MASTERS],\n" "> chan[DW_DMA_MAX_NR_CHANNELS];\n" @@ -43,10 +54,10 @@ "chan here will confuse people...\n" "\n" "> @@ -152,6 +154,11 @@ dw_dma_parse_dt(struct platform_device *pdev)\n" - "> ?\t\t\tpdata->data_width[tmp] = BIT(arr[tmp] &\n" + "> \302\240\t\t\tpdata->data_width[tmp] = BIT(arr[tmp] &\n" "> 0x07);\n" - "> ?\t}\n" - "> ?\n" + "> \302\240\t}\n" + "> \302\240\n" "> +\tif (!of_property_read_u32_array(np, \"multi-block\", chan,\n" "> nr_channels)) {\n" "> +\t\tfor (tmp = 0; tmp < nr_channels; tmp++)\n" @@ -55,7 +66,7 @@ "...mb (as short of multi-block) would suit better.\n" "\n" "-- \n" - "Andy Shevchenko <andriy.shevchenko at linux.intel.com>\n" + "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" Intel Finland Oy -d530526fd53a279243d3653bb40475f0a090054e8cb8f6a9c41ed93a99784427 +2371ea7e505affd3e7be9c9295d63a52c839a1990fb2bad1edea81fef796def3
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.