diff for duplicates of <56DEF6F7.1030100@opensource.altera.com> diff --git a/a/1.txt b/N1/1.txt index c22f68d..ae49178 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ Hi Dinh, On 03/08/2016 08:50 AM, Dinh Nguyen wrote: > > -> On 03/07/2016 01:43 PM, tthayer at opensource.altera.com wrote: +> On 03/07/2016 01:43 PM, tthayer@opensource.altera.com wrote: >> From: Thor Thayer <tthayer@opensource.altera.com> >> >> Add the device tree entries needed to support the Altera L2 @@ -11,7 +11,7 @@ On 03/08/2016 08:50 AM, Dinh Nguyen wrote: >> >> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> >> --- ->> v2 Match register value (l2-ecc at ffd06010) +>> v2 Match register value (l2-ecc@ffd06010) >> --- >> arch/arm/boot/dts/socfpga_arria10.dtsi | 14 ++++++++++++++ >> 1 file changed, 14 insertions(+) @@ -24,13 +24,13 @@ On 03/08/2016 08:50 AM, Dinh Nguyen wrote: >> reg = <0xffe00000 0x40000>; >> }; >> ->> + eccmgr: eccmgr at ffd06090 { +>> + eccmgr: eccmgr@ffd06090 { >> + compatible = "altr,socfpga-ecc-manager"; >> + #address-cells = <1>; >> + #size-cells = <1>; >> + ranges; >> + ->> + l2-ecc at ffd06010 { +>> + l2-ecc@ffd06010 { >> + compatible = "altr,socfpga-a10-l2-ecc"; >> + reg = <0xffd06010 0x4>; >> + interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>, diff --git a/a/content_digest b/N1/content_digest index 0cc6146..093af9e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,26 @@ "ref\01457379787-8327-1-git-send-email-tthayer@opensource.altera.com\0" "ref\01457379787-8327-12-git-send-email-tthayer@opensource.altera.com\0" "ref\056DEE6AE.100@opensource.altera.com\0" - "From\0tthayer@opensource.altera.com (Thor Thayer)\0" - "Subject\0[PATCHv2 11/11] ARM: dts: Add Altera Arria10 L2 Cache EDAC devicetree entry\0" + "From\0Thor Thayer <tthayer@opensource.altera.com>\0" + "Subject\0Re: [PATCHv2 11/11] ARM: dts: Add Altera Arria10 L2 Cache EDAC devicetree entry\0" "Date\0Tue, 8 Mar 2016 09:59:51 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Dinh Nguyen <dinguyen@opensource.altera.com>" + bp@alien8.de + dougthompson@xmission.com + m.chehab@samsung.com + robh+dt@kernel.org + pawel.moll@arm.com + mark.rutland@arm.com + ijc+devicetree@hellion.org.uk + galak@codeaurora.org + linux@arm.linux.org.uk + " grant.likely@linaro.org\0" + "Cc\0devicetree@vger.kernel.org" + linux-doc@vger.kernel.org + linux-edac@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " tthayer.linux@gmail.com\0" "\00:1\0" "b\0" "Hi Dinh,\n" @@ -12,7 +28,7 @@ "On 03/08/2016 08:50 AM, Dinh Nguyen wrote:\n" ">\n" ">\n" - "> On 03/07/2016 01:43 PM, tthayer at opensource.altera.com wrote:\n" + "> On 03/07/2016 01:43 PM, tthayer@opensource.altera.com wrote:\n" ">> From: Thor Thayer <tthayer@opensource.altera.com>\n" ">>\n" ">> Add the device tree entries needed to support the Altera L2\n" @@ -20,7 +36,7 @@ ">>\n" ">> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>\n" ">> ---\n" - ">> v2 Match register value (l2-ecc at ffd06010)\n" + ">> v2 Match register value (l2-ecc@ffd06010)\n" ">> ---\n" ">> arch/arm/boot/dts/socfpga_arria10.dtsi | 14 ++++++++++++++\n" ">> 1 file changed, 14 insertions(+)\n" @@ -33,13 +49,13 @@ ">> \t\t\treg = <0xffe00000 0x40000>;\n" ">> \t\t};\n" ">>\n" - ">> +\t\teccmgr: eccmgr at ffd06090 {\n" + ">> +\t\teccmgr: eccmgr@ffd06090 {\n" ">> +\t\t\tcompatible = \"altr,socfpga-ecc-manager\";\n" ">> +\t\t\t#address-cells = <1>;\n" ">> +\t\t\t#size-cells = <1>;\n" ">> +\t\t\tranges;\n" ">> +\n" - ">> +\t\t\tl2-ecc at ffd06010 {\n" + ">> +\t\t\tl2-ecc@ffd06010 {\n" ">> +\t\t\t\tcompatible = \"altr,socfpga-a10-l2-ecc\";\n" ">> +\t\t\t\treg = <0xffd06010 0x4>;\n" ">> +\t\t\t\tinterrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -69,4 +85,4 @@ "\n" Thor -0f1d0ee322d08d993abed865bd76676963ece38793716a9f27a02ff7e85f7325 +a6b99a6c1eb157a3edfbe5e0c562c09f0dd844cdb0aadb80e1f6f955f0778771
diff --git a/a/1.txt b/N2/1.txt index c22f68d..ae49178 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,7 +3,7 @@ Hi Dinh, On 03/08/2016 08:50 AM, Dinh Nguyen wrote: > > -> On 03/07/2016 01:43 PM, tthayer at opensource.altera.com wrote: +> On 03/07/2016 01:43 PM, tthayer@opensource.altera.com wrote: >> From: Thor Thayer <tthayer@opensource.altera.com> >> >> Add the device tree entries needed to support the Altera L2 @@ -11,7 +11,7 @@ On 03/08/2016 08:50 AM, Dinh Nguyen wrote: >> >> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> >> --- ->> v2 Match register value (l2-ecc at ffd06010) +>> v2 Match register value (l2-ecc@ffd06010) >> --- >> arch/arm/boot/dts/socfpga_arria10.dtsi | 14 ++++++++++++++ >> 1 file changed, 14 insertions(+) @@ -24,13 +24,13 @@ On 03/08/2016 08:50 AM, Dinh Nguyen wrote: >> reg = <0xffe00000 0x40000>; >> }; >> ->> + eccmgr: eccmgr at ffd06090 { +>> + eccmgr: eccmgr@ffd06090 { >> + compatible = "altr,socfpga-ecc-manager"; >> + #address-cells = <1>; >> + #size-cells = <1>; >> + ranges; >> + ->> + l2-ecc at ffd06010 { +>> + l2-ecc@ffd06010 { >> + compatible = "altr,socfpga-a10-l2-ecc"; >> + reg = <0xffd06010 0x4>; >> + interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>, diff --git a/a/content_digest b/N2/content_digest index 0cc6146..d97adad 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,26 @@ "ref\01457379787-8327-1-git-send-email-tthayer@opensource.altera.com\0" "ref\01457379787-8327-12-git-send-email-tthayer@opensource.altera.com\0" "ref\056DEE6AE.100@opensource.altera.com\0" - "From\0tthayer@opensource.altera.com (Thor Thayer)\0" - "Subject\0[PATCHv2 11/11] ARM: dts: Add Altera Arria10 L2 Cache EDAC devicetree entry\0" + "From\0Thor Thayer <tthayer@opensource.altera.com>\0" + "Subject\0Re: [PATCHv2 11/11] ARM: dts: Add Altera Arria10 L2 Cache EDAC devicetree entry\0" "Date\0Tue, 8 Mar 2016 09:59:51 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Dinh Nguyen <dinguyen@opensource.altera.com>" + <bp@alien8.de> + <dougthompson@xmission.com> + <m.chehab@samsung.com> + <robh+dt@kernel.org> + <pawel.moll@arm.com> + <mark.rutland@arm.com> + <ijc+devicetree@hellion.org.uk> + <galak@codeaurora.org> + <linux@arm.linux.org.uk> + " <grant.likely@linaro.org>\0" + "Cc\0<devicetree@vger.kernel.org>" + <linux-doc@vger.kernel.org> + <linux-edac@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <tthayer.linux@gmail.com>\0" "\00:1\0" "b\0" "Hi Dinh,\n" @@ -12,7 +28,7 @@ "On 03/08/2016 08:50 AM, Dinh Nguyen wrote:\n" ">\n" ">\n" - "> On 03/07/2016 01:43 PM, tthayer at opensource.altera.com wrote:\n" + "> On 03/07/2016 01:43 PM, tthayer@opensource.altera.com wrote:\n" ">> From: Thor Thayer <tthayer@opensource.altera.com>\n" ">>\n" ">> Add the device tree entries needed to support the Altera L2\n" @@ -20,7 +36,7 @@ ">>\n" ">> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>\n" ">> ---\n" - ">> v2 Match register value (l2-ecc at ffd06010)\n" + ">> v2 Match register value (l2-ecc@ffd06010)\n" ">> ---\n" ">> arch/arm/boot/dts/socfpga_arria10.dtsi | 14 ++++++++++++++\n" ">> 1 file changed, 14 insertions(+)\n" @@ -33,13 +49,13 @@ ">> \t\t\treg = <0xffe00000 0x40000>;\n" ">> \t\t};\n" ">>\n" - ">> +\t\teccmgr: eccmgr at ffd06090 {\n" + ">> +\t\teccmgr: eccmgr@ffd06090 {\n" ">> +\t\t\tcompatible = \"altr,socfpga-ecc-manager\";\n" ">> +\t\t\t#address-cells = <1>;\n" ">> +\t\t\t#size-cells = <1>;\n" ">> +\t\t\tranges;\n" ">> +\n" - ">> +\t\t\tl2-ecc at ffd06010 {\n" + ">> +\t\t\tl2-ecc@ffd06010 {\n" ">> +\t\t\t\tcompatible = \"altr,socfpga-a10-l2-ecc\";\n" ">> +\t\t\t\treg = <0xffd06010 0x4>;\n" ">> +\t\t\t\tinterrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -69,4 +85,4 @@ "\n" Thor -0f1d0ee322d08d993abed865bd76676963ece38793716a9f27a02ff7e85f7325 +e87d4ad8d4495a203eed8c0664fcd6d6eea78bd48d7fb89b5fc8f369d57e9529
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.