All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170116120621.GE5908@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index 523d944..4a54858 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,11 +7,11 @@ On Fri, Jan 13, 2017 at 06:57:39PM +0000, Russell King wrote:
 > 
 > Add this compatible.
 > 
-> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
+> Signed-off-by: Russell King <rmk+kernel-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
 
 Assuming the above is correct this looks sane to me. FWIW:
 
-Acked-by: Mark Rutland <mark.rutland@arm.com>
+Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
 
 Mark.
 
@@ -27,7 +27,7 @@ Mark.
 > @@ -128,7 +128,8 @@
 >  			};
 >  
->  			cpm_sata0: sata at 540000 {
+>  			cpm_sata0: sata@540000 {
 > -				compatible = "marvell,armada-8k-ahci";
 > +				compatible = "marvell,armada-8k-ahci",
 > +					     "generic-ahci";
@@ -41,7 +41,7 @@ Mark.
 > @@ -128,7 +128,8 @@
 >  			};
 >  
->  			cps_sata0: sata at 540000 {
+>  			cps_sata0: sata@540000 {
 > -				compatible = "marvell,armada-8k-ahci";
 > +				compatible = "marvell,armada-8k-ahci",
 > +					     "generic-ahci";
@@ -50,4 +50,8 @@ Mark.
 >  				clocks = <&cps_syscon0 1 15>;
 > -- 
 > 2.7.4
->
+> 
+--
+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/N1/content_digest
index 68a8d1f..2c4cd4a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,19 @@
  "ref\0E1cS72h-0004nc-Rr@rmk-PC.armlinux.org.uk\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH] arm64: dts: marvell: add generic-ahci compatibles for CP110 ahci\0"
+ "ref\0E1cS72h-0004nc-Rr-eh5Bv4kxaXIk46pC+1QYvQNdhmdF6hFW@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] arm64: dts: marvell: add generic-ahci compatibles for CP110 ahci\0"
  "Date\0Mon, 16 Jan 2017 12:06:21 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Russell King <rmk+kernel-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>\0"
+ "Cc\0Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Jan 13, 2017 at 06:57:39PM +0000, Russell King wrote:\n"
@@ -14,11 +25,11 @@
  "> \n"
  "> Add this compatible.\n"
  "> \n"
- "> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>\n"
+ "> Signed-off-by: Russell King <rmk+kernel-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>\n"
  "\n"
  "Assuming the above is correct this looks sane to me. FWIW:\n"
  "\n"
- "Acked-by: Mark Rutland <mark.rutland@arm.com>\n"
+ "Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n"
  "\n"
  "Mark.\n"
  "\n"
@@ -34,7 +45,7 @@
  "> @@ -128,7 +128,8 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tcpm_sata0: sata at 540000 {\n"
+ ">  \t\t\tcpm_sata0: sata@540000 {\n"
  "> -\t\t\t\tcompatible = \"marvell,armada-8k-ahci\";\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-8k-ahci\",\n"
  "> +\t\t\t\t\t     \"generic-ahci\";\n"
@@ -48,7 +59,7 @@
  "> @@ -128,7 +128,8 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tcps_sata0: sata at 540000 {\n"
+ ">  \t\t\tcps_sata0: sata@540000 {\n"
  "> -\t\t\t\tcompatible = \"marvell,armada-8k-ahci\";\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-8k-ahci\",\n"
  "> +\t\t\t\t\t     \"generic-ahci\";\n"
@@ -57,6 +68,10 @@
  ">  \t\t\t\tclocks = <&cps_syscon0 1 15>;\n"
  "> -- \n"
  "> 2.7.4\n"
- >
+ "> \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
 
-38c5106e3b2a79d54e351e0572acda5fedf1abc0e828d46d0d6885d67d9b5807
+5f7eb7bd4a03b5a0072b0a369d3cca96ec146d6d9e58cca71c6d42273362de72

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.