All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170302185607.GS20572@atomide.com>

diff --git a/a/content_digest b/N1/content_digest
index 5e77344..94c3b6c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,10 +6,10 @@
  "Subject\0Re: [PATCH DO NOT MERGE 5/6] ARM: dts: omap4: add some sample clkctrl data\0"
  "Date\0Thu, 2 Mar 2017 10:56:07 -0800\0"
  "To\0Tero Kristo <t-kristo@ti.com>\0"
- "Cc\0linux-clk@vger.kernel.org"
+ "Cc\0mturquette@baylibre.com"
   linux-omap@vger.kernel.org
   sboyd@codeaurora.org
-  mturquette@baylibre.com
+  linux-clk@vger.kernel.org
  " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -74,4 +74,4 @@
  "\n"
  Tony
 
-4985fcc34a2f61c68fbb0ddfde709f34522fbb3198cbb31889dc23d09693ff80
+15639dc5b691049c45dd285812883fc7e85c5bff65822f0c92e873b79b4e277b

diff --git a/a/1.txt b/N2/1.txt
index 0b71480..f1ee34b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -23,9 +23,9 @@ OK
 
 > > > --- a/arch/arm/boot/dts/omap4.dtsi
 > > > +++ b/arch/arm/boot/dts/omap4.dtsi
-> > > +				cm_l4per: cm_l4per@0 {
+> > > +				cm_l4per: cm_l4per at 0 {
 > > 
-> > Above should be cm_l4per: cm_l4per@1400, right?
+> > Above should be cm_l4per: cm_l4per at 1400, right?
 > 
 > Yea thats a bug in this test patch. Same issue with other nodes. DT compiler
 > isn't too picky about these so it works even with wrong node name.
@@ -37,14 +37,14 @@ OK
 > > > +					#size-cells = <1>;
 > > > +					ranges = <0 0x1400 0x200>;
 > > > +
-> > > +					cm_l4per_clkctrl: cm_l4per_clkctrl@20 {
+> > > +					cm_l4per_clkctrl: cm_l4per_clkctrl at 20 {
 > > > +						compatible = "ti,omap4-clkctrl";
 > > > +						reg = <0x20 0x1b0>;
 > > > +						#clock-cells = <2>;
 > > > +					};
 > > > +				};
 > > 
-> > You should update the binding doc accordingly if the "cm_l4per@0" node
+> > You should update the binding doc accordingly if the "cm_l4per at 0" node
 > > there is not needed. I also noticed the binding doc still has
 > > "#clock-cells = <4>" while it should be 2.
 > 
diff --git a/a/content_digest b/N2/content_digest
index 5e77344..d6ac875 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,15 +2,10 @@
  "ref\01486992157-10673-6-git-send-email-t-kristo@ti.com\0"
  "ref\020170302174503.GP20572@atomide.com\0"
  "ref\0c92a6176-e749-95c3-8eeb-d9bad7a97672@ti.com\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH DO NOT MERGE 5/6] ARM: dts: omap4: add some sample clkctrl data\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH DO NOT MERGE 5/6] ARM: dts: omap4: add some sample clkctrl data\0"
  "Date\0Thu, 2 Mar 2017 10:56:07 -0800\0"
- "To\0Tero Kristo <t-kristo@ti.com>\0"
- "Cc\0linux-clk@vger.kernel.org"
-  linux-omap@vger.kernel.org
-  sboyd@codeaurora.org
-  mturquette@baylibre.com
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "* Tero Kristo <t-kristo@ti.com> [170302 10:45]:\n"
@@ -38,9 +33,9 @@
  "\n"
  "> > > --- a/arch/arm/boot/dts/omap4.dtsi\n"
  "> > > +++ b/arch/arm/boot/dts/omap4.dtsi\n"
- "> > > +\t\t\t\tcm_l4per: cm_l4per@0 {\n"
+ "> > > +\t\t\t\tcm_l4per: cm_l4per at 0 {\n"
  "> > \n"
- "> > Above should be cm_l4per: cm_l4per@1400, right?\n"
+ "> > Above should be cm_l4per: cm_l4per at 1400, right?\n"
  "> \n"
  "> Yea thats a bug in this test patch. Same issue with other nodes. DT compiler\n"
  "> isn't too picky about these so it works even with wrong node name.\n"
@@ -52,14 +47,14 @@
  "> > > +\t\t\t\t\t#size-cells = <1>;\n"
  "> > > +\t\t\t\t\tranges = <0 0x1400 0x200>;\n"
  "> > > +\n"
- "> > > +\t\t\t\t\tcm_l4per_clkctrl: cm_l4per_clkctrl@20 {\n"
+ "> > > +\t\t\t\t\tcm_l4per_clkctrl: cm_l4per_clkctrl at 20 {\n"
  "> > > +\t\t\t\t\t\tcompatible = \"ti,omap4-clkctrl\";\n"
  "> > > +\t\t\t\t\t\treg = <0x20 0x1b0>;\n"
  "> > > +\t\t\t\t\t\t#clock-cells = <2>;\n"
  "> > > +\t\t\t\t\t};\n"
  "> > > +\t\t\t\t};\n"
  "> > \n"
- "> > You should update the binding doc accordingly if the \"cm_l4per@0\" node\n"
+ "> > You should update the binding doc accordingly if the \"cm_l4per at 0\" node\n"
  "> > there is not needed. I also noticed the binding doc still has\n"
  "> > \"#clock-cells = <4>\" while it should be 2.\n"
  "> \n"
@@ -74,4 +69,4 @@
  "\n"
  Tony
 
-4985fcc34a2f61c68fbb0ddfde709f34522fbb3198cbb31889dc23d09693ff80
+126fa9215f4b10793c1e25f0d2873a8d189493a4271ce6cb3fd6734e26cd1c8c

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.