All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <d33cd73f8207d4b92d02eb4bd2629590@mail.gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 29f2949..b9dc9a2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,11 +1,11 @@
 > -----Original Message-----
-> From: ccross@google.com [mailto:ccross@google.com] On Behalf Of
+> From: ccross at google.com [mailto:ccross at google.com] On Behalf Of
 > Colin Cross
 > Sent: Wednesday, January 26, 2011 2:25 AM
 > To: Santosh Shilimkar
-> Cc: linux-arm-kernel@lists.infradead.org; linux-
-> omap@vger.kernel.org; catalin.marinas@arm.com;
-> linux@arm.linux.org.uk; linus.ml.walleij@gmail.com; Russell King
+> Cc: linux-arm-kernel at lists.infradead.org; linux-
+> omap at vger.kernel.org; catalin.marinas at arm.com;
+> linux at arm.linux.org.uk; linus.ml.walleij at gmail.com; Russell King
 > Subject: Re: [PATCH 1/5] ARM: gic: Add hooks for architecture
 > specific extensions
 >
@@ -20,15 +20,15 @@
 > >> and the external controller's registers to control IRQ behavior.
 > >>
 > >> This can be addressed in couple of possible methods.
-> >>  1.     Export common GIC routines along with 'struct irq_chip
+> >> ?1. ? ? Export common GIC routines along with 'struct irq_chip
 > gic_chip'
-> >>        and allow architectures to have custom function by
+> >> ? ? ? ?and allow architectures to have custom function by
 > override.
 > >>
-> >>  2.     Provide architecture specific function pointer hooks
-> >>        within GIC library and leave platforms to add the
+> >> ?2. ? ? Provide architecture specific function pointer hooks
+> >> ? ? ? ?within GIC library and leave platforms to add the
 > necessary
-> >>        code as part of these hooks.
+> >> ? ? ? ?code as part of these hooks.
 > >>
 > >> First one might be non-intrusive but have few shortcomings like
 > arch needs
@@ -99,7 +99,3 @@ Can I fold below changes in my patch and add you ack and tested-by?
 >  #ifdef CONFIG_SMP
 >  	.irq_set_affinity	= gic_set_cpu,
 >  #endif
---
-To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 8fe835f..e8011b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,26 +2,20 @@
  "ref\01295859080-15259-2-git-send-email-santosh.shilimkar@ti.com\0"
  "ref\0AANLkTikT=muk5A8MkSe0dXvE-GPsfMn4Am7KuOndvBdi@mail.gmail.com\0"
  "ref\0AANLkTi=umZYcb2MozjjLhjjRD305t8iKw2jNr3Ke=9H7@mail.gmail.com\0"
- "From\0Santosh Shilimkar <santosh.shilimkar@ti.com>\0"
- "Subject\0RE: [PATCH 1/5] ARM: gic: Add hooks for architecture specific extensions\0"
+ "From\0santosh.shilimkar@ti.com (Santosh Shilimkar)\0"
+ "Subject\0[PATCH 1/5] ARM: gic: Add hooks for architecture specific extensions\0"
  "Date\0Wed, 26 Jan 2011 12:52:19 +0530\0"
- "To\0Colin Cross <ccross@android.com>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-omap@vger.kernel.org
-  catalin.marinas@arm.com
-  linux@arm.linux.org.uk
-  linus.ml.walleij@gmail.com
- " Russell King <rmk+kernel@arm.linux.org.uk>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "> -----Original Message-----\n"
- "> From: ccross@google.com [mailto:ccross@google.com] On Behalf Of\n"
+ "> From: ccross at google.com [mailto:ccross at google.com] On Behalf Of\n"
  "> Colin Cross\n"
  "> Sent: Wednesday, January 26, 2011 2:25 AM\n"
  "> To: Santosh Shilimkar\n"
- "> Cc: linux-arm-kernel@lists.infradead.org; linux-\n"
- "> omap@vger.kernel.org; catalin.marinas@arm.com;\n"
- "> linux@arm.linux.org.uk; linus.ml.walleij@gmail.com; Russell King\n"
+ "> Cc: linux-arm-kernel at lists.infradead.org; linux-\n"
+ "> omap at vger.kernel.org; catalin.marinas at arm.com;\n"
+ "> linux at arm.linux.org.uk; linus.ml.walleij at gmail.com; Russell King\n"
  "> Subject: Re: [PATCH 1/5] ARM: gic: Add hooks for architecture\n"
  "> specific extensions\n"
  ">\n"
@@ -36,15 +30,15 @@
  "> >> and the external controller's registers to control IRQ behavior.\n"
  "> >>\n"
  "> >> This can be addressed in couple of possible methods.\n"
- "> >> \302\2401. \302\240 \302\240 Export common GIC routines along with 'struct irq_chip\n"
+ "> >> ?1. ? ? Export common GIC routines along with 'struct irq_chip\n"
  "> gic_chip'\n"
- "> >> \302\240 \302\240 \302\240 \302\240and allow architectures to have custom function by\n"
+ "> >> ? ? ? ?and allow architectures to have custom function by\n"
  "> override.\n"
  "> >>\n"
- "> >> \302\2402. \302\240 \302\240 Provide architecture specific function pointer hooks\n"
- "> >> \302\240 \302\240 \302\240 \302\240within GIC library and leave platforms to add the\n"
+ "> >> ?2. ? ? Provide architecture specific function pointer hooks\n"
+ "> >> ? ? ? ?within GIC library and leave platforms to add the\n"
  "> necessary\n"
- "> >> \302\240 \302\240 \302\240 \302\240code as part of these hooks.\n"
+ "> >> ? ? ? ?code as part of these hooks.\n"
  "> >>\n"
  "> >> First one might be non-intrusive but have few shortcomings like\n"
  "> arch needs\n"
@@ -114,10 +108,6 @@
  "> +\t.irq_retrigger\t\t= gic_retrigger,\n"
  ">  #ifdef CONFIG_SMP\n"
  ">  \t.irq_set_affinity\t= gic_set_cpu,\n"
- ">  #endif\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >  #endif
 
-8ce4c2dbec21a078d111367258ca6a9f32a753615c78b384a4fb63721ac7f05c
+b51cb53e4427cf18033e1e559d739769fbdcf6d67c74ba378252f4ed799b72ea

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.