Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89009e18 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: Update comment for set_current_limit callback of struct regulator_ops



The regulators should be tending to the maximum in the available range and
consumers should specify the widest range possible.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 19d23c21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ enum regulator_status {
 *	regulator_desc.n_voltages.  Voltages may be reported in any order.
 *
 * @set_current_limit: Configure a limit for a current-limited regulator.
 *                     The driver should select the current closest to max_uA.
 * @get_current_limit: Get the configured limit for a current-limited regulator.
 *
 * @set_mode: Set the configured operating mode for the regulator.