* [PATCH 0/5] OMAP4 Power Domain Framework Support
@ 2009-12-11 10:45 Pagare, Abhijit
2009-12-14 22:47 ` Paul Walmsley
2009-12-14 23:30 ` Paul Walmsley
0 siblings, 2 replies; 9+ messages in thread
From: Pagare, Abhijit @ 2009-12-11 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
This patch series adds support for OMAP4 power domain framework.
It can be applied on top of the latest Mainline Kernel.
These patches have been boot-tested on the following platforms:
-OMAP4 simulator
-OMAP4430 ES1.0 silicon
-OMAP3430 SDP
In addition to this these patches have been compile-tested for the following platforms:
-omap_2430sdp
-omap_h4_2420sdp
The complete omap4 power domain structure is auto-generated using OMAP4 hardware database and is a joint effort of Paul Walmsley (paul at pwsan.com), Benoit Cousson (b-cousson at ti.com), Rajendra Nayak (rnayak at ti.com) and me.
Best Regards,
Abhijit Pagare
Abhijit Pagare (5):
ARM: OMAP4: PM: OMAP4 essential basic initializations.
ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.
ARM: OMAP4: PM: Add the Auto-generated OMAP4 specific power domain framework.
ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks.
ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-11 10:45 [PATCH 0/5] OMAP4 Power Domain Framework Support Pagare, Abhijit
@ 2009-12-14 22:47 ` Paul Walmsley
2009-12-14 23:08 ` Russell King - ARM Linux
2009-12-15 5:32 ` Pagare, Abhijit
2009-12-14 23:30 ` Paul Walmsley
1 sibling, 2 replies; 9+ messages in thread
From: Paul Walmsley @ 2009-12-14 22:47 UTC (permalink / raw)
To: linux-arm-kernel
Hello Abhijit,
On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
> This patch series adds support for OMAP4 power domain framework.
...
> Abhijit Pagare (5):
> ARM: OMAP4: PM: OMAP4 essential basic initializations.
> ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.
> ARM: OMAP4: PM: Add the Auto-generated OMAP4 specific power domain framework.
> ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks.
> ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.
Looks like these patches didn't make it to the list. Could you check and
repost?
- Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-14 22:47 ` Paul Walmsley
@ 2009-12-14 23:08 ` Russell King - ARM Linux
2009-12-14 23:14 ` Paul Walmsley
2009-12-15 5:32 ` Pagare, Abhijit
1 sibling, 1 reply; 9+ messages in thread
From: Russell King - ARM Linux @ 2009-12-14 23:08 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 14, 2009 at 03:47:46PM -0700, Paul Walmsley wrote:
> Hello Abhijit,
>
> On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
>
> > This patch series adds support for OMAP4 power domain framework.
>
> ...
>
> > Abhijit Pagare (5):
> > ARM: OMAP4: PM: OMAP4 essential basic initializations.
> > ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.
> > ARM: OMAP4: PM: Add the Auto-generated OMAP4 specific power domain framework.
> > ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks.
> > ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.
>
> Looks like these patches didn't make it to the list. Could you check and
> repost?
They did but they aren't threaded to the description. They were sent
just prior to the message you replied to.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-14 23:08 ` Russell King - ARM Linux
@ 2009-12-14 23:14 ` Paul Walmsley
0 siblings, 0 replies; 9+ messages in thread
From: Paul Walmsley @ 2009-12-14 23:14 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, 14 Dec 2009, Russell King - ARM Linux wrote:
> On Mon, Dec 14, 2009 at 03:47:46PM -0700, Paul Walmsley wrote:
> > On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
> >
> > > This patch series adds support for OMAP4 power domain framework.
> >
> > ...
> >
> > > Abhijit Pagare (5):
> > > ARM: OMAP4: PM: OMAP4 essential basic initializations.
> > > ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.
> > > ARM: OMAP4: PM: Add the Auto-generated OMAP4 specific power domain framework.
> > > ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain Frameworks.
> > > ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.
> >
> > Looks like these patches didn't make it to the list. Could you check and
> > repost?
>
> They did but they aren't threaded to the description. They were sent
> just prior to the message you replied to.
Thanks, looks like they made it to lakml but not linux-omap. Abhijit, no
need to resend.
...
For the l-o list readers & archive, they are here:
http://www.spinics.net/lists/arm-kernel/msg78916.html
http://www.spinics.net/lists/arm-kernel/msg78917.html
http://www.spinics.net/lists/arm-kernel/msg78919.html
http://www.spinics.net/lists/arm-kernel/msg78918.html
http://www.spinics.net/lists/arm-kernel/msg78914.html
- Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-11 10:45 [PATCH 0/5] OMAP4 Power Domain Framework Support Pagare, Abhijit
2009-12-14 22:47 ` Paul Walmsley
@ 2009-12-14 23:30 ` Paul Walmsley
2009-12-15 5:35 ` Pagare, Abhijit
2009-12-15 14:01 ` Pagare, Abhijit
1 sibling, 2 replies; 9+ messages in thread
From: Paul Walmsley @ 2009-12-14 23:30 UTC (permalink / raw)
To: linux-arm-kernel
Hello Abhijit,
On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
> This patch series adds support for OMAP4 power domain framework.
Just tried applying these -- looks like this series (and probably the
clockdomain series also) needs to be refreshed to apply cleanly against
the current linux-omap head. Could you please rebase, retest if needed,
and repost?
thanks,
- Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-14 22:47 ` Paul Walmsley
2009-12-14 23:08 ` Russell King - ARM Linux
@ 2009-12-15 5:32 ` Pagare, Abhijit
1 sibling, 0 replies; 9+ messages in thread
From: Pagare, Abhijit @ 2009-12-15 5:32 UTC (permalink / raw)
To: linux-arm-kernel
Paul,
I will check that and repost them soon.
Best Regards,
Abhijit Pagare
> -----Original Message-----
> From: Paul Walmsley [mailto:paul at pwsan.com]
> Sent: Tuesday, December 15, 2009 4:18 AM
> To: Pagare, Abhijit
> Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> Cousson, Benoit; Nayak, Rajendra
> Subject: Re: [PATCH 0/5] OMAP4 Power Domain Framework Support
>
> Hello Abhijit,
>
> On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
>
> > This patch series adds support for OMAP4 power domain framework.
>
> ...
>
> > Abhijit Pagare (5):
> > ARM: OMAP4: PM: OMAP4 essential basic initializations.
> > ARM: OMAP4: PM: OMAP4 Power Domain Porting Related Clean-up.
> > ARM: OMAP4: PM: Add the Auto-generated OMAP4 specific power domain
> framework.
> > ARM: OMAP4: PM: Adapt the existing OMAP2/3 and common Power Domain
> Frameworks.
> > ARM: OMAP4: PM: Refine the APIs to support OMAP4 features.
>
> Looks like these patches didn't make it to the list. Could you check and
> repost?
>
>
> - Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-14 23:30 ` Paul Walmsley
@ 2009-12-15 5:35 ` Pagare, Abhijit
2009-12-15 5:43 ` Paul Walmsley
2009-12-15 14:01 ` Pagare, Abhijit
1 sibling, 1 reply; 9+ messages in thread
From: Pagare, Abhijit @ 2009-12-15 5:35 UTC (permalink / raw)
To: linux-arm-kernel
Paul,
There is one Fix patch for OMAP3 on top of which these patches should go in cleanly. I will post the fix patch and the rebased and tested patch-set soon.
Best Regards,
Abhijit Pagare
> -----Original Message-----
> From: Paul Walmsley [mailto:paul at pwsan.com]
> Sent: Tuesday, December 15, 2009 5:00 AM
> To: Pagare, Abhijit
> Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> Cousson, Benoit; Nayak, Rajendra
> Subject: Re: [PATCH 0/5] OMAP4 Power Domain Framework Support
>
> Hello Abhijit,
>
> On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
>
> > This patch series adds support for OMAP4 power domain framework.
>
> Just tried applying these -- looks like this series (and probably the
> clockdomain series also) needs to be refreshed to apply cleanly against
> the current linux-omap head. Could you please rebase, retest if needed,
> and repost?
>
>
> thanks,
>
> - Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-15 5:35 ` Pagare, Abhijit
@ 2009-12-15 5:43 ` Paul Walmsley
0 siblings, 0 replies; 9+ messages in thread
From: Paul Walmsley @ 2009-12-15 5:43 UTC (permalink / raw)
To: linux-arm-kernel
Hi Abhijit,
On Tue, 15 Dec 2009, Pagare, Abhijit wrote:
> There is one Fix patch for OMAP3 on top of which these patches
> should go in cleanly. I will post the fix patch and the rebased and
> tested patch-set soon.
thanks. One other thing that I noticed: in the first powerdomain patch,
in arch/arm/plat-omap/include/plat/cpu.h, in struct omap_chip_id, the 'oc'
field needs to be a u16, rather than a u8.
- Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 0/5] OMAP4 Power Domain Framework Support
2009-12-14 23:30 ` Paul Walmsley
2009-12-15 5:35 ` Pagare, Abhijit
@ 2009-12-15 14:01 ` Pagare, Abhijit
1 sibling, 0 replies; 9+ messages in thread
From: Pagare, Abhijit @ 2009-12-15 14:01 UTC (permalink / raw)
To: linux-arm-kernel
Paul,
> thanks. One other thing that I noticed: in the first powerdomain patch,in > arch/arm/plat-omap/include/plat/cpu.h, in struct omap_chip_id, the 'oc'
> field needs to be a u16, rather than a u8.
Thanks, it has been taken care of.
> -----Original Message-----
> From: Pagare, Abhijit
> Sent: Tuesday, December 15, 2009 11:06 AM
> To: 'Paul Walmsley'
> Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> Cousson, Benoit; Nayak, Rajendra
> Subject: RE: [PATCH 0/5] OMAP4 Power Domain Framework Support
>
> Paul,
> There is one Fix patch for OMAP3 on top of which these patches
> should go in cleanly. I will post the fix patch and the rebased and tested
> patch-set soon.
>
> Best Regards,
> Abhijit Pagare
>
> > -----Original Message-----
> > From: Paul Walmsley [mailto:paul at pwsan.com]
> > Sent: Tuesday, December 15, 2009 5:00 AM
> > To: Pagare, Abhijit
> > Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> > Cousson, Benoit; Nayak, Rajendra
> > Subject: Re: [PATCH 0/5] OMAP4 Power Domain Framework Support
> >
> > Hello Abhijit,
> >
> > On Fri, 11 Dec 2009, Pagare, Abhijit wrote:
> >
> > > This patch series adds support for OMAP4 power domain framework.
> >
> > Just tried applying these -- looks like this series (and probably the
> > clockdomain series also) needs to be refreshed to apply cleanly against
> > the current linux-omap head. Could you please rebase, retest if needed,
> > and repost?
I have posted the patches rebased against the linux-omap head. Keep me updated with your inputs.
> >
> >
> > thanks,
> >
> > - Paul
Regards,
Abhijit
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-12-15 14:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 10:45 [PATCH 0/5] OMAP4 Power Domain Framework Support Pagare, Abhijit
2009-12-14 22:47 ` Paul Walmsley
2009-12-14 23:08 ` Russell King - ARM Linux
2009-12-14 23:14 ` Paul Walmsley
2009-12-15 5:32 ` Pagare, Abhijit
2009-12-14 23:30 ` Paul Walmsley
2009-12-15 5:35 ` Pagare, Abhijit
2009-12-15 5:43 ` Paul Walmsley
2009-12-15 14:01 ` Pagare, Abhijit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox