All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51E83A4F.5080904@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 98dab05..b251583 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -51,7 +51,7 @@ On 07/18/2013 11:43 AM, Sricharan R wrote:
 > +		   register offset in the same order.
 > +
 > +Examples:
-> +		crossbar_mpu: mpuirq@4a002a48 {
+> +		crossbar_mpu: mpuirq at 4a002a48 {
 > +			compatible = "crossbar";
 > +			crossbar-name = "mpu-irq";
 > +			reg = <0x4a002a48 0x0130>;
@@ -78,7 +78,7 @@ Lets see what happens as a result of this:
 
 https://patchwork.kernel.org/patch/2825148/ (introducing DTS for DRA7)
 uart1 to uart6 is defined. while in fact 10 uarts exist on IP block.
-uart1: serial@4806a000 {
+uart1: serial at 4806a000 {
 <snip>
 +			interrupts = <0 72 0x4>;
 Assumes that GIC interrupt by default mapping used.
@@ -101,12 +101,12 @@ c) allow products use IPs as needed.
 
 Sorry, Conceptually option 3 is the right approach in my view.
 instead of doing
-uart1: serial@4806a000 {
+uart1: serial at 4806a000 {
 <snip>
 +			interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
 
 we should be able to do the following:
-uart1: serial@4806a000 {
+uart1: serial at 4806a000 {
 <snip>
 +			interrupts = <TI_IRQ_CROSSBAR 192 IRQ_TYPE_LEVEL_HIGH>;
 
diff --git a/a/content_digest b/N1/content_digest
index c84b005..e15d37d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,9 @@
  "ref\01374165830-6367-1-git-send-email-r.sricharan@ti.com\0"
  "ref\01374165830-6367-2-git-send-email-r.sricharan@ti.com\0"
- "From\0Nishanth Menon <nm@ti.com>\0"
- "Subject\0Re: [PATCH 1/3] misc: Add crossbar driver\0"
+ "From\0nm@ti.com (Nishanth Menon)\0"
+ "Subject\0[PATCH 1/3] misc: Add crossbar driver\0"
  "Date\0Thu, 18 Jul 2013 13:56:15 -0500\0"
- "To\0Sricharan R <r.sricharan@ti.com>\0"
- "Cc\0linux@arm.linux.org.uk"
-  linux-doc@vger.kernel.org
-  tony@atomide.com
-  devicetree-discuss@lists.ozlabs.org
-  rnayak@ti.com
-  linux-kernel@vger.kernel.org
-  balbi@ti.com
-  linux-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 07/18/2013 11:43 AM, Sricharan R wrote:\n"
@@ -68,7 +59,7 @@
  "> +\t\t   register offset in the same order.\n"
  "> +\n"
  "> +Examples:\n"
- "> +\t\tcrossbar_mpu: mpuirq@4a002a48 {\n"
+ "> +\t\tcrossbar_mpu: mpuirq at 4a002a48 {\n"
  "> +\t\t\tcompatible = \"crossbar\";\n"
  "> +\t\t\tcrossbar-name = \"mpu-irq\";\n"
  "> +\t\t\treg = <0x4a002a48 0x0130>;\n"
@@ -95,7 +86,7 @@
  "\n"
  "https://patchwork.kernel.org/patch/2825148/ (introducing DTS for DRA7)\n"
  "uart1 to uart6 is defined. while in fact 10 uarts exist on IP block.\n"
- "uart1: serial@4806a000 {\n"
+ "uart1: serial at 4806a000 {\n"
  "<snip>\n"
  "+\t\t\tinterrupts = <0 72 0x4>;\n"
  "Assumes that GIC interrupt by default mapping used.\n"
@@ -118,12 +109,12 @@
  "\n"
  "Sorry, Conceptually option 3 is the right approach in my view.\n"
  "instead of doing\n"
- "uart1: serial@4806a000 {\n"
+ "uart1: serial at 4806a000 {\n"
  "<snip>\n"
  "+\t\t\tinterrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;\n"
  "\n"
  "we should be able to do the following:\n"
- "uart1: serial@4806a000 {\n"
+ "uart1: serial at 4806a000 {\n"
  "<snip>\n"
  "+\t\t\tinterrupts = <TI_IRQ_CROSSBAR 192 IRQ_TYPE_LEVEL_HIGH>;\n"
  "\n"
@@ -134,4 +125,4 @@
  "Regards,\n"
  Nishanth Menon
 
-cc85f685f05610bf8770e2fc437c5f50f183d4906594cb1bb8dce1f9765a2157
+e51a5633a150a257392e899e3e17eae6b285714dfb2a42cb4cf681ef967c5223

diff --git a/a/content_digest b/N2/content_digest
index c84b005..73befa6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,15 +4,15 @@
  "Subject\0Re: [PATCH 1/3] misc: Add crossbar driver\0"
  "Date\0Thu, 18 Jul 2013 13:56:15 -0500\0"
  "To\0Sricharan R <r.sricharan@ti.com>\0"
- "Cc\0linux@arm.linux.org.uk"
-  linux-doc@vger.kernel.org
-  tony@atomide.com
-  devicetree-discuss@lists.ozlabs.org
-  rnayak@ti.com
-  linux-kernel@vger.kernel.org
-  balbi@ti.com
-  linux-omap@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0<linux-kernel@vger.kernel.org>"
+  <devicetree-discuss@lists.ozlabs.org>
+  <linux-doc@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-omap@vger.kernel.org>
+  <tony@atomide.com>
+  <linux@arm.linux.org.uk>
+  <rnayak@ti.com>
+ " <balbi@ti.com>\0"
  "\00:1\0"
  "b\0"
  "On 07/18/2013 11:43 AM, Sricharan R wrote:\n"
@@ -134,4 +134,4 @@
  "Regards,\n"
  Nishanth Menon
 
-cc85f685f05610bf8770e2fc437c5f50f183d4906594cb1bb8dce1f9765a2157
+cb0eeb5a31c1925b51ccae57718715d8f17df099b65eda4ee69ad4609ddf25e5

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.