diff for duplicates of <541E11BB.7070202@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 4ddf67a..1392713 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,23 +43,23 @@ Sebastian > status = "okay"; > > /* First mini-PCIe port */ -> - pcie at 1,0 { +> - pcie@1,0 { > - /* Port 0, Lane 0 */ -> + pcie00: pcie at 0,0 { +> + pcie00: pcie@0,0 { > status = "okay"; > }; > > /* Second mini-PCIe port */ -> - pcie at 2,0 { +> - pcie@2,0 { > - /* Port 0, Lane 1 */ -> + pcie01: pcie at 0,1 { +> + pcie01: pcie@0,1 { > status = "okay"; > }; > > /* Renesas uPD720202 USB 3.0 controller */ -> - pcie at 3,0 { +> - pcie@3,0 { > - /* Port 0, Lane 3 */ -> + pcie03: pcie at 0,3 { +> + pcie03: pcie@0,3 { > status = "okay"; > }; > }; diff --git a/a/content_digest b/N1/content_digest index bc2cb40..ce371f6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\01411236391-422-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01411236391-422-4-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes\0" "Date\0Sun, 21 Sep 2014 01:46:03 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Bjorn Helgaas <bhelgaas@google.com> + Jason Cooper <jason@lakedaemon.net> + Andrew Lunn <andrew@lunn.ch> + Gregory Clement <gregory.clement@free-electrons.com> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 09/20/2014 08:06 PM, Sebastian Hesselbarth wrote:\n" @@ -51,26 +63,26 @@ "> \t\t\tstatus = \"okay\";\n" "> \n" "> \t\t\t/* First mini-PCIe port */\n" - "> -\t\t\tpcie at 1,0 {\n" + "> -\t\t\tpcie@1,0 {\n" "> -\t\t\t\t/* Port 0, Lane 0 */\n" - "> +\t\t\tpcie00: pcie at 0,0 {\n" + "> +\t\t\tpcie00: pcie@0,0 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \n" "> \t\t\t/* Second mini-PCIe port */\n" - "> -\t\t\tpcie at 2,0 {\n" + "> -\t\t\tpcie@2,0 {\n" "> -\t\t\t\t/* Port 0, Lane 1 */\n" - "> +\t\t\tpcie01: pcie at 0,1 {\n" + "> +\t\t\tpcie01: pcie@0,1 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \n" "> \t\t\t/* Renesas uPD720202 USB 3.0 controller */\n" - "> -\t\t\tpcie at 3,0 {\n" + "> -\t\t\tpcie@3,0 {\n" "> -\t\t\t\t/* Port 0, Lane 3 */\n" - "> +\t\t\tpcie03: pcie at 0,3 {\n" + "> +\t\t\tpcie03: pcie@0,3 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \t\t};\n" [...] -b3bf914610e0e0dabf6d6764447ffad0e8f0f308ef1063862b97c69c869291ee +876331d2576b2b97973cee2a0ac091f71f368a4ba1004c22eb747bdb26e50883
diff --git a/a/1.txt b/N2/1.txt index 4ddf67a..1392713 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -43,23 +43,23 @@ Sebastian > status = "okay"; > > /* First mini-PCIe port */ -> - pcie at 1,0 { +> - pcie@1,0 { > - /* Port 0, Lane 0 */ -> + pcie00: pcie at 0,0 { +> + pcie00: pcie@0,0 { > status = "okay"; > }; > > /* Second mini-PCIe port */ -> - pcie at 2,0 { +> - pcie@2,0 { > - /* Port 0, Lane 1 */ -> + pcie01: pcie at 0,1 { +> + pcie01: pcie@0,1 { > status = "okay"; > }; > > /* Renesas uPD720202 USB 3.0 controller */ -> - pcie at 3,0 { +> - pcie@3,0 { > - /* Port 0, Lane 3 */ -> + pcie03: pcie at 0,3 { +> + pcie03: pcie@0,3 { > status = "okay"; > }; > }; diff --git a/a/content_digest b/N2/content_digest index bc2cb40..095daa7 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,22 @@ "ref\01411236391-422-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01411236391-422-4-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes\0" "Date\0Sun, 21 Sep 2014 01:46:03 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0unlisted-recipients:; (no To-header on input)\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Bjorn Helgaas <bhelgaas@google.com> + Jason Cooper <jason@lakedaemon.net> + Andrew Lunn <andrew@lunn.ch> + Gregory Clement <gregory.clement@free-electrons.com> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 09/20/2014 08:06 PM, Sebastian Hesselbarth wrote:\n" @@ -51,26 +64,26 @@ "> \t\t\tstatus = \"okay\";\n" "> \n" "> \t\t\t/* First mini-PCIe port */\n" - "> -\t\t\tpcie at 1,0 {\n" + "> -\t\t\tpcie@1,0 {\n" "> -\t\t\t\t/* Port 0, Lane 0 */\n" - "> +\t\t\tpcie00: pcie at 0,0 {\n" + "> +\t\t\tpcie00: pcie@0,0 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \n" "> \t\t\t/* Second mini-PCIe port */\n" - "> -\t\t\tpcie at 2,0 {\n" + "> -\t\t\tpcie@2,0 {\n" "> -\t\t\t\t/* Port 0, Lane 1 */\n" - "> +\t\t\tpcie01: pcie at 0,1 {\n" + "> +\t\t\tpcie01: pcie@0,1 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \n" "> \t\t\t/* Renesas uPD720202 USB 3.0 controller */\n" - "> -\t\t\tpcie at 3,0 {\n" + "> -\t\t\tpcie@3,0 {\n" "> -\t\t\t\t/* Port 0, Lane 3 */\n" - "> +\t\t\tpcie03: pcie at 0,3 {\n" + "> +\t\t\tpcie03: pcie@0,3 {\n" "> \t\t\t\tstatus = \"okay\";\n" "> \t\t\t};\n" "> \t\t};\n" [...] -b3bf914610e0e0dabf6d6764447ffad0e8f0f308ef1063862b97c69c869291ee +dd8fba59ee95480b88e5049066c2aebdd44b8755717a4adebb2e44fa8e9f6f19
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.