linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/08] OMAP3: SR: Fixes in Smartreflex driver - Resending
@ 2009-03-24 10:52 Reddy, Teerth
  2009-03-24 16:13 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Reddy, Teerth @ 2009-03-24 10:52 UTC (permalink / raw)
  To: linux-omap



Hi,

Resending the patches sent by Rajendra after fixing Kevin's comments and cleanup.

This series fixes a set of defects/issues in Smartreflex driver. SR autocompensation is now functional and is validated with these patches on a ES3.1 based SDP with the N values in Efuse.

Patches apply on top of the pm-2.6.28 branch from Kevin's pm tree.
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git 

regards,
Rajendra--

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

* Re: [PATCH 00/08] OMAP3: SR: Fixes in Smartreflex driver - Resending
  2009-03-24 10:52 [PATCH 00/08] OMAP3: SR: Fixes in Smartreflex driver - Resending Reddy, Teerth
@ 2009-03-24 16:13 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2009-03-24 16:13 UTC (permalink / raw)
  To: Reddy, Teerth, Rajendra Nayak; +Cc: linux-omap

"Reddy, Teerth" <teerth@ti.com> writes:

> Resending the patches sent by Rajendra after fixing Kevin's comments and cleanup.
>
> This series fixes a set of defects/issues in Smartreflex driver. SR autocompensation is now functional and is validated with these patches on a ES3.1 based SDP with the N values in Efuse.
>
> Patches apply on top of the pm-2.6.28 branch from Kevin's pm tree.
> git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git 
>

This series doesn't compile unless SRF is enabled which after a little
more digging makes me see that SmartReflex is not pretty tightly
coupled to SRF. 

I don't think SmartReflex support need to be dependent on SRF?  It
seems like the resource_get_level() calls should be replaced by OMAP
PM layer calls.  In particular, resource_get_level("vdd_opp1") could
be replaced by omap_pm_dsp_get_opp() etc.

Also, one more nitpick about cleanup while we're at it:

Can you convert all the bit defines (0x1 << n) into BIT(n)

Kevin



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

end of thread, other threads:[~2009-03-24 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-24 10:52 [PATCH 00/08] OMAP3: SR: Fixes in Smartreflex driver - Resending Reddy, Teerth
2009-03-24 16:13 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).