All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5000FCD1.70408@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 615d716..58218d4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,7 +26,7 @@ static and generally only a few clocks may change config board to board.
 > 
 > -- 
 >  /* Simple clock gating controller based on bitmasks and register */
-> cgc: clock-gating-control at f1000000 {
+> cgc: clock-gating-control@f1000000 {
 >   compatible = "clock-gating-control-register";
 >   reg = <0xf1000000 0x4>;
 > 
@@ -51,7 +51,7 @@ static and generally only a few clocks may change config board to board.
 > 
 > /* Generic clock gate description that can be used with
 >    any clock gating controller */
-> cg_usb0: clockgate at 0 {
+> cg_usb0: clockgate@0 {
 >   compatible = "gated-clock";
 >   #clock-cells = <0>;
 >   clocks = <&osc>;
diff --git a/a/content_digest b/N1/content_digest
index 6cf78af..c676031 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,10 +3,16 @@
  "ref\04FFECC4E.4070001@googlemail.com\0"
  "ref\04FFF93DC.30103@gmail.com\0"
  "ref\04FFFED7C.9050406@googlemail.com\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[RESEND PATCH 1/1] clk: add DT support for clock gating control\0"
+ "ref\04FFFED7C.9050406-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [RESEND PATCH 1/1] clk: add DT support for clock gating control\0"
  "Date\0Sat, 14 Jul 2012 00:00:01 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sebastian Hesselbarh <sebastian.hesselbarth-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\0"
+ "Cc\0linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Mike Turquette <mturquette-l0cyMroinI0@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 07/13/2012 04:42 AM, Sebastian Hesselbarh wrote:\n"
@@ -37,7 +43,7 @@
  "> \n"
  "> -- \n"
  ">  /* Simple clock gating controller based on bitmasks and register */\n"
- "> cgc: clock-gating-control at f1000000 {\n"
+ "> cgc: clock-gating-control@f1000000 {\n"
  ">   compatible = \"clock-gating-control-register\";\n"
  ">   reg = <0xf1000000 0x4>;\n"
  "> \n"
@@ -62,7 +68,7 @@
  "> \n"
  "> /* Generic clock gate description that can be used with\n"
  ">    any clock gating controller */\n"
- "> cg_usb0: clockgate at 0 {\n"
+ "> cg_usb0: clockgate@0 {\n"
  ">   compatible = \"gated-clock\";\n"
  ">   #clock-cells = <0>;\n"
  ">   clocks = <&osc>;\n"
@@ -73,4 +79,4 @@
  "\n"
  Rob
 
-11581f563d1882f1488cc09df91e663e36a9a47233c3823257fa3a92cf39ea72
+05a4657d2376dbf0716a8c17e5d97898d0eede03d6457b81342b2767ba154427

diff --git a/a/1.txt b/N2/1.txt
index 615d716..58218d4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,7 +26,7 @@ static and generally only a few clocks may change config board to board.
 > 
 > -- 
 >  /* Simple clock gating controller based on bitmasks and register */
-> cgc: clock-gating-control at f1000000 {
+> cgc: clock-gating-control@f1000000 {
 >   compatible = "clock-gating-control-register";
 >   reg = <0xf1000000 0x4>;
 > 
@@ -51,7 +51,7 @@ static and generally only a few clocks may change config board to board.
 > 
 > /* Generic clock gate description that can be used with
 >    any clock gating controller */
-> cg_usb0: clockgate at 0 {
+> cg_usb0: clockgate@0 {
 >   compatible = "gated-clock";
 >   #clock-cells = <0>;
 >   clocks = <&osc>;
diff --git a/a/content_digest b/N2/content_digest
index 6cf78af..ef1c7c3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,10 +3,17 @@
  "ref\04FFECC4E.4070001@googlemail.com\0"
  "ref\04FFF93DC.30103@gmail.com\0"
  "ref\04FFFED7C.9050406@googlemail.com\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[RESEND PATCH 1/1] clk: add DT support for clock gating control\0"
+ "From\0Rob Herring <robherring2@gmail.com>\0"
+ "Subject\0Re: [RESEND PATCH 1/1] clk: add DT support for clock gating control\0"
  "Date\0Sat, 14 Jul 2012 00:00:01 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sebastian Hesselbarh <sebastian.hesselbarth@googlemail.com>\0"
+ "Cc\0Grant Likely <grant.likely@secretlab.ca>"
+  Rob Landley <rob@landley.net>
+  Mike Turquette <mturquette@ti.com>
+  devicetree-discuss@lists.ozlabs.org
+  linux-doc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 07/13/2012 04:42 AM, Sebastian Hesselbarh wrote:\n"
@@ -37,7 +44,7 @@
  "> \n"
  "> -- \n"
  ">  /* Simple clock gating controller based on bitmasks and register */\n"
- "> cgc: clock-gating-control at f1000000 {\n"
+ "> cgc: clock-gating-control@f1000000 {\n"
  ">   compatible = \"clock-gating-control-register\";\n"
  ">   reg = <0xf1000000 0x4>;\n"
  "> \n"
@@ -62,7 +69,7 @@
  "> \n"
  "> /* Generic clock gate description that can be used with\n"
  ">    any clock gating controller */\n"
- "> cg_usb0: clockgate at 0 {\n"
+ "> cg_usb0: clockgate@0 {\n"
  ">   compatible = \"gated-clock\";\n"
  ">   #clock-cells = <0>;\n"
  ">   clocks = <&osc>;\n"
@@ -73,4 +80,4 @@
  "\n"
  Rob
 
-11581f563d1882f1488cc09df91e663e36a9a47233c3823257fa3a92cf39ea72
+79ec2e91e0e279e5a997a8570ccbab9d6b2250ad1a8a951b122a1e52b219a3dd

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.