diff for duplicates of <20100924225254.GK4211@atomide.com> diff --git a/a/1.txt b/N1/1.txt index ce759d3..4bfe666 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ -* Michał Mirosław <mirqus@gmail.com> [100924 09:03]: -> W dniu 24 września 2010 17:38 użytkownik Cory Maccarrone -> <darkstar6262@gmail.com> napisał: -> > 2010/9/24 Michał Mirosław <mirqus@gmail.com>: +* Micha? Miros?aw <mirqus@gmail.com> [100924 09:03]: +> W dniu 24 wrze?nia 2010 17:38 u?ytkownik Cory Maccarrone +> <darkstar6262@gmail.com> napisa?: +> > 2010/9/24 Micha? Miros?aw <mirqus@gmail.com>: > >> 2010/8/18 Cory Maccarrone <darkstar6262@gmail.com>: > >>> This change adds in MMC and I2C support to the HTC Herald board, as well -> >>> as adding the HTCPLD driver for the PLD used on this phone. It also +> >>> as adding the HTCPLD driver for the PLD used on this phone. ?It also > >>> adds in the gpio-keys entries for the front directional keys and > >>> selector and the cursor keys on the slide-out keyboard, and gpio-leds > >>> support for the LEDs attached to the htcpld. @@ -18,16 +18,16 @@ > >>> +/* MMC Card */ > >>> +#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) > >>> +static struct omap_mmc_platform_data htc_mmc1_data = { -> >>> + .nr_slots = 1, -> >>> + .switch_slot = NULL, -> >>> + .slots[0] = { -> >>> + .ocr_mask = MMC_VDD_28_29 | MMC_VDD_30_31 | -> >>> + MMC_VDD_32_33 | MMC_VDD_33_34, -> >>> + .name = "mmcblk", -> >>> + .nomux = 1, -> >>> + .wires = 4, -> >>> + .switch_pin = -1, -> >>> + }, +> >>> + ? ? ? .nr_slots ? ? ? ? ? ? ? ? ? ? ? = 1, +> >>> + ? ? ? .switch_slot ? ? ? ? ? ? ? ? ? ?= NULL, +> >>> + ? ? ? .slots[0] ? ? ? = { +> >>> + ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_30_31 | +> >>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MMC_VDD_32_33 | MMC_VDD_33_34, +> >>> + ? ? ? ? ? ? ? .name ? ? ? ? ? ? ? ? ? = "mmcblk", +> >>> + ? ? ? ? ? ? ? .nomux ? ? ? ? ? ? ? ? ?= 1, +> >>> + ? ? ? ? ? ? ? .wires ? ? ? ? ? ? ? ? ?= 4, +> >>> + ? ? ? ? ? ? ? .switch_pin ? ? ? ? ? ? = -1, +> >>> + ? ? ? }, > >>> +}; > >> [...] > >> What voltages can this MMC controller provide? That's a rather unusual OCR mask. @@ -53,7 +53,3 @@ Cory, care to do a patch that fixes it for all of them? Regards, 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 ac7838a..23ad338 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,22 +3,19 @@ "ref\0AANLkTik83Q8wdZdv=oG86Yp3Lgbxezp-mFtHMcQpKd8c@mail.gmail.com\0" "ref\0AANLkTinh=oRnuf1RQ3_=UEuke4PHaPB-172peMca7Ya7@mail.gmail.com\0" "ref\0AANLkTikNLn-VuCQb2q7wZVbYORxV6uhia_oOBsQg3ZiJ@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\0Fri, 24 Sep 2010 15:52:55 -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> [100924 09:03]:\n" - "> W dniu 24 wrze\305\233nia 2010 17:38 u\305\274ytkownik Cory Maccarrone\n" - "> <darkstar6262@gmail.com> napisa\305\202:\n" - "> > 2010/9/24 Micha\305\202 Miros\305\202aw <mirqus@gmail.com>:\n" + "* Micha? Miros?aw <mirqus@gmail.com> [100924 09:03]:\n" + "> W dniu 24 wrze?nia 2010 17:38 u?ytkownik Cory Maccarrone\n" + "> <darkstar6262@gmail.com> napisa?:\n" + "> > 2010/9/24 Micha? Miros?aw <mirqus@gmail.com>:\n" "> >> 2010/8/18 Cory Maccarrone <darkstar6262@gmail.com>:\n" "> >>> This change adds in MMC and I2C support to the HTC Herald board, as well\n" - "> >>> as adding the HTCPLD driver for the PLD used on this phone. \302\240It also\n" + "> >>> as adding the HTCPLD driver for the PLD used on this phone. ?It also\n" "> >>> adds in the gpio-keys entries for the front directional keys and\n" "> >>> selector and the cursor keys on the slide-out keyboard, and gpio-leds\n" "> >>> support for the LEDs attached to the htcpld.\n" @@ -32,16 +29,16 @@ "> >>> +/* MMC Card */\n" "> >>> +#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)\n" "> >>> +static struct omap_mmc_platform_data htc_mmc1_data = {\n" - "> >>> + \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 .switch_slot \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= NULL,\n" - "> >>> + \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 .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 \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_32_33 | MMC_VDD_33_34,\n" - "> >>> + \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 \302\240 \302\240 \302\240 .nomux \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 \302\240 \302\240 \302\240 .wires \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= 4,\n" - "> >>> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 .switch_pin \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 = -1,\n" - "> >>> + \302\240 \302\240 \302\240 },\n" + "> >>> + ? ? ? .nr_slots ? ? ? ? ? ? ? ? ? ? ? = 1,\n" + "> >>> + ? ? ? .switch_slot ? ? ? ? ? ? ? ? ? ?= NULL,\n" + "> >>> + ? ? ? .slots[0] ? ? ? = {\n" + "> >>> + ? ? ? ? ? ? ? .ocr_mask ? ? ? ? ? ? ? = MMC_VDD_28_29 | MMC_VDD_30_31 |\n" + "> >>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MMC_VDD_32_33 | MMC_VDD_33_34,\n" + "> >>> + ? ? ? ? ? ? ? .name ? ? ? ? ? ? ? ? ? = \"mmcblk\",\n" + "> >>> + ? ? ? ? ? ? ? .nomux ? ? ? ? ? ? ? ? ?= 1,\n" + "> >>> + ? ? ? ? ? ? ? .wires ? ? ? ? ? ? ? ? ?= 4,\n" + "> >>> + ? ? ? ? ? ? ? .switch_pin ? ? ? ? ? ? = -1,\n" + "> >>> + ? ? ? },\n" "> >>> +};\n" "> >> [...]\n" "> >> What voltages can this MMC controller provide? That's a rather unusual OCR mask.\n" @@ -66,10 +63,6 @@ "\n" "Regards,\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 -b0b75b040aa5103b244933c755991e8d95ebec428eb0b649b91bce6d0e7bc225 +578f098a33e34ee5259b9744a56b9070a3108c47d75194b850a29d872097b930
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.