Re: [PATCH 0/2] OMAP clock: implement clock rate/parent change notifiers

2011-08-14 Thread Felipe Contreras
Hi, On Wed, Mar 25, 2009 at 7:54 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Paul Walmsley p...@pwsan.com writes: This series allows core code and driver code to register for notification when a clock's rate or parent changes.  This is currently used by driver code that must be

Re: tidspbridge issue with omap_dm_timer_free

2011-08-14 Thread Felipe Contreras
On Sat, Aug 13, 2011 at 8:20 PM, Ramirez Luna, Omar omar.rami...@ti.com wrote: On Wed, Aug 10, 2011 at 6:27 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Wed, Aug 10, 2011 at 9:42 PM, Felipe Contreras felipe.contre...@gmail.com wrote: I am trying to use a more recent version of

Re: [PATCH 05/15] PM QoS: generalize and export the constraints management code

2011-08-14 Thread Jean Pihet
Hi Rafael, Mark, On Sat, Aug 13, 2011 at 10:34 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Saturday, August 13, 2011, mark gross wrote: On Thu, Aug 11, 2011 at 05:06:42PM +0200, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com In preparation for the per-device constratins

Re: [PATCH 04/15] PM QoS: re-organize data structs

2011-08-14 Thread Jean Pihet
Rafael, Mark, On Sat, Aug 13, 2011 at 10:58 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Saturday, August 13, 2011, mark gross wrote: On Thu, Aug 11, 2011 at 05:06:41PM +0200, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com In preparation for the per-device constratins

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-14 Thread Jean Pihet
Rafael, 2011/8/13 Rafael J. Wysocki r...@sisk.pl: Hi, Well, it looks like I should have reviewed this one more carefully. On Thursday, August 11, 2011, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Implement the per-device PM QoS constraints by creating a device PM QoS

Re: [PATCH v4 00/15] PM QoS: add a per-device latency constraints class

2011-08-14 Thread Jean Pihet
Rafael, On Fri, Aug 12, 2011 at 11:56 PM, Rafael J. Wysocki r...@sisk.pl wrote: Hi, On Friday, August 12, 2011, Jean Pihet wrote: Hi Rafael, 2011/8/12 Rafael J. Wysocki r...@sisk.pl: On Thursday, August 11, 2011, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com This

Re: [PATCH 04/15] PM QoS: re-organize data structs

2011-08-14 Thread Rafael J. Wysocki
On Sunday, August 14, 2011, Jean Pihet wrote: Rafael, Mark, On Sat, Aug 13, 2011 at 10:58 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Saturday, August 13, 2011, mark gross wrote: On Thu, Aug 11, 2011 at 05:06:41PM +0200, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com

Re: [PATCH 05/15] PM QoS: generalize and export the constraints management code

2011-08-14 Thread Rafael J. Wysocki
On Sunday, August 14, 2011, Jean Pihet wrote: Hi Rafael, Mark, On Sat, Aug 13, 2011 at 10:34 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Saturday, August 13, 2011, mark gross wrote: On Thu, Aug 11, 2011 at 05:06:42PM +0200, jean.pi...@newoldbits.com wrote: From: Jean Pihet

Re: [PATCH 06/15] PM QoS: implement the per-device PM QoS constraints

2011-08-14 Thread Rafael J. Wysocki
Hi, On Sunday, August 14, 2011, Jean Pihet wrote: ... + + if (dev_pm_qos_request_active(req)) { + WARN(1, KERN_ERR dev_pm_qos_add_request() called for already + added request\n); + return; + } + req-dev = dev; + +

Re: [PATCH v4 00/15] PM QoS: add a per-device latency constraints class

2011-08-14 Thread Rafael J. Wysocki
On Sunday, August 14, 2011, Jean Pihet wrote: Rafael, On Fri, Aug 12, 2011 at 11:56 PM, Rafael J. Wysocki r...@sisk.pl wrote: Hi, On Friday, August 12, 2011, Jean Pihet wrote: Hi Rafael, 2011/8/12 Rafael J. Wysocki r...@sisk.pl: On Thursday, August 11, 2011,

[PATCH] ARM: mach-omap2: Kconfig: select SUSPEND and PM_SLEEP if PM for omap3

2011-08-14 Thread Bjarne Steinsbo
It's conceivable to configure a kernel with CONFIG_PM, but without CONFIG_PM_SLEEP. - If CONFIG_PM is defined, pm34xx.c calls cpu_suspend() in line 430. - cpu_suspend() is a static inline defined in asm/suspend.h, calling __cpu_suspend() to do the real job. - But __cpu_suspend (in kernel/sleep.S)

Re: [PATCH] ARM: mach-omap2: Kconfig: select SUSPEND and PM_SLEEP if PM for omap3

2011-08-14 Thread Bjarne Steinsbo
Forget this one. I did get this problem compiling a randconfig, but the explanation and the subsequent fix is incorrect. Sorry about the noise. Bjarne On Sun, Aug 14, 2011 at 6:41 PM, Bjarne Steinsbo bstein...@gmail.com wrote: It's conceivable to configure a kernel with CONFIG_PM, but without

[PATCH] omap2+:panda: Make hdmi_mux_init more robust.

2011-08-14 Thread Marek Belisko
Add error checking to omap4_panda_hdmi_mux_init function to avoid problems when mux fails. Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap2/board-omap4panda.c | 38 +++ 1 files changed, 28 insertions(+), 10 deletions(-) diff --git

Re: Thanks

2011-08-14 Thread Song Li
l am a Staff of Hang Seng Bank HongKong, I do not know if we can work together in transferring $19,500,000.USD from my bank to you account. Finally if you are interested I shall provide you with more details. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

Re: [PATCH 07/15] PM QoS: add a global notification mechanism for the device constraints

2011-08-14 Thread Rafael J. Wysocki
Hi, There is some code duplication in this patch that should better be avoided (details below). On Thursday, August 11, 2011, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Add a global notification chain that gets called upon changes to the aggregated constraint value for