All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F3CE1D2.5010202@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 6a58e42..53a48d5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ On 2/15/2012 7:13 PM, Tony Lindgren wrote:
 >>>>
 >>>> Replace as well the #if... by #ifdef for consistency.
 >>>
->>> How about let's also remove the 0x from the serial@0x.. in the .dts
+>>> How about let's also remove the 0x from the serial at 0x.. in the .dts
 >>> files in this clean-up patch?
 >>
 >> In the same patch?
@@ -50,29 +50,29 @@ index 216c331..1c9d10a 100644
  			#interrupt-cells = <1>;
  		};
  
--		uart1: serial@0x4806a000 {
-+		uart1: serial@4806a000 {
+-		uart1: serial at 0x4806a000 {
++		uart1: serial at 4806a000 {
  			compatible = "ti,omap3-uart";
  			ti,hwmods = "uart1";
  			clock-frequency = <48000000>;
  		};
  
--		uart2: serial@0x4806c000 {
-+		uart2: serial@4806c000 {
+-		uart2: serial at 0x4806c000 {
++		uart2: serial at 4806c000 {
  			compatible = "ti,omap3-uart";
  			ti,hwmods = "uart2";
  			clock-frequency = <48000000>;
  		};
  
--		uart3: serial@0x49020000 {
-+		uart3: serial@49020000 {
+-		uart3: serial at 0x49020000 {
++		uart3: serial at 49020000 {
  			compatible = "ti,omap3-uart";
  			ti,hwmods = "uart3";
  			clock-frequency = <48000000>;
  		};
  
--		uart4: serial@0x49042000 {
-+		uart4: serial@49042000 {
+-		uart4: serial at 0x49042000 {
++		uart4: serial at 49042000 {
  			compatible = "ti,omap3-uart";
  			ti,hwmods = "uart4";
  			clock-frequency = <48000000>;
@@ -84,29 +84,29 @@ index e8fe75f..f40af04 100644
  			      <0x48240100 0x0100>;
  		};
  
--		uart1: serial@0x4806a000 {
-+		uart1: serial@4806a000 {
+-		uart1: serial at 0x4806a000 {
++		uart1: serial at 4806a000 {
  			compatible = "ti,omap4-uart";
  			ti,hwmods = "uart1";
  			clock-frequency = <48000000>;
  		};
  
--		uart2: serial@0x4806c000 {
-+		uart2: serial@4806c000 {
+-		uart2: serial at 0x4806c000 {
++		uart2: serial at 4806c000 {
  			compatible = "ti,omap4-uart";
  			ti,hwmods = "uart2";
  			clock-frequency = <48000000>;
  		};
  
--		uart3: serial@0x48020000 {
-+		uart3: serial@48020000 {
+-		uart3: serial at 0x48020000 {
++		uart3: serial at 48020000 {
  			compatible = "ti,omap4-uart";
  			ti,hwmods = "uart3";
  			clock-frequency = <48000000>;
  		};
  
--		uart4: serial@0x4806e000 {
-+		uart4: serial@4806e000 {
+-		uart4: serial at 0x4806e000 {
++		uart4: serial at 4806e000 {
  			compatible = "ti,omap4-uart";
  			ti,hwmods = "uart4";
  			clock-frequency = <48000000>;
diff --git a/a/content_digest b/N1/content_digest
index 6bcf975..4c78942 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,12 +2,10 @@
  "ref\020120214195249.GS1426@atomide.com\0"
  "ref\04F3BAFCD.2000508@ti.com\0"
  "ref\020120215181313.GY1426@atomide.com\0"
- "From\0Cousson, Benoit <b-cousson@ti.com>\0"
- "Subject\0Re: [PATCH 1/4] ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE\0"
+ "From\0b-cousson@ti.com (Cousson, Benoit)\0"
+ "Subject\0[PATCH 1/4] ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE\0"
  "Date\0Thu, 16 Feb 2012 12:00:34 +0100\0"
- "To\0Tony Lindgren <tony@atomide.com>\0"
- "Cc\0linux-omap@vger.kernel.org"
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2/15/2012 7:13 PM, Tony Lindgren wrote:\n"
@@ -20,7 +18,7 @@
  ">>>>\n"
  ">>>> Replace as well the #if... by #ifdef for consistency.\n"
  ">>>\n"
- ">>> How about let's also remove the 0x from the serial@0x.. in the .dts\n"
+ ">>> How about let's also remove the 0x from the serial at 0x.. in the .dts\n"
  ">>> files in this clean-up patch?\n"
  ">>\n"
  ">> In the same patch?\n"
@@ -62,29 +60,29 @@
  " \t\t\t#interrupt-cells = <1>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart1: serial@0x4806a000 {\n"
- "+\t\tuart1: serial@4806a000 {\n"
+ "-\t\tuart1: serial at 0x4806a000 {\n"
+ "+\t\tuart1: serial at 4806a000 {\n"
  " \t\t\tcompatible = \"ti,omap3-uart\";\n"
  " \t\t\tti,hwmods = \"uart1\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart2: serial@0x4806c000 {\n"
- "+\t\tuart2: serial@4806c000 {\n"
+ "-\t\tuart2: serial at 0x4806c000 {\n"
+ "+\t\tuart2: serial at 4806c000 {\n"
  " \t\t\tcompatible = \"ti,omap3-uart\";\n"
  " \t\t\tti,hwmods = \"uart2\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart3: serial@0x49020000 {\n"
- "+\t\tuart3: serial@49020000 {\n"
+ "-\t\tuart3: serial at 0x49020000 {\n"
+ "+\t\tuart3: serial at 49020000 {\n"
  " \t\t\tcompatible = \"ti,omap3-uart\";\n"
  " \t\t\tti,hwmods = \"uart3\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart4: serial@0x49042000 {\n"
- "+\t\tuart4: serial@49042000 {\n"
+ "-\t\tuart4: serial at 0x49042000 {\n"
+ "+\t\tuart4: serial at 49042000 {\n"
  " \t\t\tcompatible = \"ti,omap3-uart\";\n"
  " \t\t\tti,hwmods = \"uart4\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
@@ -96,33 +94,33 @@
  " \t\t\t      <0x48240100 0x0100>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart1: serial@0x4806a000 {\n"
- "+\t\tuart1: serial@4806a000 {\n"
+ "-\t\tuart1: serial at 0x4806a000 {\n"
+ "+\t\tuart1: serial at 4806a000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  " \t\t\tti,hwmods = \"uart1\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart2: serial@0x4806c000 {\n"
- "+\t\tuart2: serial@4806c000 {\n"
+ "-\t\tuart2: serial at 0x4806c000 {\n"
+ "+\t\tuart2: serial at 4806c000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  " \t\t\tti,hwmods = \"uart2\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart3: serial@0x48020000 {\n"
- "+\t\tuart3: serial@48020000 {\n"
+ "-\t\tuart3: serial at 0x48020000 {\n"
+ "+\t\tuart3: serial at 48020000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  " \t\t\tti,hwmods = \"uart3\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tuart4: serial@0x4806e000 {\n"
- "+\t\tuart4: serial@4806e000 {\n"
+ "-\t\tuart4: serial at 0x4806e000 {\n"
+ "+\t\tuart4: serial at 4806e000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  " \t\t\tti,hwmods = \"uart4\";\n"
  " \t\t\tclock-frequency = <48000000>;\n"
  "-- \n"
  1.7.0.4
 
-977194aececb4cdb0a55b2448c0768d5905db616dabdb7c76e59c62b7d2da47e
+e7138ff4a429f8c09657f412588041d6b6ba0de764f22d72bb545fb95e31d055

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.