1. NAME

regulator_has_full_constraints - the system has fully specified constraints

2. SYNOPSIS

void regulator_has_full_constraints( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

Calling this function will cause the regulator API to disable all regulators which have a zero use count and donAqt have an always_on constraint in a late_initcall.

The intention is that this will become the default behaviour in a future kernel release so users are encouraged to use this facility now.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT