| 3bbe7c13 | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: sandbox: fixed: 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
power: sandbox: fixed: 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 ...
|
| 585c7032 | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: rk8xx: 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> Review
power: regulator: rk8xx: 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 ...
|
| 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 ...
|
| 117daa82 | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: pfuze100: 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: pfuze100: 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 ...
|
| 5c3195c6 | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: palmas: 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> Revie
power: regulator: palmas: 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 ...
|
| b616835d | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: max77686: 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: max77686: 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 ...
|
| 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 ...
|
| 0f2194d8 | 13-Jun-2017 |
Keerthy <j-keerthy@ti.com> |
power: regulator: fixed: 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> Review
power: regulator: fixed: 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 ...
|
| ad98f882 | 19-Jun-2017 |
Wadim Egorov <w.egorov@phytec.de> |
power: regulator: rk8xx: Allow input current/charger shutdown configuration
The RK818 PMIC contains a charger. Add very basic charger functionality to be able to regulate the USB input current and c
power: regulator: rk8xx: Allow input current/charger shutdown configuration
The RK818 PMIC contains a charger. Add very basic charger functionality to be able to regulate the USB input current and charger shutdown limits.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| c40d48bb | 13-May-2017 |
Mark Kettenis <kettenis@openbsd.org> |
regulator: pwm: Fix handling of missing init voltage
Since priv->init_voltage is an unsigned integer it can never be negative. So the current code fails to detect a missing 'regulator-init-microvol
regulator: pwm: Fix handling of missing init voltage
Since priv->init_voltage is an unsigned integer it can never be negative. So the current code fails to detect a missing 'regulator-init-microvolt' property and instead misconfigures the PWM device. Fix this by making the relevant members of 'struct pwm_regulator_info' signed integers.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
show more ...
|
| fcdb5319 | 11-May-2017 |
Peng Fan <peng.fan@nxp.com> |
regulator: pfuze100: unsigned compared against 0
Fix unsigned compared against 0.
Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Jaehoon Chung <j
regulator: pfuze100: unsigned compared against 0
Fix unsigned compared against 0.
Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
show more ...
|
| eff4ca72 | 02-May-2017 |
Jacob Chen <jacob-chen@iotwrt.com> |
power: regulator: rk808: add rk818 support
Add support for the rk818 regulator. The regulator module consists of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to power OTG and HDMI5V
power: regulator: rk808: add rk818 support
Add support for the rk818 regulator. The regulator module consists of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to power OTG and HDMI5V.
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|