| #
2a4747d3 |
| 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: tps65090: get_enable should return integer
get_enable should be able to return error values. Hence change the return type to integer.
Signed-off-by: Keerthy <j-keerthy@ti.com> Rev
power: regulator: tps65090: get_enable should return integer
get_enable should be able to return error values. Hence change the return type to integer.
Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
1c88b67e |
| 03-Jul-2015 |
Simon Glass <sjg@chromium.org> |
dm: power: Add support for TPS65090 FETs
The TPS65090 has 7 FETs which are modelled as regulators. This allows them to be controlled by drivers easier, accessed through the 'regulator' command and u
dm: power: Add support for TPS65090 FETs
The TPS65090 has 7 FETs which are modelled as regulators. This allows them to be controlled by drivers easier, accessed through the 'regulator' command and used by other drivers.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|