diff for duplicates of <4E00F290.2010303@firmworks.com> diff --git a/a/1.txt b/N1/1.txt index fb4217a..ea134b3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ What is the problem with aliases{ - serial0 = "/uart at 7000c000"; + serial0 = "/uart@7000c000"; } Properties in the alias node are supposed to have string values. @@ -74,7 +74,7 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: > David, perhaps using this format for a label should turn it into an > alias (prefix label with an asterisk): > -> *thealias: i2c at 12340000 { /*...*/ }; +> *thealias: i2c@12340000 { /*...*/ }; > > .... although that approach gets *really* hairy when considering that > different boards will want different enumeration. How would one @@ -87,8 +87,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> reg =<0x70000000 0x40000>; >> ranges; >> ->> - uart at 7000c000 { ->> + uart2: uart at 7000c000 { +>> - uart@7000c000 { +>> + uart2: uart@7000c000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x7000c000 0x4000>; >> interrupts =<33>; @@ -98,8 +98,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> }; >> }; >> ->> - uart at 73fbc000 { ->> + uart0: uart at 73fbc000 { +>> - uart@73fbc000 { +>> + uart0: uart@73fbc000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x73fbc000 0x4000>; >> interrupts =<31>; @@ -108,8 +108,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> + fsl,uart-has-rtscts; >> }; >> ->> - uart at 73fc0000 { ->> + uart1: uart at 73fc0000 { +>> - uart@73fc0000 { +>> + uart1: uart@73fc0000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x73fc0000 0x4000>; >> interrupts =<32>; diff --git a/a/content_digest b/N1/content_digest index 6ebf9e0..85b60c6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,16 +4,25 @@ "ref\020110619073000.GA23171@S2100-06.ap.freescale.net\0" "ref\020110621135558.GB9228@S2101-09.ap.freescale.net\0" "ref\0BANLkTim4vunTm1176MRw3pqRZnunu4=9jg@mail.gmail.com\0" - "From\0wmb@firmworks.com (Mitch Bradley)\0" - "Subject\0[PATCH 1/3] serial/imx: add device tree support\0" + "From\0Mitch Bradley <wmb@firmworks.com>\0" + "Subject\0Re: [PATCH 1/3] serial/imx: add device tree support\0" "Date\0Tue, 21 Jun 2011 09:35:44 -1000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely@secretlab.ca>\0" + "Cc\0Shawn Guo <shawn.guo@freescale.com>" + patches@linaro.org + netdev@vger.kernel.org + devicetree-discuss@lists.ozlabs.org + Jason Liu <jason.hui@linaro.org> + linux-kernel@vger.kernel.org + Jeremy Kerr <jeremy.kerr@canonical.com> + Sascha Hauer <s.hauer@pengutronix.de> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "What is the problem with\n" "\n" "aliases{\n" - " serial0 = \"/uart at 7000c000\";\n" + " serial0 = \"/uart@7000c000\";\n" "}\n" "\n" "Properties in the alias node are supposed to have string values.\n" @@ -86,7 +95,7 @@ "> David, perhaps using this format for a label should turn it into an\n" "> alias (prefix label with an asterisk):\n" ">\n" - "> *thealias: i2c at 12340000 { /*...*/ };\n" + "> *thealias: i2c@12340000 { /*...*/ };\n" ">\n" "> .... although that approach gets *really* hairy when considering that\n" "> different boards will want different enumeration. How would one\n" @@ -99,8 +108,8 @@ ">> reg =<0x70000000 0x40000>;\n" ">> ranges;\n" ">>\n" - ">> - uart at 7000c000 {\n" - ">> + uart2: uart at 7000c000 {\n" + ">> - uart@7000c000 {\n" + ">> + uart2: uart@7000c000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x7000c000 0x4000>;\n" ">> interrupts =<33>;\n" @@ -110,8 +119,8 @@ ">> };\n" ">> };\n" ">>\n" - ">> - uart at 73fbc000 {\n" - ">> + uart0: uart at 73fbc000 {\n" + ">> - uart@73fbc000 {\n" + ">> + uart0: uart@73fbc000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x73fbc000 0x4000>;\n" ">> interrupts =<31>;\n" @@ -120,8 +129,8 @@ ">> + fsl,uart-has-rtscts;\n" ">> };\n" ">>\n" - ">> - uart at 73fc0000 {\n" - ">> + uart1: uart at 73fc0000 {\n" + ">> - uart@73fc0000 {\n" + ">> + uart1: uart@73fc0000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x73fc0000 0x4000>;\n" ">> interrupts =<32>;\n" @@ -240,4 +249,4 @@ ">\n" > -16c472b2a04ed400786210e3417ab43360c4e84d519af0150953310aaa74dfc5 +e6ea7e10cc794a9642e525010a5293f0ca365334731577efccc45b1f192b82b6
diff --git a/a/1.txt b/N2/1.txt index fb4217a..0a491f8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,14 +1,14 @@ What is the problem with aliases{ - serial0 = "/uart at 7000c000"; + serial0 = "/uart@7000c000"; } Properties in the alias node are supposed to have string values. On 6/21/2011 9:13 AM, Grant Likely wrote: -> On Tue, Jun 21, 2011 at 7:55 AM, Shawn Guo<shawn.guo@freescale.com> wrote: +> On Tue, Jun 21, 2011 at 7:55 AM, Shawn Guo<shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org> wrote: >> Hi Grant, >> >> I just gave a try to use aliases node for identify the device index. @@ -74,7 +74,7 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: > David, perhaps using this format for a label should turn it into an > alias (prefix label with an asterisk): > -> *thealias: i2c at 12340000 { /*...*/ }; +> *thealias: i2c@12340000 { /*...*/ }; > > .... although that approach gets *really* hairy when considering that > different boards will want different enumeration. How would one @@ -87,8 +87,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> reg =<0x70000000 0x40000>; >> ranges; >> ->> - uart at 7000c000 { ->> + uart2: uart at 7000c000 { +>> - uart@7000c000 { +>> + uart2: uart@7000c000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x7000c000 0x4000>; >> interrupts =<33>; @@ -98,8 +98,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> }; >> }; >> ->> - uart at 73fbc000 { ->> + uart0: uart at 73fbc000 { +>> - uart@73fbc000 { +>> + uart0: uart@73fbc000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x73fbc000 0x4000>; >> interrupts =<31>; @@ -108,8 +108,8 @@ On 6/21/2011 9:13 AM, Grant Likely wrote: >> + fsl,uart-has-rtscts; >> }; >> ->> - uart at 73fc0000 { ->> + uart1: uart at 73fc0000 { +>> - uart@73fc0000 { +>> + uart1: uart@73fc0000 { >> compatible = "fsl,imx51-uart", "fsl,imx21-uart"; >> reg =<0x73fc0000 0x4000>; >> interrupts =<32>; diff --git a/a/content_digest b/N2/content_digest index 6ebf9e0..cb8b08f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,23 +4,32 @@ "ref\020110619073000.GA23171@S2100-06.ap.freescale.net\0" "ref\020110621135558.GB9228@S2101-09.ap.freescale.net\0" "ref\0BANLkTim4vunTm1176MRw3pqRZnunu4=9jg@mail.gmail.com\0" - "From\0wmb@firmworks.com (Mitch Bradley)\0" - "Subject\0[PATCH 1/3] serial/imx: add device tree support\0" + "ref\0BANLkTim4vunTm1176MRw3pqRZnunu4=9jg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Mitch Bradley <wmb-D5eQfiDGL7eakBO8gow8eQ@public.gmane.org>\0" + "Subject\0Re: [PATCH 1/3] serial/imx: add device tree support\0" "Date\0Tue, 21 Jun 2011 09:35:44 -1000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Cc\0patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + Jason Liu <jason.hui-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Jeremy Kerr <jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> + " Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" "\00:1\0" "b\0" "What is the problem with\n" "\n" "aliases{\n" - " serial0 = \"/uart at 7000c000\";\n" + " serial0 = \"/uart@7000c000\";\n" "}\n" "\n" "Properties in the alias node are supposed to have string values.\n" "\n" "\n" "On 6/21/2011 9:13 AM, Grant Likely wrote:\n" - "> On Tue, Jun 21, 2011 at 7:55 AM, Shawn Guo<shawn.guo@freescale.com> wrote:\n" + "> On Tue, Jun 21, 2011 at 7:55 AM, Shawn Guo<shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org> wrote:\n" ">> Hi Grant,\n" ">>\n" ">> I just gave a try to use aliases node for identify the device index.\n" @@ -86,7 +95,7 @@ "> David, perhaps using this format for a label should turn it into an\n" "> alias (prefix label with an asterisk):\n" ">\n" - "> *thealias: i2c at 12340000 { /*...*/ };\n" + "> *thealias: i2c@12340000 { /*...*/ };\n" ">\n" "> .... although that approach gets *really* hairy when considering that\n" "> different boards will want different enumeration. How would one\n" @@ -99,8 +108,8 @@ ">> reg =<0x70000000 0x40000>;\n" ">> ranges;\n" ">>\n" - ">> - uart at 7000c000 {\n" - ">> + uart2: uart at 7000c000 {\n" + ">> - uart@7000c000 {\n" + ">> + uart2: uart@7000c000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x7000c000 0x4000>;\n" ">> interrupts =<33>;\n" @@ -110,8 +119,8 @@ ">> };\n" ">> };\n" ">>\n" - ">> - uart at 73fbc000 {\n" - ">> + uart0: uart at 73fbc000 {\n" + ">> - uart@73fbc000 {\n" + ">> + uart0: uart@73fbc000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x73fbc000 0x4000>;\n" ">> interrupts =<31>;\n" @@ -120,8 +129,8 @@ ">> + fsl,uart-has-rtscts;\n" ">> };\n" ">>\n" - ">> - uart at 73fc0000 {\n" - ">> + uart1: uart at 73fc0000 {\n" + ">> - uart@73fc0000 {\n" + ">> + uart1: uart@73fc0000 {\n" ">> compatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n" ">> reg =<0x73fc0000 0x4000>;\n" ">> interrupts =<32>;\n" @@ -240,4 +249,4 @@ ">\n" > -16c472b2a04ed400786210e3417ab43360c4e84d519af0150953310aaa74dfc5 +4e9d93adabb0511e73fb36ce4c3a6ff8331fb90204e1da2c5bbd1be8105930b1
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.