public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/09] OMAP PM interface implementation using Shared resource f/w
@ 2008-07-08 11:39 Rajendra Nayak
  2008-07-11 11:52 ` Peter 'p2' De Schrijver
  0 siblings, 1 reply; 3+ messages in thread
From: Rajendra Nayak @ 2008-07-08 11:39 UTC (permalink / raw)
  To: linux-omap

Hi,

The patches which follow implement the API's defined by Paul Walmsley as part of the 
OMAP PM Interface on OMAP3430sdp. 
Shared resource f/w is used for the underlying implementation.

The following resources are modeled
1) MPU/CORE latency resources
2) Power Domain latency resources (One for each Power domain)
3) OPP/Freq resources (For DVFS)

The below API from the OMAP PM interface is yet to be implemented.
void omap_pm_set_min_bus_tput(struct device *dev, struct bus_type *bus,
                                    unsigned long r)

regards,
Rajendra


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

* Re: [PATCH 00/09] OMAP PM interface implementation using Shared resource f/w
  2008-07-08 11:39 [PATCH 00/09] OMAP PM interface implementation using Shared resource f/w Rajendra Nayak
@ 2008-07-11 11:52 ` Peter 'p2' De Schrijver
  2008-07-11 11:54   ` [PATCH 00/09] OMAP PM interface implementation using Sharedresource f/w Rajendra Nayak
  0 siblings, 1 reply; 3+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-07-11 11:52 UTC (permalink / raw)
  To: ext Rajendra Nayak; +Cc: linux-omap

Hi Rajendra,

> Hi,
> 
> The patches which follow implement the API's defined by Paul Walmsley as part of the 
> OMAP PM Interface on OMAP3430sdp. 
> Shared resource f/w is used for the underlying implementation.
> 
> The following resources are modeled
> 1) MPU/CORE latency resources
> 2) Power Domain latency resources (One for each Power domain)
> 3) OPP/Freq resources (For DVFS)
> 
> The below API from the OMAP PM interface is yet to be implemented.
> void omap_pm_set_min_bus_tput(struct device *dev, struct bus_type *bus,
>                                     unsigned long r)
> 

I tried to apply this to linux-omap, but when compiling I get the
following error message :

arch/arm/mach-omap2/clockdomain.c:38:30: error: asm/arch/omap-pm.h: No such file or directory
arch/arm/mach-omap2/clockdomain.c: In function 'omap2_clkdm_clk_enable':
arch/arm/mach-omap2/clockdomain.c:572: error: implicit declaration of function 'omap_pm_pwrdm_active'
arch/arm/mach-omap2/clockdomain.c: In function 'omap2_clkdm_clk_disable':
arch/arm/mach-omap2/clockdomain.c:626: error: implicit declaration of function 'omap_pm_pwrdm_inactive'
make[1]: *** [arch/arm/mach-omap2/clockdomain.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2

Seems there is a file missing from the patchset.

Thanks,

Peter.

-- 
goa is a state of mind

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

* RE: [PATCH 00/09] OMAP PM interface implementation using Sharedresource f/w
  2008-07-11 11:52 ` Peter 'p2' De Schrijver
@ 2008-07-11 11:54   ` Rajendra Nayak
  0 siblings, 0 replies; 3+ messages in thread
From: Rajendra Nayak @ 2008-07-11 11:54 UTC (permalink / raw)
  To: 'Peter 'p2' De Schrijver'; +Cc: linux-omap

> -----Original Message-----
> From: Peter 'p2' De Schrijver [mailto:peter.de-schrijver@nokia.com] 
> Sent: Friday, July 11, 2008 5:23 PM
> To: ext Rajendra Nayak
> Cc: linux-omap@vger.kernel.org
> Subject: Re: [PATCH 00/09] OMAP PM interface implementation 
> using Sharedresource f/w
> 
> Hi Rajendra,
> 
> > Hi,
> > 
> > The patches which follow implement the API's defined by 
> Paul Walmsley as part of the 
> > OMAP PM Interface on OMAP3430sdp. 
> > Shared resource f/w is used for the underlying implementation.
> > 
> > The following resources are modeled
> > 1) MPU/CORE latency resources
> > 2) Power Domain latency resources (One for each Power domain)
> > 3) OPP/Freq resources (For DVFS)
> > 
> > The below API from the OMAP PM interface is yet to be implemented.
> > void omap_pm_set_min_bus_tput(struct device *dev, struct 
> bus_type *bus,
> >                                     unsigned long r)
> > 
> 
> I tried to apply this to linux-omap, but when compiling I get the
> following error message :
> 
> arch/arm/mach-omap2/clockdomain.c:38:30: error: 
> asm/arch/omap-pm.h: No such file or directory

This file was part of Paul's no-op patch for omap-pm layer.
You should be able to fix this if you apply the no-op patch.

> arch/arm/mach-omap2/clockdomain.c: In function 
> 'omap2_clkdm_clk_enable':
> arch/arm/mach-omap2/clockdomain.c:572: error: implicit 
> declaration of function 'omap_pm_pwrdm_active'
> arch/arm/mach-omap2/clockdomain.c: In function 
> 'omap2_clkdm_clk_disable':
> arch/arm/mach-omap2/clockdomain.c:626: error: implicit 
> declaration of function 'omap_pm_pwrdm_inactive'
> make[1]: *** [arch/arm/mach-omap2/clockdomain.o] Error 1
> make: *** [arch/arm/mach-omap2] Error 2
> 
> Seems there is a file missing from the patchset.
> 
> Thanks,
> 
> Peter.
> 
> -- 
> goa is a state of mind
> 


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

end of thread, other threads:[~2008-07-11 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 11:39 [PATCH 00/09] OMAP PM interface implementation using Shared resource f/w Rajendra Nayak
2008-07-11 11:52 ` Peter 'p2' De Schrijver
2008-07-11 11:54   ` [PATCH 00/09] OMAP PM interface implementation using Sharedresource f/w Rajendra Nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox