All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180124212544.3972-1-brgl@bgdev.pl>

diff --git a/a/1.txt b/N1/1.txt
index 6b85727..e28b1ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Using compatible strings without the <manufacturer> part for at24 is
 now deprecated. Use a correct 'atmel,<model>' value.
 
-Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
+Signed-off-by: Bartosz Golaszewski <brgl-ARrdPY/1zhM@public.gmane.org>
 ---
  arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -13,7 +13,7 @@ index 50561b7b7939..71df3adfc7ca 100644
 @@ -211,7 +211,7 @@
  		status = "okay";
  
- 		24c512 at 50 {
+ 		24c512@50 {
 -			compatible = "24c512";
 +			compatible = "atmel,24c512";
  			reg = <0x50>;
@@ -21,3 +21,8 @@ index 50561b7b7939..71df3adfc7ca 100644
  
 -- 
 2.16.1
+
+--
+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 12201d2..3315df0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,21 @@
- "From\0brgl@bgdev.pl (Bartosz Golaszewski)\0"
+ "From\0Bartosz Golaszewski <brgl-ARrdPY/1zhM@public.gmane.org>\0"
  "Subject\0[PATCH] ARM: dts: use 'atmel' as at24 manufacturer for at91sam9g20ek\0"
  "Date\0Wed, 24 Jan 2018 22:25:44 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
+  Nicolas Ferre <nicolas.ferre-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
+ " Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Bartosz Golaszewski <brgl-ARrdPY/1zhM@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Using compatible strings without the <manufacturer> part for at24 is\n"
  "now deprecated. Use a correct 'atmel,<model>' value.\n"
  "\n"
- "Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>\n"
+ "Signed-off-by: Bartosz Golaszewski <brgl-ARrdPY/1zhM@public.gmane.org>\n"
  "---\n"
  " arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 +-\n"
  " 1 file changed, 1 insertion(+), 1 deletion(-)\n"
@@ -19,13 +27,18 @@
  "@@ -211,7 +211,7 @@\n"
  " \t\tstatus = \"okay\";\n"
  " \n"
- " \t\t24c512 at 50 {\n"
+ " \t\t24c512@50 {\n"
  "-\t\t\tcompatible = \"24c512\";\n"
  "+\t\t\tcompatible = \"atmel,24c512\";\n"
  " \t\t\treg = <0x50>;\n"
  " \t\t};\n"
  " \n"
  "-- \n"
- 2.16.1
+ "2.16.1\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
 
-816babdaf3a5ce7885049fdceaee423e188da0a065e75fb057b51dd465fa8b4e
+f69c5c39ac486bb54c7dc90f7abc23ebfcfdc700300f4fd4b33aa19aca9fac25

diff --git a/a/1.txt b/N2/1.txt
index 6b85727..19c1171 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -13,7 +13,7 @@ index 50561b7b7939..71df3adfc7ca 100644
 @@ -211,7 +211,7 @@
  		status = "okay";
  
- 		24c512 at 50 {
+ 		24c512@50 {
 -			compatible = "24c512";
 +			compatible = "atmel,24c512";
  			reg = <0x50>;
diff --git a/a/content_digest b/N2/content_digest
index 12201d2..e519957 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,15 @@
- "From\0brgl@bgdev.pl (Bartosz Golaszewski)\0"
+ "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0"
  "Subject\0[PATCH] ARM: dts: use 'atmel' as at24 manufacturer for at91sam9g20ek\0"
  "Date\0Wed, 24 Jan 2018 22:25:44 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Rob Herring <robh+dt@kernel.org>"
+  Mark Rutland <mark.rutland@arm.com>
+  Russell King <linux@armlinux.org.uk>
+  Nicolas Ferre <nicolas.ferre@microchip.com>
+ " Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " Bartosz Golaszewski <brgl@bgdev.pl>\0"
  "\00:1\0"
  "b\0"
  "Using compatible strings without the <manufacturer> part for at24 is\n"
@@ -19,7 +27,7 @@
  "@@ -211,7 +211,7 @@\n"
  " \t\tstatus = \"okay\";\n"
  " \n"
- " \t\t24c512 at 50 {\n"
+ " \t\t24c512@50 {\n"
  "-\t\t\tcompatible = \"24c512\";\n"
  "+\t\t\tcompatible = \"atmel,24c512\";\n"
  " \t\t\treg = <0x50>;\n"
@@ -28,4 +36,4 @@
  "-- \n"
  2.16.1
 
-816babdaf3a5ce7885049fdceaee423e188da0a065e75fb057b51dd465fa8b4e
+fd3bff47f7b2d8bfe22ec1706eadcf993afda3870d61726f8e04bb5041f18518

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.