public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rajendra Nayak" <rnayak@ti.com>
To: 'Peter 'p2' De Schrijver' <peter.de-schrijver@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: RE: [PATCH 04/09] OMAP PM srf implementation
Date: Mon, 14 Jul 2008 20:24:53 +0530	[thread overview]
Message-ID: <025001c8e5c1$93e534e0$68bf18ac@ent.ti.com> (raw)
In-Reply-To: <20080714132909.GA4639@codecarver.research.nokia.com>

Hi Peter,
 
> -----Original Message-----
> From: Peter 'p2' De Schrijver [mailto:peter.de-schrijver@nokia.com] 
> Sent: Monday, July 14, 2008 6:59 PM
> To: ext Rajendra Nayak
> Cc: linux-omap@vger.kernel.org
> Subject: Re: [PATCH 04/09] OMAP PM srf implementation
> 
> Hi Rajendra,
> 
> > +void omap_pm_set_min_bus_tput(struct device *dev, struct 
> bus_type *bus,
> > +				    unsigned long r)
> 
> According to Paul's prototypes this should be 
> void omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, 
> 			      unsigned long r)
> 				
> > +{
> > +	if (!dev) {
> > +		WARN_ON(1);
> > +		return;
> > +	};
> > +
> > +	if (r == 0)
> > +		pr_debug("OMAP PM: remove min bus tput constraint: "
> > +			 "dev %p for bus %s\n", dev, bus->name);
> > +	else
> > +		pr_debug("OMAP PM: add min bus tput constraint: "
> > +			 "dev %p for bus %s: rate %ld KiB\n", dev,
> > +			 bus->name, r);
> > +
> > +	/*
> > +	 * This code should model the bus and compute the required
> > +	 * bus frequency, convert that to a VDD2 OPP ID, then 
> set the VDD2
> > +	 * OPP appropriately.
> > +	 *
> > +	 * TI CDP code can call constraint_set here on the VDD2 OPP.
> > +	 */
> > +}
> > +
> 
> omap_pm_if_early_init and omap_pm_if_init are missing. I added dummy
> functions for those.
> 
> With all of these changes it seems to work.

Yes, I probably was using an older omap-pm-noop patch from Paul. 
I did not refresh it since, the later one sent was again not the final one.
I though I would refresh it once the final version is posted.

Paul,
Would you be posting another version of this with changes as suggested 
by Jouni? 

> 
> Cheers,
> 
> Peter.
> 
> -- 
> goa is a state of mind
> 


  reply	other threads:[~2008-07-14 14:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 11:39 [PATCH 04/09] OMAP PM srf implementation Rajendra Nayak
2008-07-14 13:29 ` Peter 'p2' De Schrijver
2008-07-14 14:54   ` Rajendra Nayak [this message]
2008-07-15 12:31     ` Peter 'p2' De Schrijver
2008-07-15 15:11     ` Paul Walmsley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='025001c8e5c1$93e534e0$68bf18ac@ent.ti.com' \
    --to=rnayak@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=peter.de-schrijver@nokia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox