RE: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-22 Thread Santosh Shilimkar
 -Original Message-
 From: Paul Walmsley [mailto:p...@pwsan.com]
 Sent: Wednesday, December 22, 2010 9:14 AM
 To: santosh.shilim...@ti.com
 Cc: Benoit Cousson; rna...@ti.com; linux-omap@vger.kernel.org;
linux-arm-
 ker...@lists.infradead.org; khil...@deeprootsystems.com
 Subject: Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

 Hi Santosh,

 On Mon, 13 Dec 2010, Benoit Cousson wrote:

  Santosh Shilimkar (2):
OMAP4: powerdomain: Remove L3INIT_PD OFF state
OMAP4: clock data: Keep L3INSTR clock domain modulemode under HW
 control

 by the way, nice commit messages on these!

Thanks Paul!!

Kevin, Benoit and you are inspiration here.

Regards,
Santosh
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-21 Thread Paul Walmsley
Hi Rajendra, Santosh, Benoît, Kevin,

On Mon, 13 Dec 2010, Benoit Cousson wrote:

 This is a series of fixes on OMAP3/4 in setup apis,
 in the suspend framework and in powerdomain modelling
 for OMAP4.
 
 The series is based on your power domain series and is available here:
 git://gitorious.org/omap-pm/linux.git for_2.6.38/power
 
 Tested on 4430sdp + ES2.0 with omap2plus_defconfig.
 Tested on 3430sdp - validate OFF in suspend, with omap3_pm_defconfig
 from Kevin's tree.
 Tested on 2430sdp after fixing the break on linux-omap master.
 See http://www.spinics.net/lists/linux-omap/msg42050.html

Thanks, queued for 2.6.38 in the 'omap4_pm_clk_pwrdm_a_2.6.38' branch of 
git://git.pwsan.com/linux-2.6.  I used the v2 versions of the first and 
second patches.

Also added to the integration branch at tag 
'integration-2.6.38-20101221-009' of git://git.pwsan.com/linux-integration


- Paul

Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-21 Thread Paul Walmsley
Hi Santosh,

On Mon, 13 Dec 2010, Benoit Cousson wrote:

 Santosh Shilimkar (2):
   OMAP4: powerdomain: Remove L3INIT_PD OFF state
   OMAP4: clock data: Keep L3INSTR clock domain modulemode under HW control

by the way, nice commit messages on these!


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-21 Thread Paul Walmsley
On Tue, 21 Dec 2010, Paul Walmsley wrote:

 Also added to the integration branch at tag 
 'integration-2.6.38-20101221-009' of git://git.pwsan.com/linux-integration

Correction: these wound up under the tag 'integration-2.6.38-20101221-010' 
instead.


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-14 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes:

 Hi Benoît, Kevin,

 On Mon, 13 Dec 2010, Benoit Cousson wrote:

 This is a series of fixes on OMAP3/4 in setup apis,
 in the suspend framework and in powerdomain modelling
 for OMAP4.

 ...

 Rajendra Nayak (3):
   OMAP4: PM: Use the lowpwrstatechange feature on OMAP4
   OMAP4: PM: Do not assume clkdm supports hw transitions

 The above two patches should be run by Kevin for his ack (cc'ed on this 
 message).  Kevin, care to ack these?

I had some comments on the first, and ack'd the second.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] OMAP34: Fixes in setup/suspend/powerdomain

2010-12-13 Thread Paul Walmsley
Hi Benoît, Kevin,

On Mon, 13 Dec 2010, Benoit Cousson wrote:

 This is a series of fixes on OMAP3/4 in setup apis,
 in the suspend framework and in powerdomain modelling
 for OMAP4.

...

 Rajendra Nayak (3):
   OMAP4: PM: Use the lowpwrstatechange feature on OMAP4
   OMAP4: PM: Do not assume clkdm supports hw transitions

The above two patches should be run by Kevin for his ack (cc'ed on this 
message).  Kevin, care to ack these?



- Paul