linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regulator enable/disable delay based on board design: How to handle?
@ 2012-02-13  9:18 Laxman Dewangan
  2012-02-13 16:37 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Laxman Dewangan @ 2012-02-13  9:18 UTC (permalink / raw)
  To: Mark Brown, linux-kernel

Hi Mark,
We observed that some of the rail enable/disable settling time depends 
on the board design specially based on external capacitor connected on
rails.  This is observed mainly on VBUS regulator rail where difference 
on the capacitance value which is connected on rail makes the on/off
time to vary.
Currently none of regulator driver support such board related delay.
My question is:

- Should we add board delay as part of platform data for regulator and 
handle in regulator driver? Or,
- Push this delay parameter to respective client driver and let them to 
handle. Not a good idea as it is mainly related to rail on/off. Or,
- Should we add one more parameter in regulator_init_data as rail_delay 
and push this change to core driver of regulator i.e. if it is non-zero 
then take this value from this field otherwise take from <xxx>-regulator 
driver?


I can also work towards If there is any other good options and 
acceptable to linux community.

Thanks,
Laxman


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

end of thread, other threads:[~2012-02-14 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13  9:18 Regulator enable/disable delay based on board design: How to handle? Laxman Dewangan
2012-02-13 16:37 ` Mark Brown
2012-02-13 17:58   ` Laxman Dewangan
2012-02-14  1:09     ` Mark Brown
2012-02-14 11:23       ` Laxman Dewangan

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).