diff for duplicates of <533BF707.8030203@monstr.eu> diff --git a/a/1.txt b/N1/1.txt index f9830c6..f7ba73e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -73,18 +73,18 @@ On 03/28/2014 01:03 PM, Srikanth Thokala wrote: > +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,num-fstores = <0x8>; > + xlnx,flush-fsync = <0x1>; -> + dma-channel at 40030000 { +> + dma-channel@40030000 { > + compatible = "xlnx,axi-vdma-mm2s-channel"; > + interrupts = < 0 54 4 >; > + xlnx,datawidth = <0x40>; > + } ; -> + dma-channel at 40030030 { +> + dma-channel@40030030 { > + compatible = "xlnx,axi-vdma-s2mm-channel"; > + interrupts = < 0 53 4 >; > + xlnx,datawidth = <0x40>; @@ -103,7 +103,7 @@ On 03/28/2014 01:03 PM, Srikanth Thokala wrote: > +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>; @@ -123,12 +123,3 @@ w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform - - --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 263 bytes -Desc: OpenPGP digital signature -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140402/c0b382d4/attachment.sig> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..7ea805a --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,8 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) +Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ + +iEYEARECAAYFAlM79wcACgkQykllyylKDCFUEwCggGCQiue3RPNLJCeVEiBY9Ak5 +BPgAn3OVOCq4yOYzI3J3TLZqEU6FniI7 +=w+ed +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..a198b95 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: OpenPGP digital signature +Content-Disposition: attachment; filename="signature.asc" diff --git a/a/content_digest b/N1/content_digest index 4d74202..e8dbd91 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,24 @@ "ref\01396008222-7058-1-git-send-email-sthokal@xilinx.com\0" "ref\01396008222-7058-2-git-send-email-sthokal@xilinx.com\0" - "From\0monstr@monstr.eu (Michal Simek)\0" - "Subject\0[PATCH v7 1/2] dma: Add Xilinx Video DMA DT Binding Documentation\0" + "From\0Michal Simek <monstr@monstr.eu>\0" + "Subject\0Re: [PATCH v7 1/2] dma: Add Xilinx Video DMA DT Binding Documentation\0" "Date\0Wed, 02 Apr 2014 13:39:51 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Srikanth Thokala <sthokal@xilinx.com>" + " robh+dt@kernel.org\0" + "Cc\0dan.j.williams@intel.com" + vinod.koul@intel.com + michal.simek@xilinx.com + grant.likely@linaro.org + levex@linux.com + lars@metafoo.de + andriy.shevchenko@linux.intel.com + jaswinder.singh@linaro.org + dmaengine@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + devicetree-discuss <devicetree-discuss@lists.ozlabs.org> + " Mark Rutland <mark.rutland@arm.com>\0" + "\01:1\0" "b\0" "Hi,\n" "\n" @@ -81,18 +95,18 @@ "> +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,num-fstores = <0x8>;\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,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,datawidth = <0x40>;\n" @@ -111,7 +125,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" @@ -130,15 +144,18 @@ "w: www.monstr.eu p: +42-0-721842854\n" "Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/\n" "Maintainer of Linux kernel - Xilinx Zynq ARM architecture\n" - "Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform\n" - "\n" + Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform + "\01:2\0" + "fn\0signature.asc\0" + "d\0OpenPGP digital signature\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1.4.10 (GNU/Linux)\n" + "Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/\n" "\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 263 bytes\n" - "Desc: OpenPGP digital signature\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140402/c0b382d4/attachment.sig> + "iEYEARECAAYFAlM79wcACgkQykllyylKDCFUEwCggGCQiue3RPNLJCeVEiBY9Ak5\n" + "BPgAn3OVOCq4yOYzI3J3TLZqEU6FniI7\n" + "=w+ed\n" + "-----END PGP SIGNATURE-----\n" -e475cb867f8f9d6905fd2d5658ed49395d7372bd133de24bc36d0f2fe7dfe801 +0d91c4cdd4b29561e0ce479c9a1764ec305d98b002b5cb2a0574004baec84be2
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.