All of lore.kernel.org
 help / color / mirror / Atom feed
* collaboration on hwmod conversions and runtime PM
@ 2010-05-20 23:56 Kevin Hilman
  2010-05-21 10:58 ` Nayak, Rajendra
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2010-05-20 23:56 UTC (permalink / raw)
  To: linux-omap

Hello,

There has been quite a bit of activity on the hwmod front, but no
common place to combine patches for testing.

To that end, I've update the pm-wip/hwmods branch in my tree to 
the two fixes/cleanup series from Benoit (which will be merged
via for 2.6.35):

  [PATCH 00/10] OMAP: HWMOD fixes and cleanup
  [PATCH 0/5] OMAP4: PRCM: Spring cleanup

On top of this, there is the pm-wip/hwmods-omap4 branch which includes
the OMAP4 series from Benoit

  [PATCH 0/6] OMAP: hwmod: Full data set for OMAP4430 ES1.0

so that conversions for OMAP4 can also be done and tested.  Note that
I've reverted the two "temporary" patches in this series since they
cause problems on OMAP3,

On top of this, there is the pm-wip/runtime branch which includes
the base runtime PM implementation for OMAP.

On top of this there are work-in-progress branches for the conversions
for UART (pm-wip/uart) and MMC (pm-wip/mmc)

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: collaboration on hwmod conversions and runtime PM
  2010-05-20 23:56 collaboration on hwmod conversions and runtime PM Kevin Hilman
@ 2010-05-21 10:58 ` Nayak, Rajendra
  2010-05-21 15:06   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Nayak, Rajendra @ 2010-05-21 10:58 UTC (permalink / raw)
  To: Kevin Hilman, linux-omap@vger.kernel.org

 

> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Kevin Hilman
> Sent: Friday, May 21, 2010 5:27 AM
> To: linux-omap@vger.kernel.org
> Subject: collaboration on hwmod conversions and runtime PM
> 
> Hello,
> 
> There has been quite a bit of activity on the hwmod front, but no
> common place to combine patches for testing.
> 
> To that end, I've update the pm-wip/hwmods branch in my tree to 
> the two fixes/cleanup series from Benoit (which will be merged
> via for 2.6.35):
> 
>   [PATCH 00/10] OMAP: HWMOD fixes and cleanup
>   [PATCH 0/5] OMAP4: PRCM: Spring cleanup
> 
> On top of this, there is the pm-wip/hwmods-omap4 branch which includes
> the OMAP4 series from Benoit
> 
>   [PATCH 0/6] OMAP: hwmod: Full data set for OMAP4430 ES1.0
> 
> so that conversions for OMAP4 can also be done and tested.  Note that
> I've reverted the two "temporary" patches in this series since they
> cause problems on OMAP3,

Hi Kevin,

These temp patches might not be needed anymore, even for omap4. The clockdomain
has cpu checks to take care of the dependency, and there is already a patch from
Santosh to keep the emif clocks always active.

If you pull these 2 patches, we don't need the hacks anymore and multi omap build
would work as well on these branches.
https://patchwork.kernel.org/patch/100932/
https://patchwork.kernel.org/patch/96048/

I was able to boot test on my 4430sdp with these 2 patches on pm-wip/hwmods-omap4
branch.

regards,
Rajendra

> 
> On top of this, there is the pm-wip/runtime branch which includes
> the base runtime PM implementation for OMAP.
> 
> On top of this there are work-in-progress branches for the conversions
> for UART (pm-wip/uart) and MMC (pm-wip/mmc)
> 
> 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: collaboration on hwmod conversions and runtime PM
  2010-05-21 10:58 ` Nayak, Rajendra
@ 2010-05-21 15:06   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2010-05-21 15:06 UTC (permalink / raw)
  To: Nayak, Rajendra; +Cc: linux-omap@vger.kernel.org

"Nayak, Rajendra" <rnayak@ti.com> writes:

>> There has been quite a bit of activity on the hwmod front, but no
>> common place to combine patches for testing.
>> 
>> To that end, I've update the pm-wip/hwmods branch in my tree to 
>> the two fixes/cleanup series from Benoit (which will be merged
>> via for 2.6.35):
>> 
>>   [PATCH 00/10] OMAP: HWMOD fixes and cleanup
>>   [PATCH 0/5] OMAP4: PRCM: Spring cleanup
>> 
>> On top of this, there is the pm-wip/hwmods-omap4 branch which includes
>> the OMAP4 series from Benoit
>> 
>>   [PATCH 0/6] OMAP: hwmod: Full data set for OMAP4430 ES1.0
>> 
>> so that conversions for OMAP4 can also be done and tested.  Note that
>> I've reverted the two "temporary" patches in this series since they
>> cause problems on OMAP3,
>
> Hi Kevin,
>
> These temp patches might not be needed anymore, even for omap4. The clockdomain
> has cpu checks to take care of the dependency, and there is already a patch from
> Santosh to keep the emif clocks always active.
>
> If you pull these 2 patches, we don't need the hacks anymore and multi omap build
> would work as well on these branches.
> https://patchwork.kernel.org/patch/100932/
> https://patchwork.kernel.org/patch/96048/

OK, I'll pull those two in while waiting for them to merge upstream.

> I was able to boot test on my 4430sdp with these 2 patches on pm-wip/hwmods-omap4
> branch.

Excellent, Thanks for testing!

Kevin


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-21 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 23:56 collaboration on hwmod conversions and runtime PM Kevin Hilman
2010-05-21 10:58 ` Nayak, Rajendra
2010-05-21 15:06   ` Kevin Hilman

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.