diff for duplicates of <568912EE.9030009@huawei.com> diff --git a/a/1.txt b/N1/1.txt index b958063..0c6dd87 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,14 @@ -? 2015/12/31 23:00, Rongrong Zou ??: +在 2015/12/31 23:00, Rongrong Zou 写道: > > -> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd at arndb.de <mailto:arnd@arndb.de>>: +> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org <mailto:arnd@arndb.de>>: > > > > On Thursday 31 December 2015 22:12:19 Rongrong Zou wrote: -> > > ? 2015/12/30 17:06, Arnd Bergmann ??: +> > > 在 2015/12/30 17:06, Arnd Bergmann 写道: > > > > On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote: > > > >> +Example: > > > >> + -> > > >> + lpc_0: lpc at a01b0000 { +> > > >> + lpc_0: lpc@a01b0000 { > > > >> + #address-cells = <1>; > > > >> + #size-cells = <1>; > > > >> + compatible = "low-pin-count"; @@ -27,7 +27,7 @@ > > > > > > I found below config in powerpc dts "arch/powerpc/boot/dts/mpc8544ds.dts" > > > -> > > isa at 1e { +> > > isa@1e { > > > device_type = "isa"; > > > #interrupt-cells = <2>; > > > #size-cells = <1>; @@ -39,7 +39,7 @@ > > > > > > > > > -> > > rtc at 70 { +> > > rtc@70 { > > > compatible = "pnpPNP,b00"; > > > reg = <0x1 0x70 0x2>; > > > }; @@ -48,14 +48,14 @@ > > > but when i config the following in dts, the ipmi_0 node can't be probed, > > > I think there may be some problems. > > > -> > > lpc_0: lpc at a01b0000 { +> > > lpc_0: lpc@a01b0000 { > > > compatible = "low-pin-count"; > > > device_type = "isa"; > > > #address-cells = <2>; > > > #size-cells = <1>; > > > reg = <0x0 0xa01b0000 0x0 0x10000>; > > > -> > > ipmi_0:ipmi at 000000e4{ +> > > ipmi_0:ipmi@000000e4{ > > > device_type = "ipmi"; > > > compatible = "ipmi-bt"; > > > reg = <0x1 0x000000e4 0x4>; @@ -74,7 +74,7 @@ I tried, and there need some additional changes. -isa at a01b0000 { +isa@a01b0000 { /*the node name should start with "isa", because of below definition * static int of_bus_isa_match(struct device_node *np) @@ -92,7 +92,7 @@ isa at a01b0000 { * ranges is required, then i can get the IORESOURCE_IO <0xe4,4> from "reg = <0x1, 0x000000e4, 4>". * */ - ipmi_0:ipmi at 000000e4{ + ipmi_0:ipmi@000000e4{ device_type = "ipmi"; compatible = "ipmi-bt"; reg = <0x1 0x000000e4 0x4>; @@ -144,3 +144,8 @@ static int __of_address_to_resource(struct device_node *dev, > > > Arnd + +-- +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 fbe9378..86d3995 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,23 +3,34 @@ "ref\0568537C3.3060902@huawei.com\0" "ref\017750582.ajK78gYOFz@wuerfel\0" "ref\0CABTftiT1+AmrNjiAie-T6on-oWA4Zz73+Tj2pQrixMT3o475uw@mail.gmail.com\0" - "From\0zourongrong@huawei.com (Rongrong Zou)\0" - "Subject\0[PATCH v1 3/3] ARM64 LPC: update binding doc\0" + "ref\0CABTftiT1+AmrNjiAie-T6on-oWA4Zz73+Tj2pQrixMT3o475uw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Rongrong Zou <zourongrong-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\0" + "Subject\0Re: [PATCH v1 3/3] ARM64 LPC: update binding doc\0" "Date\0Sun, 3 Jan 2016 20:24:14 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rongrong Zou <zourongrong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Cc\0Corey Minyard <minyard-HInyCGIudOg@public.gmane.org>" + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org> + Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> + linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" - "? 2015/12/31 23:00, Rongrong Zou ??:\n" + "\345\234\250 2015/12/31 23:00, Rongrong Zou \345\206\231\351\201\223:\n" ">\n" ">\n" - "> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd at arndb.de <mailto:arnd@arndb.de>>:\n" + "> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org <mailto:arnd@arndb.de>>:\n" "> >\n" "> > On Thursday 31 December 2015 22:12:19 Rongrong Zou wrote:\n" - "> > > ? 2015/12/30 17:06, Arnd Bergmann ??:\n" + "> > > \345\234\250 2015/12/30 17:06, Arnd Bergmann \345\206\231\351\201\223:\n" "> > > > On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote:\n" "> > > >> +Example:\n" "> > > >> +\n" - "> > > >> + lpc_0: lpc at a01b0000 {\n" + "> > > >> + lpc_0: lpc@a01b0000 {\n" "> > > >> + #address-cells = <1>;\n" "> > > >> + #size-cells = <1>;\n" "> > > >> + compatible = \"low-pin-count\";\n" @@ -38,7 +49,7 @@ "> > >\n" "> > > I found below config in powerpc dts \"arch/powerpc/boot/dts/mpc8544ds.dts\"\n" "> > >\n" - "> > > isa at 1e {\n" + "> > > isa@1e {\n" "> > > device_type = \"isa\";\n" "> > > #interrupt-cells = <2>;\n" "> > > #size-cells = <1>;\n" @@ -50,7 +61,7 @@ "> > >\n" "> > >\n" "> > >\n" - "> > > rtc at 70 {\n" + "> > > rtc@70 {\n" "> > > compatible = \"pnpPNP,b00\";\n" "> > > reg = <0x1 0x70 0x2>;\n" "> > > };\n" @@ -59,14 +70,14 @@ "> > > but when i config the following in dts, the ipmi_0 node can't be probed,\n" "> > > I think there may be some problems.\n" "> > >\n" - "> > > lpc_0: lpc at a01b0000 {\n" + "> > > lpc_0: lpc@a01b0000 {\n" "> > > compatible = \"low-pin-count\";\n" "> > > device_type = \"isa\";\n" "> > > #address-cells = <2>;\n" "> > > #size-cells = <1>;\n" "> > > reg = <0x0 0xa01b0000 0x0 0x10000>;\n" "> > >\n" - "> > > ipmi_0:ipmi at 000000e4{\n" + "> > > ipmi_0:ipmi@000000e4{\n" "> > > device_type = \"ipmi\";\n" "> > > compatible = \"ipmi-bt\";\n" "> > > reg = <0x1 0x000000e4 0x4>;\n" @@ -85,7 +96,7 @@ "\n" "I tried, and there need some additional changes.\n" "\n" - "isa at a01b0000 {\n" + "isa@a01b0000 {\n" "\n" "/*the node name should start with \"isa\", because of below definition\n" "* static int of_bus_isa_match(struct device_node *np)\n" @@ -103,7 +114,7 @@ "* ranges is required, then i can get the IORESOURCE_IO <0xe4,4> from \"reg = <0x1, 0x000000e4, 4>\".\n" "*\n" "*/\n" - "\tipmi_0:ipmi at 000000e4{\n" + "\tipmi_0:ipmi@000000e4{\n" "\t\tdevice_type = \"ipmi\";\n" "\t\tcompatible = \"ipmi-bt\";\n" "\t\treg = <0x1 0x000000e4 0x4>;\n" @@ -154,6 +165,11 @@ "\n" "\n" ">\n" - > > Arnd + "> > Arnd\n" + "\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 -149f99394bde984547891b4ced9b4c496b5d01fbe0d8a477ff465318c42697ef +1f87d2ccc7af048256174b821c030fd3be403087635ffcf793e046f5b098d2ff
diff --git a/a/1.txt b/N2/1.txt index b958063..dfb3eb4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,14 +1,14 @@ -? 2015/12/31 23:00, Rongrong Zou ??: +在 2015/12/31 23:00, Rongrong Zou 写道: > > -> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd at arndb.de <mailto:arnd@arndb.de>>: +> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd@arndb.de <mailto:arnd@arndb.de>>: > > > > On Thursday 31 December 2015 22:12:19 Rongrong Zou wrote: -> > > ? 2015/12/30 17:06, Arnd Bergmann ??: +> > > 在 2015/12/30 17:06, Arnd Bergmann 写道: > > > > On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote: > > > >> +Example: > > > >> + -> > > >> + lpc_0: lpc at a01b0000 { +> > > >> + lpc_0: lpc@a01b0000 { > > > >> + #address-cells = <1>; > > > >> + #size-cells = <1>; > > > >> + compatible = "low-pin-count"; @@ -27,7 +27,7 @@ > > > > > > I found below config in powerpc dts "arch/powerpc/boot/dts/mpc8544ds.dts" > > > -> > > isa at 1e { +> > > isa@1e { > > > device_type = "isa"; > > > #interrupt-cells = <2>; > > > #size-cells = <1>; @@ -39,7 +39,7 @@ > > > > > > > > > -> > > rtc at 70 { +> > > rtc@70 { > > > compatible = "pnpPNP,b00"; > > > reg = <0x1 0x70 0x2>; > > > }; @@ -48,14 +48,14 @@ > > > but when i config the following in dts, the ipmi_0 node can't be probed, > > > I think there may be some problems. > > > -> > > lpc_0: lpc at a01b0000 { +> > > lpc_0: lpc@a01b0000 { > > > compatible = "low-pin-count"; > > > device_type = "isa"; > > > #address-cells = <2>; > > > #size-cells = <1>; > > > reg = <0x0 0xa01b0000 0x0 0x10000>; > > > -> > > ipmi_0:ipmi at 000000e4{ +> > > ipmi_0:ipmi@000000e4{ > > > device_type = "ipmi"; > > > compatible = "ipmi-bt"; > > > reg = <0x1 0x000000e4 0x4>; @@ -74,7 +74,7 @@ I tried, and there need some additional changes. -isa at a01b0000 { +isa@a01b0000 { /*the node name should start with "isa", because of below definition * static int of_bus_isa_match(struct device_node *np) @@ -92,7 +92,7 @@ isa at a01b0000 { * ranges is required, then i can get the IORESOURCE_IO <0xe4,4> from "reg = <0x1, 0x000000e4, 4>". * */ - ipmi_0:ipmi at 000000e4{ + ipmi_0:ipmi@000000e4{ device_type = "ipmi"; compatible = "ipmi-bt"; reg = <0x1 0x000000e4 0x4>; diff --git a/a/content_digest b/N2/content_digest index fbe9378..7f373dd 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,23 +3,33 @@ "ref\0568537C3.3060902@huawei.com\0" "ref\017750582.ajK78gYOFz@wuerfel\0" "ref\0CABTftiT1+AmrNjiAie-T6on-oWA4Zz73+Tj2pQrixMT3o475uw@mail.gmail.com\0" - "From\0zourongrong@huawei.com (Rongrong Zou)\0" - "Subject\0[PATCH v1 3/3] ARM64 LPC: update binding doc\0" + "From\0Rongrong Zou <zourongrong@huawei.com>\0" + "Subject\0Re: [PATCH v1 3/3] ARM64 LPC: update binding doc\0" "Date\0Sun, 3 Jan 2016 20:24:14 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rongrong Zou <zourongrong@gmail.com>" + " Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0Corey Minyard <minyard@acm.org>" + <gregkh@linuxfoundation.org> + Catalin Marinas <catalin.marinas@arm.com> + Will Deacon <will.deacon@arm.com> + <linuxarm@huawei.com> + <linux-kernel@vger.kernel.org> + <benh@kernel.crashing.org> + <devicetree@vger.kernel.org> + " <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" - "? 2015/12/31 23:00, Rongrong Zou ??:\n" + "\345\234\250 2015/12/31 23:00, Rongrong Zou \345\206\231\351\201\223:\n" ">\n" ">\n" - "> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd at arndb.de <mailto:arnd@arndb.de>>:\n" + "> 2015-12-31 22:40 GMT+08:00 Arnd Bergmann <arnd@arndb.de <mailto:arnd@arndb.de>>:\n" "> >\n" "> > On Thursday 31 December 2015 22:12:19 Rongrong Zou wrote:\n" - "> > > ? 2015/12/30 17:06, Arnd Bergmann ??:\n" + "> > > \345\234\250 2015/12/30 17:06, Arnd Bergmann \345\206\231\351\201\223:\n" "> > > > On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote:\n" "> > > >> +Example:\n" "> > > >> +\n" - "> > > >> + lpc_0: lpc at a01b0000 {\n" + "> > > >> + lpc_0: lpc@a01b0000 {\n" "> > > >> + #address-cells = <1>;\n" "> > > >> + #size-cells = <1>;\n" "> > > >> + compatible = \"low-pin-count\";\n" @@ -38,7 +48,7 @@ "> > >\n" "> > > I found below config in powerpc dts \"arch/powerpc/boot/dts/mpc8544ds.dts\"\n" "> > >\n" - "> > > isa at 1e {\n" + "> > > isa@1e {\n" "> > > device_type = \"isa\";\n" "> > > #interrupt-cells = <2>;\n" "> > > #size-cells = <1>;\n" @@ -50,7 +60,7 @@ "> > >\n" "> > >\n" "> > >\n" - "> > > rtc at 70 {\n" + "> > > rtc@70 {\n" "> > > compatible = \"pnpPNP,b00\";\n" "> > > reg = <0x1 0x70 0x2>;\n" "> > > };\n" @@ -59,14 +69,14 @@ "> > > but when i config the following in dts, the ipmi_0 node can't be probed,\n" "> > > I think there may be some problems.\n" "> > >\n" - "> > > lpc_0: lpc at a01b0000 {\n" + "> > > lpc_0: lpc@a01b0000 {\n" "> > > compatible = \"low-pin-count\";\n" "> > > device_type = \"isa\";\n" "> > > #address-cells = <2>;\n" "> > > #size-cells = <1>;\n" "> > > reg = <0x0 0xa01b0000 0x0 0x10000>;\n" "> > >\n" - "> > > ipmi_0:ipmi at 000000e4{\n" + "> > > ipmi_0:ipmi@000000e4{\n" "> > > device_type = \"ipmi\";\n" "> > > compatible = \"ipmi-bt\";\n" "> > > reg = <0x1 0x000000e4 0x4>;\n" @@ -85,7 +95,7 @@ "\n" "I tried, and there need some additional changes.\n" "\n" - "isa at a01b0000 {\n" + "isa@a01b0000 {\n" "\n" "/*the node name should start with \"isa\", because of below definition\n" "* static int of_bus_isa_match(struct device_node *np)\n" @@ -103,7 +113,7 @@ "* ranges is required, then i can get the IORESOURCE_IO <0xe4,4> from \"reg = <0x1, 0x000000e4, 4>\".\n" "*\n" "*/\n" - "\tipmi_0:ipmi at 000000e4{\n" + "\tipmi_0:ipmi@000000e4{\n" "\t\tdevice_type = \"ipmi\";\n" "\t\tcompatible = \"ipmi-bt\";\n" "\t\treg = <0x1 0x000000e4 0x4>;\n" @@ -156,4 +166,4 @@ ">\n" > > Arnd -149f99394bde984547891b4ced9b4c496b5d01fbe0d8a477ff465318c42697ef +d330e8aa15268c0272e8a4d5ed7bab4bb70f5a3702585b1ce972c6fd730c0f38
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.