* Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
@ 2008-07-16 9:41 Russell King - ARM Linux
2008-07-16 15:22 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Russell King - ARM Linux @ 2008-07-16 9:41 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-arm-kernel, linux-omap
On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote:
> This series contains the refreshed omap2 clock and powerdomain
> patches as some of the patches in this series have been already
> integrated.
I think the clock and power domain patches need much more review.
They're introducing a couple of new management subsystems which may
be of interest to other SoCs, maybe even different architectures.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
2008-07-16 9:41 [PATCH 0/0] Refreshed omap2 clock and powerdomain patches Russell King - ARM Linux
@ 2008-07-16 15:22 ` Tony Lindgren
2008-07-24 2:41 ` eric miao
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2008-07-16 15:22 UTC (permalink / raw)
To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap
* Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 12:41]:
> On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote:
> > This series contains the refreshed omap2 clock and powerdomain
> > patches as some of the patches in this series have been already
> > integrated.
>
> I think the clock and power domain patches need much more review.
> They're introducing a couple of new management subsystems which may
> be of interest to other SoCs, maybe even different architectures.
Sure the power domain and clock domain code can be worked into
something more generic once we've figured out what can be shared.
I've posted these patches to LKML and linux-pm for other arch people to
look at too.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
2008-07-16 15:22 ` Tony Lindgren
@ 2008-07-24 2:41 ` eric miao
2008-07-25 7:06 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: eric miao @ 2008-07-24 2:41 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Russell King - ARM Linux, linux-omap, linux-arm-kernel
On Wed, Jul 16, 2008 at 11:22 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 12:41]:
>> On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote:
>> > This series contains the refreshed omap2 clock and powerdomain
>> > patches as some of the patches in this series have been already
>> > integrated.
>>
>> I think the clock and power domain patches need much more review.
>> They're introducing a couple of new management subsystems which may
>> be of interest to other SoCs, maybe even different architectures.
>
> Sure the power domain and clock domain code can be worked into
> something more generic once we've figured out what can be shared.
>
This is, unfortunately, not so useful to PXA likely. Although there's
power domain and clock domain concepts in PXA silicon, the power
states of those domains are controlled in a integrated way along with
the power state of the whole chip, perhaps to reduce the software
complexity in software domain management, and mimics the ACPI
concepts to some extent.
I don't want to give an early conclusion, but I may look more into the
usage of these power domains and clock domains ( it's not merely
to setup the PRCM registers correctly, no? )
> I've posted these patches to LKML and linux-pm for other arch people to
> look at too.
>
> Regards,
>
> Tony
>
> -------------------------------------------------------------------
> List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
> FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
> Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
>
--
Cheers
- eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
2008-07-24 2:41 ` eric miao
@ 2008-07-25 7:06 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2008-07-25 7:06 UTC (permalink / raw)
To: eric miao; +Cc: Russell King - ARM Linux, linux-omap, linux-arm-kernel
* eric miao <eric.y.miao@gmail.com> [080724 05:41]:
> On Wed, Jul 16, 2008 at 11:22 PM, Tony Lindgren <tony@atomide.com> wrote:
> > * Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 12:41]:
> >> On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote:
> >> > This series contains the refreshed omap2 clock and powerdomain
> >> > patches as some of the patches in this series have been already
> >> > integrated.
> >>
> >> I think the clock and power domain patches need much more review.
> >> They're introducing a couple of new management subsystems which may
> >> be of interest to other SoCs, maybe even different architectures.
> >
> > Sure the power domain and clock domain code can be worked into
> > something more generic once we've figured out what can be shared.
> >
>
> This is, unfortunately, not so useful to PXA likely. Although there's
> power domain and clock domain concepts in PXA silicon, the power
> states of those domains are controlled in a integrated way along with
> the power state of the whole chip, perhaps to reduce the software
> complexity in software domain management, and mimics the ACPI
> concepts to some extent.
OK, thanks for looking through it.
> I don't want to give an early conclusion, but I may look more into the
> usage of these power domains and clock domains ( it's not merely
> to setup the PRCM registers correctly, no? )
Well lots of it deals with the omap PRCM registers yeah. But maybe some
of the domain manamgent code could be shared.
Tony
>
> > I've posted these patches to LKML and linux-pm for other arch people to
> > look at too.
> >
> > Regards,
> >
> > Tony
> >
> > -------------------------------------------------------------------
> > List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
> > FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
> > Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
> >
>
>
>
> --
> Cheers
> - eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
@ 2008-07-16 8:58 Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2008-07-16 8:58 UTC (permalink / raw)
To: linux-arm-kernel; +Cc: linux-omap
* Tony Lindgren <tony@atomide.com> [080716 11:52]:
> This series contains the refreshed omap2 clock and powerdomain
> patches as some of the patches in this series have been already
> integrated.
>
> This patch series also available via git at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-clock
Sounds like there's no need to resend these, so please ignore this
email.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 0/0] Refreshed omap2 clock and powerdomain patches
@ 2008-07-16 8:53 Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2008-07-16 8:53 UTC (permalink / raw)
To: linux-arm-kernel; +Cc: Tony Lindgren, linux-omap
This series contains the refreshed omap2 clock and powerdomain
patches as some of the patches in this series have been already
integrated.
This patch series also available via git at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-clock
Regards,
Tony
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-25 7:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16 9:41 [PATCH 0/0] Refreshed omap2 clock and powerdomain patches Russell King - ARM Linux
2008-07-16 15:22 ` Tony Lindgren
2008-07-24 2:41 ` eric miao
2008-07-25 7:06 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2008-07-16 8:58 Tony Lindgren
2008-07-16 8:53 Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox