All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2700959.OiVQMNL8Ss@phil>

diff --git a/a/1.txt b/N1/1.txt
index 1ff155c..9f262b6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,8 +4,8 @@ Am Mittwoch, 4. November 2015, 20:18:16 schrieb Xing Zheng:
 > Add the devicetree binding for the cru on the rk3036 which quite similar
 > structured as previous clock controllers.
 > 
-> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
-> Reviewed-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
+> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
+> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
 > ---
 
 your recipient-list is missing the clock maintainers+lists - sorry for
@@ -69,7 +69,7 @@ Heiko
 > +
 > +Example: Clock controller node:
 > +
-> +	cru: cru@20000000 {
+> +	cru: cru at 20000000 {
 > +		compatible = "rockchip,rk3036-cru";
 > +		reg = <0x20000000 0x1000>;
 > +		rockchip,grf = <&grf>;
@@ -81,7 +81,7 @@ Heiko
 > +Example: UART controller node that consumes the clock generated by the clock
 > +  controller:
 > +
-> +	uart0: serial@20060000 {
+> +	uart0: serial at 20060000 {
 > +		compatible = "snps,dw-apb-uart";
 > +		reg = <0x20060000 0x100>;
 > +		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
@@ -89,9 +89,4 @@ Heiko
 > +		reg-io-width = <4>;
 > +		clocks = <&cru SCLK_UART0>;
 > +	};
-> 
-
---
-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 1b877e6..02556fb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,9 @@
  "ref\01446639503-11763-1-git-send-email-zhengxing@rock-chips.com\0"
  "ref\01446639503-11763-2-git-send-email-zhengxing@rock-chips.com\0"
- "ref\01446639503-11763-2-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
- "Subject\0Re: [PATCH v6 1/8] dt-bindings: add documentation of rk3036 clock controller\0"
+ "From\0heiko@sntech.de (Heiko Stuebner)\0"
+ "Subject\0[PATCH v6 1/8] dt-bindings: add documentation of rk3036 clock controller\0"
  "Date\0Thu, 05 Nov 2015 00:39:25 +0100\0"
- "To\0Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
-  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -22,8 +12,8 @@
  "> Add the devicetree binding for the cru on the rk3036 which quite similar\n"
  "> structured as previous clock controllers.\n"
  "> \n"
- "> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
- "> Reviewed-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
+ "> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>\n"
+ "> Reviewed-by: Heiko Stuebner <heiko@sntech.de>\n"
  "> ---\n"
  "\n"
  "your recipient-list is missing the clock maintainers+lists - sorry for\n"
@@ -87,7 +77,7 @@
  "> +\n"
  "> +Example: Clock controller node:\n"
  "> +\n"
- "> +\tcru: cru@20000000 {\n"
+ "> +\tcru: cru at 20000000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3036-cru\";\n"
  "> +\t\treg = <0x20000000 0x1000>;\n"
  "> +\t\trockchip,grf = <&grf>;\n"
@@ -99,7 +89,7 @@
  "> +Example: UART controller node that consumes the clock generated by the clock\n"
  "> +  controller:\n"
  "> +\n"
- "> +\tuart0: serial@20060000 {\n"
+ "> +\tuart0: serial at 20060000 {\n"
  "> +\t\tcompatible = \"snps,dw-apb-uart\";\n"
  "> +\t\treg = <0x20060000 0x100>;\n"
  "> +\t\tinterrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -107,11 +97,6 @@
  "> +\t\treg-io-width = <4>;\n"
  "> +\t\tclocks = <&cru SCLK_UART0>;\n"
  "> +\t};\n"
- "> \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
+ >
 
-f5e939a8b78a349ee55cbcc8bc7b6b38ce4d5d664436a555250b606788dc1839
+f7513e892159377e01ef36e9afb233d59de221d803f9e365760ae147deef5206

diff --git a/a/1.txt b/N2/1.txt
index 1ff155c..3ea8a56 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,8 +4,8 @@ Am Mittwoch, 4. November 2015, 20:18:16 schrieb Xing Zheng:
 > Add the devicetree binding for the cru on the rk3036 which quite similar
 > structured as previous clock controllers.
 > 
-> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
-> Reviewed-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
+> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
+> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
 > ---
 
 your recipient-list is missing the clock maintainers+lists - sorry for
@@ -89,9 +89,4 @@ Heiko
 > +		reg-io-width = <4>;
 > +		clocks = <&cru SCLK_UART0>;
 > +	};
-> 
-
---
-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 1b877e6..a4a68b6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,19 +1,18 @@
  "ref\01446639503-11763-1-git-send-email-zhengxing@rock-chips.com\0"
  "ref\01446639503-11763-2-git-send-email-zhengxing@rock-chips.com\0"
- "ref\01446639503-11763-2-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
+ "From\0Heiko Stuebner <heiko@sntech.de>\0"
  "Subject\0Re: [PATCH v6 1/8] dt-bindings: add documentation of rk3036 clock controller\0"
  "Date\0Thu, 05 Nov 2015 00:39:25 +0100\0"
- "To\0Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
-  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Xing Zheng <zhengxing@rock-chips.com>\0"
+ "Cc\0linux-rockchip@lists.infradead.org"
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -22,8 +21,8 @@
  "> Add the devicetree binding for the cru on the rk3036 which quite similar\n"
  "> structured as previous clock controllers.\n"
  "> \n"
- "> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
- "> Reviewed-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
+ "> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>\n"
+ "> Reviewed-by: Heiko Stuebner <heiko@sntech.de>\n"
  "> ---\n"
  "\n"
  "your recipient-list is missing the clock maintainers+lists - sorry for\n"
@@ -107,11 +106,6 @@
  "> +\t\treg-io-width = <4>;\n"
  "> +\t\tclocks = <&cru SCLK_UART0>;\n"
  "> +\t};\n"
- "> \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
+ >
 
-f5e939a8b78a349ee55cbcc8bc7b6b38ce4d5d664436a555250b606788dc1839
+6d1cf78edbb161abd50917e199f460cefd6b01caabdde72b69edda6385cea9c2

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.