| #
85f87de3 |
| 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: act8846: 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> Revi
power: regulator: act8846: 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 ...
|
| #
f4b0df18 |
| 12-Aug-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
65f89be2 |
| 07-Aug-2016 |
John Keeping <john@metanate.com> |
power: regulator: act8846: fix reading values
The voltage and control registers need to be looked up from the value in driver_data. Adjust the get_value and get_enable functions to match the corres
power: regulator: act8846: fix reading values
The voltage and control registers need to be looked up from the value in driver_data. Adjust the get_value and get_enable functions to match the corresponding set_* functions.
Signed-off-by: John Keeping <john@metanate.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
c9feb427 |
| 03-Sep-2015 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
9119820b |
| 30-Aug-2015 |
Simon Glass <sjg@chromium.org> |
power: regulator: Add a driver for ACT8846 regulators
Add a full regulator driver for the ACT8846. This provides easy access to voltage and current settings for each regulator.
Signed-off-by: Simon
power: regulator: Add a driver for ACT8846 regulators
Add a full regulator driver for the ACT8846. This provides easy access to voltage and current settings for each regulator.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|