All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <7hindiqqss.fsf@baylibre.com>

diff --git a/a/content_digest b/N1/content_digest
index ecf71e1..ce39529 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "From\0khilman@baylibre.com (Kevin Hilman)\0"
  "Subject\0[PATCH] ARM64: dts: amlogic: use generic bus node names\0"
  "Date\0Thu, 07 Dec 2017 11:30:27 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Neil Armstrong <narmstrong@baylibre.com> writes:\n"
@@ -84,4 +84,4 @@
  "\n"
  Kevin
 
-acfa97da281896271ab15f32c956dd8b582a4bf5f5aa9990d25ed91b2bd0b9b2
+64dd0ca650a371dff96229a3516181ff71b9f630b86cee26e1bfb8a6995f792e

diff --git a/a/1.txt b/N2/1.txt
index 9e2787a..7a0f168 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,12 +1,12 @@
-Neil Armstrong <narmstrong@baylibre.com> writes:
+Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:
 
 > On 06/12/2017 20:30, Kevin Hilman wrote:
 >> The DT spec recommends that node-names have generic names like "bus".
 >> Fix that in the Amlogic DTs, while leaving the label names to have more
 >> SoC-specific names that match with the HW documentation.
 >> 
->> Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
->> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
+>> Suggested-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+>> Signed-off-by: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
 >> ---
 >>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 4 ++--
 >>  arch/arm64/boot/dts/amlogic/meson-gx.dtsi  | 6 +++---
@@ -20,8 +20,8 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  		#size-cells = <2>;
 >>  		ranges;
 >>  
->> -		cbus: cbus at ffd00000 {
->> +		cbus: bus at ffd00000 {
+>> -		cbus: cbus@ffd00000 {
+>> +		cbus: bus@ffd00000 {
 >>  			compatible = "simple-bus";
 >>  			reg = <0x0 0xffd00000 0x0 0x25000>;
 >>  			#address-cells = <2>;
@@ -29,8 +29,8 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  			};
 >>  		};
 >>  
->> -		aobus: aobus at ff800000 {
->> +		aobus: bus at ff800000 {
+>> -		aobus: aobus@ff800000 {
+>> +		aobus: bus@ff800000 {
 >>  			compatible = "simple-bus";
 >>  			reg = <0x0 0xff800000 0x0 0x100000>;
 >>  			#address-cells = <2>;
@@ -42,8 +42,8 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  		#size-cells = <2>;
 >>  		ranges;
 >>  
->> -		cbus: cbus at c1100000 {
->> +		cbus: bus at c1100000 {
+>> -		cbus: cbus@c1100000 {
+>> +		cbus: bus@c1100000 {
 >>  			compatible = "simple-bus";
 >>  			reg = <0x0 0xc1100000 0x0 0x100000>;
 >>  			#address-cells = <2>;
@@ -51,8 +51,8 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  			};
 >>  		};
 >>  
->> -		aobus: aobus at c8100000 {
->> +		aobus: bus at c8100000 {
+>> -		aobus: aobus@c8100000 {
+>> +		aobus: bus@c8100000 {
 >>  			compatible = "simple-bus";
 >>  			reg = <0x0 0xc8100000 0x0 0x100000>;
 >>  			#address-cells = <2>;
@@ -60,14 +60,14 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  			};
 >>  		};
 >>  
->> -		hiubus: hiubus at c883c000 {
->> +		hiubus: bus at c883c000 {
+>> -		hiubus: hiubus@c883c000 {
+>> +		hiubus: bus@c883c000 {
 >>  			compatible = "simple-bus";
 >>  			reg = <0x0 0xc883c000 0x0 0x2000>;
 >>  			#address-cells = <2>;
 >> 
 >
-> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
+> Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
 
 Applied to v4.16/dt64 with Neil's review and after doing some basic
 build/boot tests.
@@ -75,3 +75,7 @@ build/boot tests.
 Thanks,
 
 Kevin
+--
+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 ecf71e1..b446014 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,25 @@
  "ref\020171206193005.24171-1-khilman@baylibre.com\0"
  "ref\0fb631d1c-2b12-34e4-c157-ba11242e68de@baylibre.com\0"
- "From\0khilman@baylibre.com (Kevin Hilman)\0"
- "Subject\0[PATCH] ARM64: dts: amlogic: use generic bus node names\0"
+ "ref\0fb631d1c-2b12-34e4-c157-ba11242e68de-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
+ "From\0Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM64: dts: amlogic: use generic bus node names\0"
  "Date\0Thu, 07 Dec 2017 11:30:27 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "Neil Armstrong <narmstrong@baylibre.com> writes:\n"
+ "Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:\n"
  "\n"
  "> On 06/12/2017 20:30, Kevin Hilman wrote:\n"
  ">> The DT spec recommends that node-names have generic names like \"bus\".\n"
  ">> Fix that in the Amlogic DTs, while leaving the label names to have more\n"
  ">> SoC-specific names that match with the HW documentation.\n"
  ">> \n"
- ">> Suggested-by: Stephen Boyd <sboyd@codeaurora.org>\n"
- ">> Signed-off-by: Kevin Hilman <khilman@baylibre.com>\n"
+ ">> Suggested-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ ">> Signed-off-by: Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n"
  ">> ---\n"
  ">>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 4 ++--\n"
  ">>  arch/arm64/boot/dts/amlogic/meson-gx.dtsi  | 6 +++---\n"
@@ -28,8 +33,8 @@
  ">>  \t\t#size-cells = <2>;\n"
  ">>  \t\tranges;\n"
  ">>  \n"
- ">> -\t\tcbus: cbus at ffd00000 {\n"
- ">> +\t\tcbus: bus at ffd00000 {\n"
+ ">> -\t\tcbus: cbus@ffd00000 {\n"
+ ">> +\t\tcbus: bus@ffd00000 {\n"
  ">>  \t\t\tcompatible = \"simple-bus\";\n"
  ">>  \t\t\treg = <0x0 0xffd00000 0x0 0x25000>;\n"
  ">>  \t\t\t#address-cells = <2>;\n"
@@ -37,8 +42,8 @@
  ">>  \t\t\t};\n"
  ">>  \t\t};\n"
  ">>  \n"
- ">> -\t\taobus: aobus at ff800000 {\n"
- ">> +\t\taobus: bus at ff800000 {\n"
+ ">> -\t\taobus: aobus@ff800000 {\n"
+ ">> +\t\taobus: bus@ff800000 {\n"
  ">>  \t\t\tcompatible = \"simple-bus\";\n"
  ">>  \t\t\treg = <0x0 0xff800000 0x0 0x100000>;\n"
  ">>  \t\t\t#address-cells = <2>;\n"
@@ -50,8 +55,8 @@
  ">>  \t\t#size-cells = <2>;\n"
  ">>  \t\tranges;\n"
  ">>  \n"
- ">> -\t\tcbus: cbus at c1100000 {\n"
- ">> +\t\tcbus: bus at c1100000 {\n"
+ ">> -\t\tcbus: cbus@c1100000 {\n"
+ ">> +\t\tcbus: bus@c1100000 {\n"
  ">>  \t\t\tcompatible = \"simple-bus\";\n"
  ">>  \t\t\treg = <0x0 0xc1100000 0x0 0x100000>;\n"
  ">>  \t\t\t#address-cells = <2>;\n"
@@ -59,8 +64,8 @@
  ">>  \t\t\t};\n"
  ">>  \t\t};\n"
  ">>  \n"
- ">> -\t\taobus: aobus at c8100000 {\n"
- ">> +\t\taobus: bus at c8100000 {\n"
+ ">> -\t\taobus: aobus@c8100000 {\n"
+ ">> +\t\taobus: bus@c8100000 {\n"
  ">>  \t\t\tcompatible = \"simple-bus\";\n"
  ">>  \t\t\treg = <0x0 0xc8100000 0x0 0x100000>;\n"
  ">>  \t\t\t#address-cells = <2>;\n"
@@ -68,20 +73,24 @@
  ">>  \t\t\t};\n"
  ">>  \t\t};\n"
  ">>  \n"
- ">> -\t\thiubus: hiubus at c883c000 {\n"
- ">> +\t\thiubus: bus at c883c000 {\n"
+ ">> -\t\thiubus: hiubus@c883c000 {\n"
+ ">> +\t\thiubus: bus@c883c000 {\n"
  ">>  \t\t\tcompatible = \"simple-bus\";\n"
  ">>  \t\t\treg = <0x0 0xc883c000 0x0 0x2000>;\n"
  ">>  \t\t\t#address-cells = <2>;\n"
  ">> \n"
  ">\n"
- "> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>\n"
+ "> Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n"
  "\n"
  "Applied to v4.16/dt64 with Neil's review and after doing some basic\n"
  "build/boot tests.\n"
  "\n"
  "Thanks,\n"
  "\n"
- Kevin
+ "Kevin\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
 
-acfa97da281896271ab15f32c956dd8b582a4bf5f5aa9990d25ed91b2bd0b9b2
+01dd0d13ac3ef4979f07e94978dfab160ca72b1c9acb577a7bc08a0af5424298

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.