All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100930191535.GM3117@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index 31664de..32ece6b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
-* Michał Mirosław <mirqus@gmail.com> [100930 11:57]:
+* Micha? Miros?aw <mirqus@gmail.com> [100930 11:57]:
 > 2010/9/30 Tony Lindgren <tony@atomide.com>:
 > > * Cory Maccarrone <darkstar6262@gmail.com> [100930 11:34]:
 > >> > Looks like also board-sx1-mmc.c and board-h[23]-mmc.c have the
 > >> > same spotty voltage range.
 > >> > Cory, care to do a patch that fixes it for all of them?
-> >> Yeah, I can do that.  I'll resubmit this patch too with the fixed up ranges.
+> >> Yeah, I can do that. ?I'll resubmit this patch too with the fixed up ranges.
 > > Turns out I already did it :) Care to test/ack this one?
 > 
 > [...]
@@ -13,15 +13,15 @@
 > > --- a/arch/arm/mach-omap1/board-sx1-mmc.c
 > > +++ b/arch/arm/mach-omap1/board-sx1-mmc.c
 > > @@ -44,7 +44,8 @@ static struct omap_mmc_platform_data mmc1_data = {
-> >        .nr_slots                       = 1,
-> >        .slots[0]       = {
-> >                .set_power              = mmc_set_power,
-> > -               .ocr_mask               = MMC_VDD_28_29 | MMC_VDD_30_31 |
-> > +               .ocr_mask               = MMC_VDD_28_29 | MMC_VDD_29_30 |
-> > +                                         MMC_VDD_30_31 | MMC_VDD_31_32 |
-> >                                          MMC_VDD_32_33 | MMC_VDD_33_34,
-> >                .name                   = "mmcblk",
-> >        },
+> > ? ? ? ?.nr_slots ? ? ? ? ? ? ? ? ? ? ? = 1,
+> > ? ? ? ?.slots[0] ? ? ? = {
+> > ? ? ? ? ? ? ? ?.set_power ? ? ? ? ? ? ?= mmc_set_power,
+> > - ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_30_31 |
+> > + ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_29_30 |
+> > + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MMC_VDD_30_31 | MMC_VDD_31_32 |
+> > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?MMC_VDD_32_33 | MMC_VDD_33_34,
+> > ? ? ? ? ? ? ? ?.name ? ? ? ? ? ? ? ? ? = "mmcblk",
+> > ? ? ? ?},
 > [...]
 > 
 > Al least this one seems wrong (haven't checked others) as the
@@ -31,7 +31,3 @@
 Hmm yeah good catch. With the external power it's board specific. 
 
 Tony
---
-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 5717246..95fa68f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,22 +7,19 @@
  "ref\0AANLkTinmfEYq9SRNRWY9xOkwS-FE_LDyBOeGLoyYLNtZ@mail.gmail.com\0"
  "ref\020100930184841.GL3117@atomide.com\0"
  "ref\0AANLkTimsk+vbi15xz5bxJyQrF0yXF3i7Dn=TajjV3tkU@mail.gmail.com\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH] [OMAP] HTCHERALD: MMC, I2C, HTCPLD, SPI, TSC2046\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH] [OMAP] HTCHERALD: MMC, I2C, HTCPLD, SPI, TSC2046\0"
  "Date\0Thu, 30 Sep 2010 12:15:35 -0700\0"
- "To\0Micha\305\202 Miros\305\202aw <mirqus@gmail.com>\0"
- "Cc\0Cory Maccarrone <darkstar6262@gmail.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"
- "* Micha\305\202 Miros\305\202aw <mirqus@gmail.com> [100930 11:57]:\n"
+ "* Micha? Miros?aw <mirqus@gmail.com> [100930 11:57]:\n"
  "> 2010/9/30 Tony Lindgren <tony@atomide.com>:\n"
  "> > * Cory Maccarrone <darkstar6262@gmail.com> [100930 11:34]:\n"
  "> >> > Looks like also board-sx1-mmc.c and board-h[23]-mmc.c have the\n"
  "> >> > same spotty voltage range.\n"
  "> >> > Cory, care to do a patch that fixes it for all of them?\n"
- "> >> Yeah, I can do that. \302\240I'll resubmit this patch too with the fixed up ranges.\n"
+ "> >> Yeah, I can do that. ?I'll resubmit this patch too with the fixed up ranges.\n"
  "> > Turns out I already did it :) Care to test/ack this one?\n"
  "> \n"
  "> [...]\n"
@@ -31,15 +28,15 @@
  "> > --- a/arch/arm/mach-omap1/board-sx1-mmc.c\n"
  "> > +++ b/arch/arm/mach-omap1/board-sx1-mmc.c\n"
  "> > @@ -44,7 +44,8 @@ static struct omap_mmc_platform_data mmc1_data = {\n"
- "> > \302\240 \302\240 \302\240 \302\240.nr_slots \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = 1,\n"
- "> > \302\240 \302\240 \302\240 \302\240.slots[0] \302\240 \302\240 \302\240 = {\n"
- "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240.set_power \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= mmc_set_power,\n"
- "> > - \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 .ocr_mask \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = MMC_VDD_28_29 | MMC_VDD_30_31 |\n"
- "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 .ocr_mask \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = MMC_VDD_28_29 | MMC_VDD_29_30 |\n"
- "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 MMC_VDD_30_31 | MMC_VDD_31_32 |\n"
- "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240MMC_VDD_32_33 | MMC_VDD_33_34,\n"
- "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240.name \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = \"mmcblk\",\n"
- "> > \302\240 \302\240 \302\240 \302\240},\n"
+ "> > ? ? ? ?.nr_slots ? ? ? ? ? ? ? ? ? ? ? = 1,\n"
+ "> > ? ? ? ?.slots[0] ? ? ? = {\n"
+ "> > ? ? ? ? ? ? ? ?.set_power ? ? ? ? ? ? ?= mmc_set_power,\n"
+ "> > - ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_30_31 |\n"
+ "> > + ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_29_30 |\n"
+ "> > + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MMC_VDD_30_31 | MMC_VDD_31_32 |\n"
+ "> > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?MMC_VDD_32_33 | MMC_VDD_33_34,\n"
+ "> > ? ? ? ? ? ? ? ?.name ? ? ? ? ? ? ? ? ? = \"mmcblk\",\n"
+ "> > ? ? ? ?},\n"
  "> [...]\n"
  "> \n"
  "> Al least this one seems wrong (haven't checked others) as the\n"
@@ -48,10 +45,6 @@
  "\n"
  "Hmm yeah good catch. With the external power it's board specific. \n"
  "\n"
- "Tony\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
+ Tony
 
-11ec97b8449b743970573f85525c015747435543c8ec987378814090123a9b2e
+86eca4d65c068f56bc6d2ac399eca9de6bb3ebab4b875f694ad72c7136549627

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.