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

diff --git a/a/content_digest b/N1/content_digest
index 97bb1da..1bc084c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "From\0khilman@baylibre.com (Kevin Hilman)\0"
  "Subject\0[PATCH 3/3] arm64: dts: meson-axg: add new reset DT node\0"
  "Date\0Fri, 15 Dec 2017 16:17:48 -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"
@@ -41,4 +41,4 @@
  "\n"
  Kevin
 
-29d21315b82be5823428ee870f194fa45d95e40a9a13c289c6ebdf0c53fd86eb
+37e842770750463e45545cb09cc307d3c7f2326bd30d2d578d7871797fc6b69c

diff --git a/a/1.txt b/N2/1.txt
index daba048..dcf2ea9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,9 +1,9 @@
-Neil Armstrong <narmstrong@baylibre.com> writes:
+Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:
 
 > On 10/11/2017 09:46, Yixun Lan wrote:
 >> Add reset DT node for Amlogic's Meson-AXG SoC.
 >> 
->> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
+>> Signed-off-by: Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>
 >> ---
 >>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 ++++++
 >>  1 file changed, 6 insertions(+)
@@ -16,19 +16,23 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  			#size-cells = <2>;
 >>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
 >>  
->> +			reset: reset-controller at 1004 {
+>> +			reset: reset-controller@1004 {
 >> +				compatible = "amlogic,meson-axg-reset";
 >> +				reg = <0x0 0x01004 0x0 0x9c>;
 >> +				#reset-cells = <1>;
 >> +			};
 >> +
->>  			uart_A: serial at 24000 {
+>>  			uart_A: serial@24000 {
 >>  				compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart";
 >>  				reg = <0x0 0x24000 0x0 0x14>;
 >> 
 >
-> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
+> Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
 
 Applied to v4.16/dt64,
 
 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 97bb1da..2e42ec6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,17 +1,27 @@
  "ref\020171110084659.31641-1-yixun.lan@amlogic.com\0"
  "ref\004b96767-2412-7242-780c-f3e1e610a62b@baylibre.com\0"
- "From\0khilman@baylibre.com (Kevin Hilman)\0"
- "Subject\0[PATCH 3/3] arm64: dts: meson-axg: add new reset DT node\0"
+ "ref\004b96767-2412-7242-780c-f3e1e610a62b-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
+ "From\0Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/3] arm64: dts: meson-axg: add new reset DT node\0"
  "Date\0Fri, 15 Dec 2017 16:17:48 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  Jerome Brunet <jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
+  Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
+  linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@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 10/11/2017 09:46, Yixun Lan wrote:\n"
  ">> Add reset DT node for Amlogic's Meson-AXG SoC.\n"
  ">> \n"
- ">> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>\n"
+ ">> Signed-off-by: Yixun Lan <yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>\n"
  ">> ---\n"
  ">>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 ++++++\n"
  ">>  1 file changed, 6 insertions(+)\n"
@@ -24,21 +34,25 @@
  ">>  \t\t\t#size-cells = <2>;\n"
  ">>  \t\t\tranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;\n"
  ">>  \n"
- ">> +\t\t\treset: reset-controller at 1004 {\n"
+ ">> +\t\t\treset: reset-controller@1004 {\n"
  ">> +\t\t\t\tcompatible = \"amlogic,meson-axg-reset\";\n"
  ">> +\t\t\t\treg = <0x0 0x01004 0x0 0x9c>;\n"
  ">> +\t\t\t\t#reset-cells = <1>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">>  \t\t\tuart_A: serial at 24000 {\n"
+ ">>  \t\t\tuart_A: serial@24000 {\n"
  ">>  \t\t\t\tcompatible = \"amlogic,meson-gx-uart\", \"amlogic,meson-uart\";\n"
  ">>  \t\t\t\treg = <0x0 0x24000 0x0 0x14>;\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,\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
 
-29d21315b82be5823428ee870f194fa45d95e40a9a13c289c6ebdf0c53fd86eb
+f1b9840ae340922c65e43e7fa247ffdbdc08bb4944527c64ec38117d983a44a3

diff --git a/a/1.txt b/N3/1.txt
index daba048..96d1f6d 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -16,13 +16,13 @@ Neil Armstrong <narmstrong@baylibre.com> writes:
 >>  			#size-cells = <2>;
 >>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
 >>  
->> +			reset: reset-controller at 1004 {
+>> +			reset: reset-controller@1004 {
 >> +				compatible = "amlogic,meson-axg-reset";
 >> +				reg = <0x0 0x01004 0x0 0x9c>;
 >> +				#reset-cells = <1>;
 >> +			};
 >> +
->>  			uart_A: serial at 24000 {
+>>  			uart_A: serial@24000 {
 >>  				compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart";
 >>  				reg = <0x0 0x24000 0x0 0x14>;
 >> 
diff --git a/a/content_digest b/N3/content_digest
index 97bb1da..41530f4 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,9 +1,18 @@
  "ref\020171110084659.31641-1-yixun.lan@amlogic.com\0"
  "ref\004b96767-2412-7242-780c-f3e1e610a62b@baylibre.com\0"
- "From\0khilman@baylibre.com (Kevin Hilman)\0"
- "Subject\0[PATCH 3/3] arm64: dts: meson-axg: add new reset DT node\0"
+ "From\0Kevin Hilman <khilman@baylibre.com>\0"
+ "Subject\0Re: [PATCH 3/3] arm64: dts: meson-axg: add new reset DT node\0"
  "Date\0Fri, 15 Dec 2017 16:17:48 -0800\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Neil Armstrong <narmstrong@baylibre.com>\0"
+ "Cc\0Yixun Lan <yixun.lan@amlogic.com>"
+  devicetree@vger.kernel.org
+  Rob Herring <robh+dt@kernel.org>
+  Philipp Zabel <p.zabel@pengutronix.de>
+  Jerome Brunet <jbrunet@baylibre.com>
+  Carlo Caione <carlo@caione.org>
+  linux-amlogic@lists.infradead.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Neil Armstrong <narmstrong@baylibre.com> writes:\n"
@@ -24,13 +33,13 @@
  ">>  \t\t\t#size-cells = <2>;\n"
  ">>  \t\t\tranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;\n"
  ">>  \n"
- ">> +\t\t\treset: reset-controller at 1004 {\n"
+ ">> +\t\t\treset: reset-controller@1004 {\n"
  ">> +\t\t\t\tcompatible = \"amlogic,meson-axg-reset\";\n"
  ">> +\t\t\t\treg = <0x0 0x01004 0x0 0x9c>;\n"
  ">> +\t\t\t\t#reset-cells = <1>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">>  \t\t\tuart_A: serial at 24000 {\n"
+ ">>  \t\t\tuart_A: serial@24000 {\n"
  ">>  \t\t\t\tcompatible = \"amlogic,meson-gx-uart\", \"amlogic,meson-uart\";\n"
  ">>  \t\t\t\treg = <0x0 0x24000 0x0 0x14>;\n"
  ">> \n"
@@ -41,4 +50,4 @@
  "\n"
  Kevin
 
-29d21315b82be5823428ee870f194fa45d95e40a9a13c289c6ebdf0c53fd86eb
+d5a9b4c36d6cd089af2a505d06244b292b3bce64a17070968d42e7f1dc631d2c

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.