diff for duplicates of <87ljj2f0xv.fsf@deeprootsystems.com> diff --git a/a/1.txt b/N1/1.txt index 3babe4b..a602827 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,14 +16,14 @@ Venkatraman S <svenkatr@ti.com> writes: >> +void omap_dma_disable_irq(int lch) >> +{ ->> + u32 val; +>> + ? ? ? u32 val; >> + ->> + if (cpu_class_is_omap2()) { ->> + /* Disable interrupts */ ->> + val = dma_read(IRQENABLE_L0); ->> + val &= ~(1 << lch); ->> + dma_write(val, IRQENABLE_L0); ->> + } +>> + ? ? ? if (cpu_class_is_omap2()) { +>> + ? ? ? ? ? ? ? /* Disable interrupts */ +>> + ? ? ? ? ? ? ? val = dma_read(IRQENABLE_L0); +>> + ? ? ? ? ? ? ? val &= ~(1 << lch); +>> + ? ? ? ? ? ? ? dma_write(val, IRQENABLE_L0); +>> + ? ? ? } >> +} >> + > Just curious - Doesn't it need EXPORT_SYMBOL() ? @@ -41,7 +41,3 @@ Looking closer, it looks like the user of this was removed in remove this function in that patch as well. Kevin --- -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 dc9dc28..40b6ace 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,13 +9,10 @@ "ref\01256252993-24328-12-git-send-email-khilman@deeprootsystems.com\0" "ref\01256252993-24328-13-git-send-email-khilman@deeprootsystems.com\0" "ref\0618f0c910910230654l3a7e241esd3f838878424310b@mail.gmail.com\0" - "From\0Kevin Hilman <khilman@deeprootsystems.com>\0" - "Subject\0Re: [PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support\0" + "From\0khilman@deeprootsystems.com (Kevin Hilman)\0" + "Subject\0[PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support\0" "Date\0Fri, 23 Oct 2009 10:57:16 -0700\0" - "To\0Venkatraman S <svenkatr@ti.com>\0" - "Cc\0linux-omap@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - " Tero Kristo <tero.kristo@nokia.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Venkatraman S <svenkatr@ti.com> writes:\n" @@ -36,14 +33,14 @@ "\n" ">> +void omap_dma_disable_irq(int lch)\n" ">> +{\n" - ">> + \302\240 \302\240 \302\240 u32 val;\n" + ">> + ? ? ? u32 val;\n" ">> +\n" - ">> + \302\240 \302\240 \302\240 if (cpu_class_is_omap2()) {\n" - ">> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 /* Disable interrupts */\n" - ">> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 val = dma_read(IRQENABLE_L0);\n" - ">> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 val &= ~(1 << lch);\n" - ">> + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 dma_write(val, IRQENABLE_L0);\n" - ">> + \302\240 \302\240 \302\240 }\n" + ">> + ? ? ? if (cpu_class_is_omap2()) {\n" + ">> + ? ? ? ? ? ? ? /* Disable interrupts */\n" + ">> + ? ? ? ? ? ? ? val = dma_read(IRQENABLE_L0);\n" + ">> + ? ? ? ? ? ? ? val &= ~(1 << lch);\n" + ">> + ? ? ? ? ? ? ? dma_write(val, IRQENABLE_L0);\n" + ">> + ? ? ? }\n" ">> +}\n" ">> +\n" "> Just curious - Doesn't it need EXPORT_SYMBOL() ?\n" @@ -60,10 +57,6 @@ "\"[PATCH v2 17/32] OMAP3: PM: Fix secure SRAM context save/restore\", so I'll\n" "remove this function in that patch as well.\n" "\n" - "Kevin\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 + Kevin -cc95c21ec954b90e8bba8bfd515af56eda76e6f317b312482bc61fd578a9b7b2 +e8fb207ef8a68ec52fdcec7a0ace1625249ebdd96b2e8260df1ee29824d80219
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.