diff for duplicates of <20140116013840.GA674@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index c56b25a..63e9c2a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,18 +8,18 @@ On 01/15, Stephen Boyd wrote: This is the replacement patch -----8<------ -From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +From: Stephen Boyd <sboyd@codeaurora.org> Subject: [PATCH v9] devicetree: bindings: Document Krait CPU/L1 EDAC The Krait CPU/L1 error reporting device is made up a per-CPU interrupt. While we're here, document the next-level-cache property that's used by the Krait EDAC driver. -Cc: Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org> -Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> -Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> -Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> -Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> +Cc: Mark Rutland <mark.rutland@arm.com> +Cc: Kumar Gala <galak@codeaurora.org> +Cc: <devicetree@vger.kernel.org> +Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- Documentation/devicetree/bindings/arm/cpus.txt | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) @@ -75,25 +75,25 @@ index 91304353eea4..03a529e791c4 100644 + interrupts = <1 9 0xf04>; + compatible = "qcom,krait"; + -+ cpu@0 { ++ cpu at 0 { + device_type = "cpu"; + reg = <0>; + next-level-cache = <&L2>; + }; + -+ cpu@1 { ++ cpu at 1 { + device_type = "cpu"; + reg = <1>; + next-level-cache = <&L2>; + }; + -+ cpu@2 { ++ cpu at 2 { + device_type = "cpu"; + reg = <2>; + next-level-cache = <&L2>; + }; + -+ cpu@3 { ++ cpu at 3 { + device_type = "cpu"; + reg = <3>; + next-level-cache = <&L2>; @@ -107,7 +107,3 @@ index 91304353eea4..03a529e791c4 100644 -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation --- -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 7459fb5..b4c3c89 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,19 +2,10 @@ "ref\01389735034-21430-3-git-send-email-sboyd@codeaurora.org\0" "ref\020140115102701.GA27314@e102568-lin.cambridge.arm.com\0" "ref\020140115165623.GJ14405@codeaurora.org\0" - "ref\020140115165623.GJ14405-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Subject\0Re: [PATCH v5 2/4] devicetree: bindings: Document Krait CPU/L1 EDAC\0" + "From\0sboyd@codeaurora.org (Stephen Boyd)\0" + "Subject\0[PATCH v5 2/4] devicetree: bindings: Document Krait CPU/L1 EDAC\0" "Date\0Wed, 15 Jan 2014 17:38:40 -0800\0" - "To\0Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>\0" - "Cc\0Borislav Petkov <bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org>" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Mark Rutland <Mark.Rutland-5wv7dgnIgG8@public.gmane.org> - Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 01/15, Stephen Boyd wrote:\n" @@ -27,18 +18,18 @@ "This is the replacement patch\n" "\n" "-----8<------\n" - "From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "From: Stephen Boyd <sboyd@codeaurora.org>\n" "Subject: [PATCH v9] devicetree: bindings: Document Krait CPU/L1 EDAC\n" "\n" "The Krait CPU/L1 error reporting device is made up a per-CPU\n" "interrupt. While we're here, document the next-level-cache\n" "property that's used by the Krait EDAC driver.\n" "\n" - "Cc: Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>\n" - "Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" - "Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" - "Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" - "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>\n" + "Cc: Mark Rutland <mark.rutland@arm.com>\n" + "Cc: Kumar Gala <galak@codeaurora.org>\n" + "Cc: <devicetree@vger.kernel.org>\n" + "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n" "---\n" " Documentation/devicetree/bindings/arm/cpus.txt | 58 ++++++++++++++++++++++++++\n" " 1 file changed, 58 insertions(+)\n" @@ -94,25 +85,25 @@ "+\tinterrupts = <1 9 0xf04>;\n" "+\tcompatible = \"qcom,krait\";\n" "+\n" - "+\tcpu@0 {\n" + "+\tcpu at 0 {\n" "+\t\tdevice_type = \"cpu\";\n" "+\t\treg = <0>;\n" "+\t\tnext-level-cache = <&L2>;\n" "+\t};\n" "+\n" - "+\tcpu@1 {\n" + "+\tcpu at 1 {\n" "+\t\tdevice_type = \"cpu\";\n" "+\t\treg = <1>;\n" "+\t\tnext-level-cache = <&L2>;\n" "+\t};\n" "+\n" - "+\tcpu@2 {\n" + "+\tcpu at 2 {\n" "+\t\tdevice_type = \"cpu\";\n" "+\t\treg = <2>;\n" "+\t\tnext-level-cache = <&L2>;\n" "+\t};\n" "+\n" - "+\tcpu@3 {\n" + "+\tcpu at 3 {\n" "+\t\tdevice_type = \"cpu\";\n" "+\t\treg = <3>;\n" "+\t\tnext-level-cache = <&L2>;\n" @@ -125,10 +116,6 @@ "+};\n" "-- \n" "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" - "hosted by The Linux Foundation\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 + hosted by The Linux Foundation -af31a6065c369360d920542b9ecdd257051471bd8ef792fb9a626b23aee60cfd +dc80d7bafcff25d607655605c84f0aaca49d7b4ccdb6f557dea3af493a2bdb3d
diff --git a/a/1.txt b/N2/1.txt index c56b25a..06cbeda 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,18 +8,18 @@ On 01/15, Stephen Boyd wrote: This is the replacement patch -----8<------ -From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +From: Stephen Boyd <sboyd@codeaurora.org> Subject: [PATCH v9] devicetree: bindings: Document Krait CPU/L1 EDAC The Krait CPU/L1 error reporting device is made up a per-CPU interrupt. While we're here, document the next-level-cache property that's used by the Krait EDAC driver. -Cc: Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org> -Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> -Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> -Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> -Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> +Cc: Mark Rutland <mark.rutland@arm.com> +Cc: Kumar Gala <galak@codeaurora.org> +Cc: <devicetree@vger.kernel.org> +Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- Documentation/devicetree/bindings/arm/cpus.txt | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) @@ -107,7 +107,3 @@ index 91304353eea4..03a529e791c4 100644 -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation --- -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/N2/content_digest index 7459fb5..8bb9adc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,19 +2,18 @@ "ref\01389735034-21430-3-git-send-email-sboyd@codeaurora.org\0" "ref\020140115102701.GA27314@e102568-lin.cambridge.arm.com\0" "ref\020140115165623.GJ14405@codeaurora.org\0" - "ref\020140115165623.GJ14405-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" + "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: [PATCH v5 2/4] devicetree: bindings: Document Krait CPU/L1 EDAC\0" "Date\0Wed, 15 Jan 2014 17:38:40 -0800\0" - "To\0Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>\0" - "Cc\0Borislav Petkov <bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org>" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Mark Rutland <Mark.Rutland-5wv7dgnIgG8@public.gmane.org> - Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>\0" + "Cc\0Borislav Petkov <bp@alien8.de>" + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-arm-msm@vger.kernel.org <linux-arm-msm@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + linux-edac@vger.kernel.org <linux-edac@vger.kernel.org> + Mark Rutland <Mark.Rutland@arm.com> + Kumar Gala <galak@codeaurora.org> + " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "On 01/15, Stephen Boyd wrote:\n" @@ -27,18 +26,18 @@ "This is the replacement patch\n" "\n" "-----8<------\n" - "From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "From: Stephen Boyd <sboyd@codeaurora.org>\n" "Subject: [PATCH v9] devicetree: bindings: Document Krait CPU/L1 EDAC\n" "\n" "The Krait CPU/L1 error reporting device is made up a per-CPU\n" "interrupt. While we're here, document the next-level-cache\n" "property that's used by the Krait EDAC driver.\n" "\n" - "Cc: Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>\n" - "Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" - "Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" - "Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" - "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>\n" + "Cc: Mark Rutland <mark.rutland@arm.com>\n" + "Cc: Kumar Gala <galak@codeaurora.org>\n" + "Cc: <devicetree@vger.kernel.org>\n" + "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n" "---\n" " Documentation/devicetree/bindings/arm/cpus.txt | 58 ++++++++++++++++++++++++++\n" " 1 file changed, 58 insertions(+)\n" @@ -125,10 +124,6 @@ "+};\n" "-- \n" "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" - "hosted by The Linux Foundation\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 + hosted by The Linux Foundation -af31a6065c369360d920542b9ecdd257051471bd8ef792fb9a626b23aee60cfd +f698e8e8ea592747bbbe39ec7fdb2376ac23fa4af43c9c35f59ec7ea20e12fe5
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.