All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171129193536.GB19419@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 23ba0a6..78f0409 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,9 +15,9 @@ On 11/28, Yixun Lan wrote:
 >  			#address-cells = <0>;
 >  		};
 >  
-> +		hiubus: hiubus at ff63c000 {
+> +		hiubus: hiubus@ff63c000 {
 
-Maybe just call the node "bus at ff63c000"?
+Maybe just call the node "bus@ff63c000"?
 
 > +			compatible = "simple-bus";
 > +			reg = <0x0 0xff63c000 0x0 0x1c00>;
@@ -25,14 +25,14 @@ Maybe just call the node "bus at ff63c000"?
 > +			#size-cells = <2>;
 > +			ranges = <0x0 0x0 0x0 0xff63c000 0x0 0x1c00>;
 > +
-> +			clkc: clock-controller at 0 {
+> +			clkc: clock-controller@0 {
 > +				compatible = "amlogic,axg-clkc";
 > +				#clock-cells = <1>;
 > +				reg = <0x0 0x0 0x0 0x320>;
 > +			};
 > +		};
 > +
->  		mailbox: mailbox at ff63dc00 {
+>  		mailbox: mailbox@ff63dc00 {
 >  			compatible = "amlogic,meson-gx-mhu", "amlogic,meson-gxbb-mhu";
 >  			reg = <0 0xff63dc00 0 0x400>;
 > -- 
diff --git a/a/content_digest b/N1/content_digest
index b62cb8d..c9113b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,22 @@
  "ref\020171128125330.363-1-yixun.lan@amlogic.com\0"
  "ref\020171128125330.363-4-yixun.lan@amlogic.com\0"
- "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
- "Subject\0[PATCH v3 3/3] arm64: dts: meson-axg: add clock DT info for Meson AXG SoC\0"
+ "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
+ "Subject\0Re: [PATCH v3 3/3] arm64: dts: meson-axg: add clock DT info for Meson AXG SoC\0"
  "Date\0Wed, 29 Nov 2017 11:35:36 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Yixun Lan <yixun.lan@amlogic.com>\0"
+ "Cc\0Neil Armstrong <narmstrong@baylibre.com>"
+  Jerome Brunet <jbrunet@baylibre.com>
+  Kevin Hilman <khilman@baylibre.com>
+  Rob Herring <robh+dt@kernel.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Michael Turquette <mturquette@baylibre.com>
+  Carlo Caione <carlo@caione.org>
+  Qiufang Dai <qiufang.dai@amlogic.com>
+  linux-amlogic@lists.infradead.org
+  devicetree@vger.kernel.org
+  linux-clk@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 11/28, Yixun Lan wrote:\n"
@@ -23,9 +36,9 @@
  ">  \t\t\t#address-cells = <0>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\thiubus: hiubus at ff63c000 {\n"
+ "> +\t\thiubus: hiubus@ff63c000 {\n"
  "\n"
- "Maybe just call the node \"bus at ff63c000\"?\n"
+ "Maybe just call the node \"bus@ff63c000\"?\n"
  "\n"
  "> +\t\t\tcompatible = \"simple-bus\";\n"
  "> +\t\t\treg = <0x0 0xff63c000 0x0 0x1c00>;\n"
@@ -33,14 +46,14 @@
  "> +\t\t\t#size-cells = <2>;\n"
  "> +\t\t\tranges = <0x0 0x0 0x0 0xff63c000 0x0 0x1c00>;\n"
  "> +\n"
- "> +\t\t\tclkc: clock-controller at 0 {\n"
+ "> +\t\t\tclkc: clock-controller@0 {\n"
  "> +\t\t\t\tcompatible = \"amlogic,axg-clkc\";\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
  "> +\t\t\t\treg = <0x0 0x0 0x0 0x320>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tmailbox: mailbox at ff63dc00 {\n"
+ ">  \t\tmailbox: mailbox@ff63dc00 {\n"
  ">  \t\t\tcompatible = \"amlogic,meson-gx-mhu\", \"amlogic,meson-gxbb-mhu\";\n"
  ">  \t\t\treg = <0 0xff63dc00 0 0x400>;\n"
  "> -- \n"
@@ -51,4 +64,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-aad5720bd43a9bc157ca7e4fde70c2d4b4b2bd10793e211d16e08ea5b89b3e84
+e0a83ce2cb30d7e1e3090e191c0eb92548795401dd9378f8b9c4dbacc52a622e

diff --git a/a/content_digest b/N2/content_digest
index b62cb8d..2a60c90 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
  "Subject\0[PATCH v3 3/3] arm64: dts: meson-axg: add clock DT info for Meson AXG SoC\0"
  "Date\0Wed, 29 Nov 2017 11:35:36 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 11/28, Yixun Lan wrote:\n"
@@ -51,4 +51,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-aad5720bd43a9bc157ca7e4fde70c2d4b4b2bd10793e211d16e08ea5b89b3e84
+76bb679d267af9244e6baecec262958b5c7b5756e02cc7a0e916b71f2395b1d8

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.