Re: [linux-pm] [RFC] OMAP1 PM Core, Platform Power Parameter 1/2
- From: Pavel Machek <pavel@xxxxxx>
- Date: Sat, 30 Sep 2006 22:52:58 +0200
Hi!
Basic building block for PM Core layer is platform power parameter concept. A platform power parameter is a name, get and set methods.
Although an PM Core implementation is completely arch specific any PM Core is
supposed to utilize platform power parameter concept.
Also any PM Core is supposed to export names of all platform power parameters
available on a platform. Any entity which registeres operating points is primary
consumer of platform_pwr_param_get_names() interface.
(Probably this interface routine might be moved to be a part of PowerOP Core
interface)
diff --git a/include/linux/plat_pwr_param.h b/include/linux/plat_pwr_param.h
new file mode 100644
index 0000000..3a78d2b
--- /dev/null
+++ b/include/linux/plat_pwr_param.h
This is generic code (and please select some more reasonable
filename). It should not be in patch marked "OMAP1".
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [RFC] OMAP1 PM Core, Platform Power Parameter 1/2
- From: Eugeny S. Mints
- [RFC] OMAP1 PM Core, Platform Power Parameter 1/2
- Prev by Date: Re: [linux-pm] PowerOP, Whatchanged/Issues/TODO 2/2
- Next by Date: Re: BUG-lockdep and freeze (was: Arrr! Linux 2.6.18)
- Previous by thread: [RFC] OMAP1 PM Core, Platform Power Parameter 1/2
- Next by thread: [RFC] OMAP1 PM Core, PM Core Implementation 2/2
- Index(es):