Searched hist:"61712 bcad48d2874fbd9e2dc90255f0885b716b0" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | twl4030.c | 61712bcad48d2874fbd9e2dc90255f0885b716b0 Mon Mar 19 03:37:40 UTC 2012 Grazvydas Ignotas <notasas@gmail.com> twl4030: fix potential power supply handling issues
twl4030_pmrecv_vsel_cfg currently first sets up device group (effectively enabling the supply), and only then sets vsel (selects voltage). This could lead to wrong voltage for a short time, or even long time if second i2c write fails.
Fix this by writing vsel first and device group after that. Also introduce error checking to not enable the supply if we failed to set the voltage, and start logging errors as power supply problems are usually important.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
|