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

diff --git a/a/1.txt b/N1/1.txt
index 1970cb8..23c9e6d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,17 +11,17 @@ On Wed, Jan 18, 2012 at 7:39 PM, Shilimkar, Santosh
 >>>> See the dmesg from my 3.2 kernel:
 >>>>
 >>>>
->>>> [    0.000000] Booting Linux on physical CPU 0[    0.000000]
+>>>> [ ? ?0.000000] Booting Linux on physical CPU 0[ ? ?0.000000]
 >>
 >> But if you test omap4 perf against -next kernel, pmu won't work because
->> the commit[1] may put 'emu_sys_clkdm'  clock domain into HW_AUTO mode,
+>> the commit[1] may put 'emu_sys_clkdm' ?clock domain into HW_AUTO mode,
 >> so writing pmu register may not take effect.
 >>
->> I have found  the similar problem on cam clock domain before[2].
+>> I have found ?the similar problem on cam clock domain before[2].
 >> CD_EMU is very simliar with CD_CAM in the point below:
 >>
->>        CD_EMU has no static or module wake-up dependency with any other clock
->>        domain of the device.[3]
+>> ? ? ? ?CD_EMU has no static or module wake-up dependency with any other clock
+>> ? ? ? ?domain of the device.[3]
 >>
 >> So the patch[4] can make omap4 pmu work on -next tree.
 >>
@@ -33,13 +33,13 @@ On Wed, Jan 18, 2012 at 7:39 PM, Shilimkar, Santosh
 >>
 >> [1], commit 3c50729b3fa1cd8ca1f347e6caf1081204cf1a7c
 >> Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
->> Date:   Wed Jan 5 22:03:17 2011 +0530
+>> Date: ? Wed Jan 5 22:03:17 2011 +0530
 >>
->>   ARM: OMAP4: PM: Initialise all the clockdomains to supported states
+>> ? ARM: OMAP4: PM: Initialise all the clockdomains to supported states
 >>
->>   Initialise hardware supervised mode for all clockdomains if it's
->>   supported. Initiate sleep transition for other clockdomains,
->>   if they are not being used.
+>> ? Initialise hardware supervised mode for all clockdomains if it's
+>> ? supported. Initiate sleep transition for other clockdomains,
+>> ? if they are not being used.
 >>
 >> [2], http://www.spinics.net/lists/linux-omap/msg61911.html
 >>
@@ -52,12 +52,12 @@ On Wed, Jan 18, 2012 at 7:39 PM, Shilimkar, Santosh
 >> --- a/arch/arm/mach-omap2/clockdomains44xx_data.c
 >> +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c
 >> @@ -390,7 +390,7 @@ static struct clockdomain emu_sys_44xx_clkdm = {
->>        .prcm_partition   = OMAP4430_PRM_PARTITION,
->>        .cm_inst          = OMAP4430_PRM_EMU_CM_INST,
->>        .clkdm_offs       = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,
->> -       .flags            = CLKDM_CAN_HWSUP,
->> +       .flags            = CLKDM_CAN_SWSUP,
->>  };
+>> ? ? ? ?.prcm_partition ? = OMAP4430_PRM_PARTITION,
+>> ? ? ? ?.cm_inst ? ? ? ? ?= OMAP4430_PRM_EMU_CM_INST,
+>> ? ? ? ?.clkdm_offs ? ? ? = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,
+>> - ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_HWSUP,
+>> + ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_SWSUP,
+>> ?};
 > NAK.
 >
 > You don't need this patch. What you saw on CAMERA was indeed
@@ -71,8 +71,4 @@ there are no CTI interrupts generated for pmu irq.
 
 thanks
 --
-Ming Lei
---
-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
\ No newline at end of file
+Ming Lei
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index a85a1e6..f14b83e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -23,29 +23,16 @@
   "ref\0CAMQu2gzW706YbOzHa4Am0=X17T0G3zBhOmWUd8eC6GY9F6OBog\@mail.gmail.com\0"
 ]
 [
-  "From\0Ming Lei <ming.lei\@canonical.com>\0"
+  "From\0ming.lei\@canonical.com (Ming Lei)\0"
 ]
 [
-  "Subject\0Re: oprofile and ARM A9 hardware counter\0"
+  "Subject\0oprofile and ARM A9 hardware counter\0"
 ]
 [
   "Date\0Wed, 18 Jan 2012 20:24:10 +0800\0"
 ]
 [
-  "To\0Shilimkar",
-  " Santosh <santosh.shilimkar\@ti.com>\0"
-]
-[
-  "Cc\0eranian\@gmail.com",
-  " Will Deacon <will.deacon\@arm.com>",
-  " Maynard Johnson <maynardj\@us.ibm.com>",
-  " Lik Lik <lik88888\@gmail.com>",
-  " oprofile-list\@lists.sourceforge.net <oprofile-list\@lists.sourceforge.net>",
-  " linux-omap\@vger.kernel.org",
-  " linux-arm-kernel\@lists.infradead.org",
-  " Cousson",
-  " Benoit <b-cousson\@ti.com>",
-  " Paul Walmsley <paul\@pwsan.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -67,17 +54,17 @@
   ">>>> See the dmesg from my 3.2 kernel:\n",
   ">>>>\n",
   ">>>>\n",
-  ">>>> [ \302\240 \302\2400.000000] Booting Linux on physical CPU 0[ \302\240 \302\2400.000000]\n",
+  ">>>> [ ? ?0.000000] Booting Linux on physical CPU 0[ ? ?0.000000]\n",
   ">>\n",
   ">> But if you test omap4 perf against -next kernel, pmu won't work because\n",
-  ">> the commit[1] may put 'emu_sys_clkdm' \302\240clock domain into HW_AUTO mode,\n",
+  ">> the commit[1] may put 'emu_sys_clkdm' ?clock domain into HW_AUTO mode,\n",
   ">> so writing pmu register may not take effect.\n",
   ">>\n",
-  ">> I have found \302\240the similar problem on cam clock domain before[2].\n",
+  ">> I have found ?the similar problem on cam clock domain before[2].\n",
   ">> CD_EMU is very simliar with CD_CAM in the point below:\n",
   ">>\n",
-  ">> \302\240 \302\240 \302\240 \302\240CD_EMU has no static or module wake-up dependency with any other clock\n",
-  ">> \302\240 \302\240 \302\240 \302\240domain of the device.[3]\n",
+  ">> ? ? ? ?CD_EMU has no static or module wake-up dependency with any other clock\n",
+  ">> ? ? ? ?domain of the device.[3]\n",
   ">>\n",
   ">> So the patch[4] can make omap4 pmu work on -next tree.\n",
   ">>\n",
@@ -89,13 +76,13 @@
   ">>\n",
   ">> [1], commit 3c50729b3fa1cd8ca1f347e6caf1081204cf1a7c\n",
   ">> Author: Santosh Shilimkar <santosh.shilimkar\@ti.com>\n",
-  ">> Date: \302\240 Wed Jan 5 22:03:17 2011 +0530\n",
+  ">> Date: ? Wed Jan 5 22:03:17 2011 +0530\n",
   ">>\n",
-  ">> \302\240 ARM: OMAP4: PM: Initialise all the clockdomains to supported states\n",
+  ">> ? ARM: OMAP4: PM: Initialise all the clockdomains to supported states\n",
   ">>\n",
-  ">> \302\240 Initialise hardware supervised mode for all clockdomains if it's\n",
-  ">> \302\240 supported. Initiate sleep transition for other clockdomains,\n",
-  ">> \302\240 if they are not being used.\n",
+  ">> ? Initialise hardware supervised mode for all clockdomains if it's\n",
+  ">> ? supported. Initiate sleep transition for other clockdomains,\n",
+  ">> ? if they are not being used.\n",
   ">>\n",
   ">> [2], http://www.spinics.net/lists/linux-omap/msg61911.html\n",
   ">>\n",
@@ -108,12 +95,12 @@
   ">> --- a/arch/arm/mach-omap2/clockdomains44xx_data.c\n",
   ">> +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c\n",
   ">> \@\@ -390,7 +390,7 \@\@ static struct clockdomain emu_sys_44xx_clkdm = {\n",
-  ">> \302\240 \302\240 \302\240 \302\240.prcm_partition \302\240 = OMAP4430_PRM_PARTITION,\n",
-  ">> \302\240 \302\240 \302\240 \302\240.cm_inst \302\240 \302\240 \302\240 \302\240 \302\240= OMAP4430_PRM_EMU_CM_INST,\n",
-  ">> \302\240 \302\240 \302\240 \302\240.clkdm_offs \302\240 \302\240 \302\240 = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,\n",
-  ">> - \302\240 \302\240 \302\240 .flags \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= CLKDM_CAN_HWSUP,\n",
-  ">> + \302\240 \302\240 \302\240 .flags \302\240 \302\240 \302\240 \302\240 \302\240 \302\240= CLKDM_CAN_SWSUP,\n",
-  ">> \302\240};\n",
+  ">> ? ? ? ?.prcm_partition ? = OMAP4430_PRM_PARTITION,\n",
+  ">> ? ? ? ?.cm_inst ? ? ? ? ?= OMAP4430_PRM_EMU_CM_INST,\n",
+  ">> ? ? ? ?.clkdm_offs ? ? ? = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,\n",
+  ">> - ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_HWSUP,\n",
+  ">> + ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_SWSUP,\n",
+  ">> ?};\n",
   "> NAK.\n",
   ">\n",
   "> You don't need this patch. What you saw on CAMERA was indeed\n",
@@ -127,11 +114,7 @@
   "\n",
   "thanks\n",
   "--\n",
-  "Ming Lei\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"
+  "Ming Lei"
 ]
 
-6752b4f6c762d48ed0a84fe36604d8f11c33e0906e2a7279ce65a737edf5c739
+dce9e1db26651bbe29442cc3a277113ef17181a60ee18a9bfc8181467af3867e

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.