All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1426920332-9340-11-git-send-email-sboyd@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index aaa54af..d849fe0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,8 +3,8 @@ control clocks and power to each Krait CPU and L2. For CPUfreq
 purposes probe these devices and expose a mux clock that chooses
 between PXO and PLL8.
 
-Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+Cc: <devicetree@vger.kernel.org>
+Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
 ---
  .../devicetree/bindings/arm/msm/qcom,kpss-acc.txt  |  7 ++
  .../devicetree/bindings/arm/msm/qcom,kpss-gcc.txt  | 28 +++++++
@@ -31,7 +31,7 @@ index 1333db9acfee..382a574a5c55 100644
 +
  Example:
  
- 	clock-controller@2088000 {
+ 	clock-controller at 2088000 {
  		compatible = "qcom,kpss-acc-v2";
  		reg = <0x02088000 0x1000>,
  		      <0x02008000 0x1000>;
@@ -66,7 +66,7 @@ index 000000000000..d1e12f16a28c
 +
 +Example:
 +
-+	l2cc: clock-controller@2011000 {
++	l2cc: clock-controller at 2011000 {
 +		compatible = "qcom,kpss-gcc";
 +		reg = <0x2011000 0x1000>;
 +		clock-output-names = "acpu_l2_aux";
@@ -204,8 +204,3 @@ index 000000000000..abf6bfd053c1
 -- 
 The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
 a Linux Foundation Collaborative Project
-
---
-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 7663984..9624fee 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,8 @@
  "ref\01426920332-9340-1-git-send-email-sboyd@codeaurora.org\0"
- "ref\01426920332-9340-1-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0"
- "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
  "Subject\0[PATCH v3 10/13] clk: qcom: Add KPSS ACC/GCC driver\0"
  "Date\0Fri, 20 Mar 2015 23:45:29 -0700\0"
- "To\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
- " Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "The ACC and GCC regions present in KPSSv1 contain registers to\n"
@@ -18,8 +10,8 @@
  "purposes probe these devices and expose a mux clock that chooses\n"
  "between PXO and PLL8.\n"
  "\n"
- "Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n"
- "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ "Cc: <devicetree@vger.kernel.org>\n"
+ "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n"
  "---\n"
  " .../devicetree/bindings/arm/msm/qcom,kpss-acc.txt  |  7 ++\n"
  " .../devicetree/bindings/arm/msm/qcom,kpss-gcc.txt  | 28 +++++++\n"
@@ -46,7 +38,7 @@
  "+\n"
  " Example:\n"
  " \n"
- " \tclock-controller@2088000 {\n"
+ " \tclock-controller at 2088000 {\n"
  " \t\tcompatible = \"qcom,kpss-acc-v2\";\n"
  " \t\treg = <0x02088000 0x1000>,\n"
  " \t\t      <0x02008000 0x1000>;\n"
@@ -81,7 +73,7 @@
  "+\n"
  "+Example:\n"
  "+\n"
- "+\tl2cc: clock-controller@2011000 {\n"
+ "+\tl2cc: clock-controller at 2011000 {\n"
  "+\t\tcompatible = \"qcom,kpss-gcc\";\n"
  "+\t\treg = <0x2011000 0x1000>;\n"
  "+\t\tclock-output-names = \"acpu_l2_aux\";\n"
@@ -218,11 +210,6 @@
  "+MODULE_ALIAS(\"platform:kpss-xcc\");\n"
  "-- \n"
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
- "a Linux Foundation Collaborative Project\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
+ a Linux Foundation Collaborative Project
 
-6d99db3f87854efeef09f1de20a5f3e285ca1288d007f5ff541edfbe2e1625d9
+f0f31e4873b88aa5c2df57050b104c1a581f2572c03a77dfb2385fbbdd863797

diff --git a/a/1.txt b/N2/1.txt
index aaa54af..12268d4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,8 +3,8 @@ control clocks and power to each Krait CPU and L2. For CPUfreq
 purposes probe these devices and expose a mux clock that chooses
 between PXO and PLL8.
 
-Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+Cc: <devicetree@vger.kernel.org>
+Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
 ---
  .../devicetree/bindings/arm/msm/qcom,kpss-acc.txt  |  7 ++
  .../devicetree/bindings/arm/msm/qcom,kpss-gcc.txt  | 28 +++++++
@@ -204,8 +204,3 @@ index 000000000000..abf6bfd053c1
 -- 
 The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
 a Linux Foundation Collaborative Project
-
---
-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 7663984..0757717 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,16 +1,15 @@
  "ref\01426920332-9340-1-git-send-email-sboyd@codeaurora.org\0"
- "ref\01426920332-9340-1-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0"
- "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
+ "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
  "Subject\0[PATCH v3 10/13] clk: qcom: Add KPSS ACC/GCC driver\0"
  "Date\0Fri, 20 Mar 2015 23:45:29 -0700\0"
- "To\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
- " Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Mike Turquette <mturquette@linaro.org>"
+ " Stephen Boyd <sboyd@codeaurora.org>\0"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-arm-msm@vger.kernel.org
+  linux-pm@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  Viresh Kumar <viresh.kumar@linaro.org>
+ " <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "The ACC and GCC regions present in KPSSv1 contain registers to\n"
@@ -18,8 +17,8 @@
  "purposes probe these devices and expose a mux clock that chooses\n"
  "between PXO and PLL8.\n"
  "\n"
- "Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n"
- "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ "Cc: <devicetree@vger.kernel.org>\n"
+ "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n"
  "---\n"
  " .../devicetree/bindings/arm/msm/qcom,kpss-acc.txt  |  7 ++\n"
  " .../devicetree/bindings/arm/msm/qcom,kpss-gcc.txt  | 28 +++++++\n"
@@ -218,11 +217,6 @@
  "+MODULE_ALIAS(\"platform:kpss-xcc\");\n"
  "-- \n"
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
- "a Linux Foundation Collaborative Project\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
+ a Linux Foundation Collaborative Project
 
-6d99db3f87854efeef09f1de20a5f3e285ca1288d007f5ff541edfbe2e1625d9
+7b25e22e35e1b128ef7e4200a1fb568ec0baff4a38525886b2b305f894680187

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.