All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53A1B677.9010909@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index d9eecd6..b9aad04 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,8 +17,8 @@ On 06/18/2014 10:43 AM, Felipe Balbi wrote:
 >  			ti,hwmods = "counter_32k";
 >  		};
 >  
-> -		rtc@44e3e000 {
-> +		rtc: rtc@44e3e000 {
+> -		rtc at 44e3e000 {
+> +		rtc: rtc at 44e3e000 {
 >  			compatible = "ti,am4372-rtc","ti,da830-rtc";
 >  			reg = <0x44e3e000 0x1000>;
 >  			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
@@ -26,8 +26,8 @@ On 06/18/2014 10:43 AM, Felipe Balbi wrote:
 >  			status = "disabled";
 >  		};
 >  
-> -		wdt@44e35000 {
-> +		wdt: wdt@44e35000 {
+> -		wdt at 44e35000 {
+> +		wdt: wdt at 44e35000 {
 >  			compatible = "ti,am4372-wdt","ti,omap3-wdt";
 >  			reg = <0x44e35000 0x1000>;
 >  			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
@@ -35,8 +35,8 @@ On 06/18/2014 10:43 AM, Felipe Balbi wrote:
 we might want to fix up any other similar nodes in dtsi as well, no?
 
 examples:
-cpu@0
-dispc@4832a400
+cpu at 0
+dispc at 4832a400
 
 Might also be nice to have Fixes: to point out which commit was being
 fixed, no?
diff --git a/a/content_digest b/N1/content_digest
index 4309df2..0683e10 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,9 @@
  "ref\01403106200-777-1-git-send-email-balbi@ti.com\0"
  "ref\01403106200-777-2-git-send-email-balbi@ti.com\0"
- "From\0Nishanth Menon <nm@ti.com>\0"
- "Subject\0Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog\0"
+ "From\0nm@ti.com (Nishanth Menon)\0"
+ "Subject\0[PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog\0"
  "Date\0Wed, 18 Jun 2014 10:55:35 -0500\0"
- "To\0Felipe Balbi <balbi@ti.com>"
- " Benoit Cousson <bcousson@baylibre.com>\0"
- "Cc\0robh+dt@kernel.org"
-  galak@codeaurora.org
-  Tony Lindgren <tony@atomide.com>
-  linux@arm.linux.org.uk
-  Rajendra Nayak <rnayak@ti.com>
-  r.sricharan@ti.com
-  devicetree@vger.kernel.org
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
-  Linux ARM Kernel Mailing List <linux-arm-kernel@lists.infradead.org>
- " Linux OMAP Mailing List <linux-omap@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "$subject - ARM: dts:\n"
@@ -36,8 +25,8 @@
  ">  \t\t\tti,hwmods = \"counter_32k\";\n"
  ">  \t\t};\n"
  ">  \n"
- "> -\t\trtc@44e3e000 {\n"
- "> +\t\trtc: rtc@44e3e000 {\n"
+ "> -\t\trtc at 44e3e000 {\n"
+ "> +\t\trtc: rtc at 44e3e000 {\n"
  ">  \t\t\tcompatible = \"ti,am4372-rtc\",\"ti,da830-rtc\";\n"
  ">  \t\t\treg = <0x44e3e000 0x1000>;\n"
  ">  \t\t\tinterrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH\n"
@@ -45,8 +34,8 @@
  ">  \t\t\tstatus = \"disabled\";\n"
  ">  \t\t};\n"
  ">  \n"
- "> -\t\twdt@44e35000 {\n"
- "> +\t\twdt: wdt@44e35000 {\n"
+ "> -\t\twdt at 44e35000 {\n"
+ "> +\t\twdt: wdt at 44e35000 {\n"
  ">  \t\t\tcompatible = \"ti,am4372-wdt\",\"ti,omap3-wdt\";\n"
  ">  \t\t\treg = <0x44e35000 0x1000>;\n"
  ">  \t\t\tinterrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -54,8 +43,8 @@
  "we might want to fix up any other similar nodes in dtsi as well, no?\n"
  "\n"
  "examples:\n"
- "cpu@0\n"
- "dispc@4832a400\n"
+ "cpu at 0\n"
+ "dispc at 4832a400\n"
  "\n"
  "Might also be nice to have Fixes: to point out which commit was being\n"
  "fixed, no?\n"
@@ -64,4 +53,4 @@
  "Regards,\n"
  Nishanth Menon
 
-bd77cdc17039a0ddcecb8d6c97a30f5c5dc62fbef0ba803516e111313627dce1
+99cac750b5767b7aa57e0da423dc171ce133affc772d64d54e3429c8e98f208d

diff --git a/a/content_digest b/N2/content_digest
index 4309df2..2136bf1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,13 +5,13 @@
  "Date\0Wed, 18 Jun 2014 10:55:35 -0500\0"
  "To\0Felipe Balbi <balbi@ti.com>"
  " Benoit Cousson <bcousson@baylibre.com>\0"
- "Cc\0robh+dt@kernel.org"
-  galak@codeaurora.org
+ "Cc\0<robh+dt@kernel.org>"
+  <galak@codeaurora.org>
   Tony Lindgren <tony@atomide.com>
-  linux@arm.linux.org.uk
+  <linux@arm.linux.org.uk>
   Rajendra Nayak <rnayak@ti.com>
-  r.sricharan@ti.com
-  devicetree@vger.kernel.org
+  <r.sricharan@ti.com>
+  <devicetree@vger.kernel.org>
   Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
   Linux ARM Kernel Mailing List <linux-arm-kernel@lists.infradead.org>
  " Linux OMAP Mailing List <linux-omap@vger.kernel.org>\0"
@@ -64,4 +64,4 @@
  "Regards,\n"
  Nishanth Menon
 
-bd77cdc17039a0ddcecb8d6c97a30f5c5dc62fbef0ba803516e111313627dce1
+93ad1633a2495811a7781b70d09889bd022dbd8c84d4a4ef27bca896ab0fa557

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.