diff for duplicates of <52D82480.5030901@linux.com> diff --git a/a/1.txt b/N1/1.txt index 0629213..960a958 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On 01/16/2014 06:53 PM, Srikanth Thokala wrote: > > This module works on Zynq (ARM Based SoC) and Microblaze platforms. > -> Signed-off-by: Srikanth Thokala <sthokal@xilinx.com> +> Signed-off-by: Srikanth Thokala <sthokal-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> > --- Just a few suggestions and fixes. @@ -75,19 +75,19 @@ Just a few suggestions and fixes. > +Example: > +++++++++ > + -> +axi_vdma_0: axivdma at 40030000 { +> +axi_vdma_0: axivdma@40030000 { > + compatible = "xlnx,axi-vdma-1.00.a"; > + #dma_cells = <1>; > + reg = < 0x40030000 0x10000 >; > + xlnx,flush-fsync = <0x1>; -> + dma-channel at 40030000 { +> + dma-channel@40030000 { > + compatible = "xlnx,axi-vdma-mm2s-channel"; > + interrupts = < 0 54 4 >; > + xlnx,num-fstores = <0x8>; > + xlnx,device-id = <0x0>; > + xlnx,datawidth = <0x40>; > + } ; -> + dma-channel at 40030030 { +> + dma-channel@40030030 { > + compatible = "xlnx,axi-vdma-s2mm-channel"; > + interrupts = < 0 53 4 >; > + xlnx,num-fstores = <0x8>; @@ -108,7 +108,7 @@ Just a few suggestions and fixes. > +VDMA Test Client Example: > ++++++++++++++++++++++++++ > + -> +vdmatest_0: vdmatest at 0 { +> +vdmatest_0: vdmatest@0 { > + compatible ="xlnx,axi-vdma-test-1.00.a"; > + dmas = <&axi_vdma_0 0 > + &axi_vdma_0 1>; @@ -134,7 +134,7 @@ Just a few suggestions and fixes. > +Example: > +++++++++ > + -> +vdmatest_0: vdmatest at 0 { +> +vdmatest_0: vdmatest@0 { > + compatible ="xlnx,axi-vdma-test-1.00.a"; > + dmas = <&axi_vdma_0 0 > + &axi_vdma_0 1>; @@ -145,15 +145,15 @@ Just a few suggestions and fixes. > + > +Xilinx Video DMA Device Node Example > +++++++++++++++++++++++++++++++++++++ -> +axi_vdma_0: axivdma at 44A40000 { +> +axi_vdma_0: axivdma@44A40000 { > + compatible = "xlnx,axi-vdma-1.00.a"; > + ... -> + dma-channel at 44A40000 { +> + dma-channel@44A40000 { > + ... > + xlnx,num-fstores = <0x8>; > + ... > + } ; -> + dma-channel at 44A40030 { +> + dma-channel@44A40030 { > + ... > + xlnx,num-fstores = <0x8>; > + ... @@ -553,3 +553,7 @@ That's a memory leak. You gotta kfree tx_dtc. -- Regards, Levente Kurusa +-- +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 b19ea2b..442b5cd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,19 @@ "ref\01389894803-4147-1-git-send-email-sthokal@xilinx.com\0" "ref\01389894803-4147-2-git-send-email-sthokal@xilinx.com\0" - "From\0levex@linux.com (Levente Kurusa)\0" - "Subject\0[PATCH] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0" + "ref\01389894803-4147-2-git-send-email-sthokal-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org\0" + "From\0Levente Kurusa <levex-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0" "Date\0Thu, 16 Jan 2014 19:27:12 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Srikanth Thokala <sthokal-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>" + dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org + vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org + michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org + grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + " robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hello,\n" @@ -18,7 +28,7 @@ "> \n" "> This module works on Zynq (ARM Based SoC) and Microblaze platforms.\n" "> \n" - "> Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>\n" + "> Signed-off-by: Srikanth Thokala <sthokal-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>\n" "> ---\n" "\n" "Just a few suggestions and fixes.\n" @@ -83,19 +93,19 @@ "> +Example:\n" "> +++++++++\n" "> +\n" - "> +axi_vdma_0: axivdma at 40030000 {\n" + "> +axi_vdma_0: axivdma@40030000 {\n" "> +\tcompatible = \"xlnx,axi-vdma-1.00.a\";\n" "> +\t#dma_cells = <1>;\n" "> +\treg = < 0x40030000 0x10000 >;\n" "> +\txlnx,flush-fsync = <0x1>;\n" - "> +\tdma-channel at 40030000 {\n" + "> +\tdma-channel@40030000 {\n" "> +\t\tcompatible = \"xlnx,axi-vdma-mm2s-channel\";\n" "> +\t\tinterrupts = < 0 54 4 >;\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\txlnx,device-id = <0x0>;\n" "> +\t\txlnx,datawidth = <0x40>;\n" "> +\t} ;\n" - "> +\tdma-channel at 40030030 {\n" + "> +\tdma-channel@40030030 {\n" "> +\t\tcompatible = \"xlnx,axi-vdma-s2mm-channel\";\n" "> +\t\tinterrupts = < 0 53 4 >;\n" "> +\t\txlnx,num-fstores = <0x8>;\n" @@ -116,7 +126,7 @@ "> +VDMA Test Client Example:\n" "> ++++++++++++++++++++++++++\n" "> +\n" - "> +vdmatest_0: vdmatest at 0 {\n" + "> +vdmatest_0: vdmatest@0 {\n" "> +\tcompatible =\"xlnx,axi-vdma-test-1.00.a\";\n" "> +\tdmas = <&axi_vdma_0 0\n" "> +\t\t&axi_vdma_0 1>;\n" @@ -142,7 +152,7 @@ "> +Example:\n" "> +++++++++\n" "> +\n" - "> +vdmatest_0: vdmatest at 0 {\n" + "> +vdmatest_0: vdmatest@0 {\n" "> +\tcompatible =\"xlnx,axi-vdma-test-1.00.a\";\n" "> +\tdmas = <&axi_vdma_0 0\n" "> +\t\t&axi_vdma_0 1>;\n" @@ -153,15 +163,15 @@ "> +\n" "> +Xilinx Video DMA Device Node Example\n" "> +++++++++++++++++++++++++++++++++++++\n" - "> +axi_vdma_0: axivdma at 44A40000 {\n" + "> +axi_vdma_0: axivdma@44A40000 {\n" "> +\tcompatible = \"xlnx,axi-vdma-1.00.a\";\n" "> +\t...\n" - "> +\tdma-channel at 44A40000 {\n" + "> +\tdma-channel@44A40000 {\n" "> +\t\t...\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\t...\n" "> +\t} ;\n" - "> +\tdma-channel at 44A40030 {\n" + "> +\tdma-channel@44A40030 {\n" "> +\t\t...\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\t...\n" @@ -560,6 +570,10 @@ "\n" "-- \n" "Regards,\n" - Levente Kurusa + "Levente Kurusa\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 -636c4b73609e882e247d87e4f7ce220b979e50f116bcc954cc7eb08782f820d0 +74a5bc18f3ac15c6ac21b77a7f4b06e1407555d5a362252b5a5fa65f5233c5a1
diff --git a/a/1.txt b/N2/1.txt index 0629213..ea0cb19 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -75,19 +75,19 @@ Just a few suggestions and fixes. > +Example: > +++++++++ > + -> +axi_vdma_0: axivdma at 40030000 { +> +axi_vdma_0: axivdma@40030000 { > + compatible = "xlnx,axi-vdma-1.00.a"; > + #dma_cells = <1>; > + reg = < 0x40030000 0x10000 >; > + xlnx,flush-fsync = <0x1>; -> + dma-channel at 40030000 { +> + dma-channel@40030000 { > + compatible = "xlnx,axi-vdma-mm2s-channel"; > + interrupts = < 0 54 4 >; > + xlnx,num-fstores = <0x8>; > + xlnx,device-id = <0x0>; > + xlnx,datawidth = <0x40>; > + } ; -> + dma-channel at 40030030 { +> + dma-channel@40030030 { > + compatible = "xlnx,axi-vdma-s2mm-channel"; > + interrupts = < 0 53 4 >; > + xlnx,num-fstores = <0x8>; @@ -108,7 +108,7 @@ Just a few suggestions and fixes. > +VDMA Test Client Example: > ++++++++++++++++++++++++++ > + -> +vdmatest_0: vdmatest at 0 { +> +vdmatest_0: vdmatest@0 { > + compatible ="xlnx,axi-vdma-test-1.00.a"; > + dmas = <&axi_vdma_0 0 > + &axi_vdma_0 1>; @@ -134,7 +134,7 @@ Just a few suggestions and fixes. > +Example: > +++++++++ > + -> +vdmatest_0: vdmatest at 0 { +> +vdmatest_0: vdmatest@0 { > + compatible ="xlnx,axi-vdma-test-1.00.a"; > + dmas = <&axi_vdma_0 0 > + &axi_vdma_0 1>; @@ -145,15 +145,15 @@ Just a few suggestions and fixes. > + > +Xilinx Video DMA Device Node Example > +++++++++++++++++++++++++++++++++++++ -> +axi_vdma_0: axivdma at 44A40000 { +> +axi_vdma_0: axivdma@44A40000 { > + compatible = "xlnx,axi-vdma-1.00.a"; > + ... -> + dma-channel at 44A40000 { +> + dma-channel@44A40000 { > + ... > + xlnx,num-fstores = <0x8>; > + ... > + } ; -> + dma-channel at 44A40030 { +> + dma-channel@44A40030 { > + ... > + xlnx,num-fstores = <0x8>; > + ... diff --git a/a/content_digest b/N2/content_digest index b19ea2b..1d3b918 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,18 @@ "ref\01389894803-4147-1-git-send-email-sthokal@xilinx.com\0" "ref\01389894803-4147-2-git-send-email-sthokal@xilinx.com\0" - "From\0levex@linux.com (Levente Kurusa)\0" - "Subject\0[PATCH] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0" + "From\0Levente Kurusa <levex@linux.com>\0" + "Subject\0Re: [PATCH] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support\0" "Date\0Thu, 16 Jan 2014 19:27:12 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Srikanth Thokala <sthokal@xilinx.com>" + dan.j.williams@intel.com + vinod.koul@intel.com + michal.simek@xilinx.com + grant.likely@linaro.org + " robh+dt@kernel.org\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + devicetree@vger.kernel.org + " dmaengine@vger.kernel.org\0" "\00:1\0" "b\0" "Hello,\n" @@ -83,19 +92,19 @@ "> +Example:\n" "> +++++++++\n" "> +\n" - "> +axi_vdma_0: axivdma at 40030000 {\n" + "> +axi_vdma_0: axivdma@40030000 {\n" "> +\tcompatible = \"xlnx,axi-vdma-1.00.a\";\n" "> +\t#dma_cells = <1>;\n" "> +\treg = < 0x40030000 0x10000 >;\n" "> +\txlnx,flush-fsync = <0x1>;\n" - "> +\tdma-channel at 40030000 {\n" + "> +\tdma-channel@40030000 {\n" "> +\t\tcompatible = \"xlnx,axi-vdma-mm2s-channel\";\n" "> +\t\tinterrupts = < 0 54 4 >;\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\txlnx,device-id = <0x0>;\n" "> +\t\txlnx,datawidth = <0x40>;\n" "> +\t} ;\n" - "> +\tdma-channel at 40030030 {\n" + "> +\tdma-channel@40030030 {\n" "> +\t\tcompatible = \"xlnx,axi-vdma-s2mm-channel\";\n" "> +\t\tinterrupts = < 0 53 4 >;\n" "> +\t\txlnx,num-fstores = <0x8>;\n" @@ -116,7 +125,7 @@ "> +VDMA Test Client Example:\n" "> ++++++++++++++++++++++++++\n" "> +\n" - "> +vdmatest_0: vdmatest at 0 {\n" + "> +vdmatest_0: vdmatest@0 {\n" "> +\tcompatible =\"xlnx,axi-vdma-test-1.00.a\";\n" "> +\tdmas = <&axi_vdma_0 0\n" "> +\t\t&axi_vdma_0 1>;\n" @@ -142,7 +151,7 @@ "> +Example:\n" "> +++++++++\n" "> +\n" - "> +vdmatest_0: vdmatest at 0 {\n" + "> +vdmatest_0: vdmatest@0 {\n" "> +\tcompatible =\"xlnx,axi-vdma-test-1.00.a\";\n" "> +\tdmas = <&axi_vdma_0 0\n" "> +\t\t&axi_vdma_0 1>;\n" @@ -153,15 +162,15 @@ "> +\n" "> +Xilinx Video DMA Device Node Example\n" "> +++++++++++++++++++++++++++++++++++++\n" - "> +axi_vdma_0: axivdma at 44A40000 {\n" + "> +axi_vdma_0: axivdma@44A40000 {\n" "> +\tcompatible = \"xlnx,axi-vdma-1.00.a\";\n" "> +\t...\n" - "> +\tdma-channel at 44A40000 {\n" + "> +\tdma-channel@44A40000 {\n" "> +\t\t...\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\t...\n" "> +\t} ;\n" - "> +\tdma-channel at 44A40030 {\n" + "> +\tdma-channel@44A40030 {\n" "> +\t\t...\n" "> +\t\txlnx,num-fstores = <0x8>;\n" "> +\t\t...\n" @@ -562,4 +571,4 @@ "Regards,\n" Levente Kurusa -636c4b73609e882e247d87e4f7ce220b979e50f116bcc954cc7eb08782f820d0 +4ad15be5d292938365a2c884a099fefd1f0ddff62f45b438713e08973c1e4a26
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.