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

diff --git a/a/1.txt b/N1/1.txt
index 777d378..45bfc5e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -52,7 +52,7 @@ On Thursday 18 July 2013 02:56 PM, Nishanth Menon 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>;
@@ -76,7 +76,7 @@ On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote:
 > 
 > 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.
@@ -96,12 +96,12 @@ On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote:
 > 
 > 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 2e3a6db..8bed9fc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,10 @@
  "ref\01374165830-6367-1-git-send-email-r.sricharan@ti.com\0"
  "ref\01374165830-6367-2-git-send-email-r.sricharan@ti.com\0"
  "ref\051E83A4F.5080904@ti.com\0"
- "From\0Santosh Shilimkar <santosh.shilimkar@ti.com>\0"
- "Subject\0Re: [PATCH 1/3] misc: Add crossbar driver\0"
+ "From\0santosh.shilimkar@ti.com (Santosh Shilimkar)\0"
+ "Subject\0[PATCH 1/3] misc: Add crossbar driver\0"
  "Date\0Thu, 18 Jul 2013 19:39:04 -0400\0"
- "To\0Nishanth Menon <nm@ti.com>"
- " balbi@ti.com\0"
- "Cc\0Sricharan R <r.sricharan@ti.com>"
-  linux@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
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Linus Walleij <linus.walleij@linaro.org>Tony Lindgren <tony@atomide.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote:\n"
@@ -72,7 +61,7 @@
  ">> +           register offset in the same order.\n"
  ">> +\n"
  ">> +Examples:\n"
- ">> +        crossbar_mpu: mpuirq@4a002a48 {\n"
+ ">> +        crossbar_mpu: mpuirq at 4a002a48 {\n"
  ">> +            compatible = \"crossbar\";\n"
  ">> +            crossbar-name = \"mpu-irq\";\n"
  ">> +            reg = <0x4a002a48 0x0130>;\n"
@@ -96,7 +85,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"
  "> +            interrupts = <0 72 0x4>;\n"
  "> Assumes that GIC interrupt by default mapping used.\n"
@@ -116,12 +105,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"
  "> +            interrupts = <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"
  "> +            interrupts = <TI_IRQ_CROSSBAR 192 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> \n"
@@ -144,4 +133,4 @@
  "Regards,\n"
  Santosh
 
-8fe526352a6044206ce8c75fc9a5dcdad72a4b817c3d392439d574e52e47db8f
+431df2c6c3b5e0eb7e3d098348036e4369b157e9e8bbc4690c7e051e7d501e6b

diff --git a/a/content_digest b/N2/content_digest
index 2e3a6db..838570a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,17 +5,18 @@
  "Subject\0Re: [PATCH 1/3] misc: Add crossbar driver\0"
  "Date\0Thu, 18 Jul 2013 19:39:04 -0400\0"
  "To\0Nishanth Menon <nm@ti.com>"
- " balbi@ti.com\0"
+ " <balbi@ti.com>\0"
  "Cc\0Sricharan R <r.sricharan@ti.com>"
-  linux@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
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Linus Walleij <linus.walleij@linaro.org>Tony Lindgren <tony@atomide.com>\0"
+  <linux@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>
+  <linux-omap@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  Linus Walleij <linus.walleij@linaro.org>
+ " Tony Lindgren <tony@atomide.com>\0"
  "\00:1\0"
  "b\0"
  "On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote:\n"
@@ -144,4 +145,4 @@
  "Regards,\n"
  Santosh
 
-8fe526352a6044206ce8c75fc9a5dcdad72a4b817c3d392439d574e52e47db8f
+d2db519bfdb200e691d91e7ef97eb0e9a3b5e3091bc8119a4be6d4f4a6d508a6

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.