mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* regulator: adding constraints to regulator_desc?
@ 2009-09-14 10:41 Wolfram Sang
  2009-09-14 10:57 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2009-09-14 10:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Liam Girdwood, broonie

[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

Hi,

I have a question regarding the constraints of the regulator-framework: If I
understood correctly, there is a struct in regulator_dev which is describing
the constraints on the power-domain-level. As we also have constraints on the
regulator-level, all the regulator drivers do sanity checks in their
set_voltage()-functions. These checks differ and it is not always clear to me
if additional checks other drivers have were forgotten or intentionally omitted
for a specific driver. I also wondered about code-duplication and if it was
maybe worthwhile to simply add 'min' and 'max' members to struct regulator_desc
and let the core do sanity checks (like it does for the constraints on the
power-domain-level). Has this been considered already?

One thing which also raised my attention was the beginning of
regulator_check_voltage(). It starts with

	BUG_ON(*min_uV > *max_uV);

Is it really necessary to halt the kernel? Wouldn't a big warning and -EINVAL
do like at the end of the function?

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2009-09-14 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-14 10:41 regulator: adding constraints to regulator_desc? Wolfram Sang
2009-09-14 10:57 ` Mark Brown
2009-09-14 12:15   ` Wolfram Sang

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

all inboxes | Powered by JetHome®