| 5483456e | 26-Oct-2016 |
Keerthy <j-keerthy@ti.com> |
power: regulator: Add limits checking while setting current
Currently the specific set ops functions are directly called without any check for min/max current limits for a regulator. Check for them
power: regulator: Add limits checking while setting current
Currently the specific set ops functions are directly called without any check for min/max current limits for a regulator. Check for them and proceed.
Signed-off-by: Keerthy <j-keerthy@ti.com> Fixed checking of current limits: Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| eaadcf38 | 26-Oct-2016 |
Keerthy <j-keerthy@ti.com> |
power: regulator: Add limits checking while setting voltage
Currently the specific set ops functions are directly called without any check for voltage limits for a regulator. Check for them and proc
power: regulator: Add limits checking while setting voltage
Currently the specific set ops functions are directly called without any check for voltage limits for a regulator. Check for them and proceed.
Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Fixed checking of voltate limits: Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 364809de | 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
dm: power: Allow regulators to not implement all operations
Some regulators will not implement any operations (e.g. fixed regulators). This is not an error, so allow the autoset process to continue
dm: power: Allow regulators to not implement all operations
Some regulators will not implement any operations (e.g. fixed regulators). This is not an error, so allow the autoset process to continue when one of these regulators is found.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|