public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Regulator: Use case query (many devices need to reg their voltage requirements?)
@ 2009-01-10 15:27 Jonathan Cameron
  2009-01-10 17:46 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2009-01-10 15:27 UTC (permalink / raw)
  To: LKML; +Cc: Liam Girdwood, Mark Brown

Dear All,

A quick request for comments w.r.t. specifying voltage requirements
of drivers that do not need to dynamically change their supply voltage.

Obviously for a given embedded system, it is possible to work out on
paper what regulator configuration works for all components connected to
a particular regulator as long as these connections are static.

A number of different embedded system now use main boards (core etc) in
conjunction with daughter boards.  In these cases different modules may
be inserted to support different daughter board options from a single kernel
(and combinations if possible).  Thus we have a situation in which the
appropriate voltage level can only be established if the various drivers
specify what they need. The board config may specify numerous devices
only some of which may actually be present.

This leads to additional complexity in numerous drivers as they have to act
as dynamic drivers (terminology from regulator docs) even though they don't
actually vary the voltage, merely specify what ranges they can work with.

Is this the best way to handle this situation, or do people have other
suggestions?

Thanks

Jonathan Cameron


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

end of thread, other threads:[~2009-01-10 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 15:27 Regulator: Use case query (many devices need to reg their voltage requirements?) Jonathan Cameron
2009-01-10 17:46 ` Mark Brown
2009-01-10 18:05   ` Jonathan Cameron
2009-01-10 18:58     ` Mark Brown

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