All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53727738.4080901@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 7450912..4a46f03 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:
+On 05/13/2014 11:27 AM, stefan at agner.ch wrote:
 > This patch adds the device tree to support Toradex Colibri T30, a
 > computer on module which can be used on different carrier boards.
 > 
@@ -24,18 +24,18 @@ That should include all the compatible values "inherited" from the
 Colibri T30 module .dtsi file too.
 
 > +	aliases {
-> +		rtc0 = "/i2c@7000c000/rtc@68";
-> +		rtc1 = "/i2c@7000d000/tps65911@2d";
-> +		rtc2 = "/rtc@7000e000";
+> +		rtc0 = "/i2c at 7000c000/rtc at 68";
+> +		rtc1 = "/i2c at 7000d000/tps65911 at 2d";
+> +		rtc2 = "/rtc at 7000e000";
 > +	};
 
 Wow, no shortage of RTCs!
 
 > +	/* SPI1: Colibri SSP */
-> +	spi@7000d400 {
+> +	spi at 7000d400 {
 > +		status = "okay";
 > +		spi-max-frequency = <25000000>;
-> +		can0: can@0 {
+> +		can0: can at 0 {
 > +			compatible = "microchip,mcp2515";
 > +			reg = <0>;
 > +			clocks = <&clk16m>;
@@ -49,7 +49,7 @@ for the bus to be the minimum value that any device on the bus would
 tolerate.
 
 > +	/* EHCI instance 0: USB1_DP/N -> USBC_P/N */
-> +	usb@7d000000 {
+> +	usb at 7d000000 {
 > +		status = "okay";
 > +		dr_mode = "otg";
 
@@ -85,7 +85,7 @@ tegra20.dtsi already sets the alias names for the serial ports. Previous
 discussions settled on giving each on-chip UART a static name, rather
 than renaming them per board.
 
-> +	pmc@7000e400 {
+> +	pmc at 7000e400 {
 > +		status = "okay";
 
 The PMC node isn't disabled in tegra20.dtsi, so you don't need the
diff --git a/a/content_digest b/N1/content_digest
index a5cdfc4..1a4d016 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,12 @@
  "ref\0cover.1400001937.git.stefan@agner.ch\0"
  "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan@agner.ch\0"
- "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan-XLVq0VzYD2Y@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/2] ARM: tegra: initial add of Colibri T30\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 2/2] ARM: tegra: initial add of Colibri T30\0"
  "Date\0Tue, 13 May 2014 13:49:12 -0600\0"
- "To\0stefan-XLVq0VzYD2Y@public.gmane.org"
- " thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "Cc\0linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:\n"
+ "On 05/13/2014 11:27 AM, stefan at agner.ch wrote:\n"
  "> This patch adds the device tree to support Toradex Colibri T30, a\n"
  "> computer on module which can be used on different carrier boards.\n"
  "> \n"
@@ -40,18 +32,18 @@
  "Colibri T30 module .dtsi file too.\n"
  "\n"
  "> +\taliases {\n"
- "> +\t\trtc0 = \"/i2c@7000c000/rtc@68\";\n"
- "> +\t\trtc1 = \"/i2c@7000d000/tps65911@2d\";\n"
- "> +\t\trtc2 = \"/rtc@7000e000\";\n"
+ "> +\t\trtc0 = \"/i2c at 7000c000/rtc at 68\";\n"
+ "> +\t\trtc1 = \"/i2c at 7000d000/tps65911 at 2d\";\n"
+ "> +\t\trtc2 = \"/rtc at 7000e000\";\n"
  "> +\t};\n"
  "\n"
  "Wow, no shortage of RTCs!\n"
  "\n"
  "> +\t/* SPI1: Colibri SSP */\n"
- "> +\tspi@7000d400 {\n"
+ "> +\tspi at 7000d400 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tspi-max-frequency = <25000000>;\n"
- "> +\t\tcan0: can@0 {\n"
+ "> +\t\tcan0: can at 0 {\n"
  "> +\t\t\tcompatible = \"microchip,mcp2515\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tclocks = <&clk16m>;\n"
@@ -65,7 +57,7 @@
  "tolerate.\n"
  "\n"
  "> +\t/* EHCI instance 0: USB1_DP/N -> USBC_P/N */\n"
- "> +\tusb@7d000000 {\n"
+ "> +\tusb at 7d000000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tdr_mode = \"otg\";\n"
  "\n"
@@ -101,10 +93,10 @@
  "discussions settled on giving each on-chip UART a static name, rather\n"
  "than renaming them per board.\n"
  "\n"
- "> +\tpmc@7000e400 {\n"
+ "> +\tpmc at 7000e400 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "\n"
  "The PMC node isn't disabled in tegra20.dtsi, so you don't need the\n"
  status property here.
 
-99acd0830ac01f2349f500cb3b94ca9c2ab6577ac8a9af7f9e00c9ba0ae8d8ce
+39e7dacc8a908b5d7adb74844cc38485baf9cf78aceaf9e3e0aa46e089bf1adf

diff --git a/a/1.txt b/N2/1.txt
index 7450912..8874760 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:
+On 05/13/2014 11:27 AM, stefan@agner.ch wrote:
 > This patch adds the device tree to support Toradex Colibri T30, a
 > computer on module which can be used on different carrier boards.
 > 
diff --git a/a/content_digest b/N2/content_digest
index a5cdfc4..0d009c6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,19 @@
  "ref\0cover.1400001937.git.stefan@agner.ch\0"
  "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan@agner.ch\0"
- "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan-XLVq0VzYD2Y@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
+ "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH 2/2] ARM: tegra: initial add of Colibri T30\0"
  "Date\0Tue, 13 May 2014 13:49:12 -0600\0"
- "To\0stefan-XLVq0VzYD2Y@public.gmane.org"
- " thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "Cc\0linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org\0"
+ "To\0stefan@agner.ch"
+ " thierry.reding@gmail.com\0"
+ "Cc\0linux@arm.linux.org.uk"
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  linux-tegra@vger.kernel.org
+ " marcel@ziswiler.com\0"
  "\00:1\0"
  "b\0"
- "On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:\n"
+ "On 05/13/2014 11:27 AM, stefan@agner.ch wrote:\n"
  "> This patch adds the device tree to support Toradex Colibri T30, a\n"
  "> computer on module which can be used on different carrier boards.\n"
  "> \n"
@@ -107,4 +106,4 @@
  "The PMC node isn't disabled in tegra20.dtsi, so you don't need the\n"
  status property here.
 
-99acd0830ac01f2349f500cb3b94ca9c2ab6577ac8a9af7f9e00c9ba0ae8d8ce
+f7e42d85b076eb87a60c3bdb9830113cf61ea74d6c7b4686907893bb9c976735

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.