Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regulator: Merge tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops to ↵ | Axel Lin | 2012-03-12 | 1 | -187/+72 |
| | | | | | | | | | | | | | | tps65217_pmic_ops Most callback functions implementation for tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops are the same except the rid range checking. This patch uses tps65217_pmic_ops for all DCDCx, LDO2, LDO3, and LDO4. And rework tps65217_pmic_set_voltage to make it can be called for DCDCx, LDO2, LDO3, and LDO4. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||||
* | regulator: tps65217: Use DIV_ROUND_UP macro to calculate selector | Axel Lin | 2012-03-11 | 1 | -6/+6 |
| | | | | | | | Use DIV_ROUND_UP macro for better readability. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||||
* | regulator: Update tps65217-regulator for DT changes | Axel Lin | 2012-01-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||||
* | regulator: tps65217: Add tps65217 regulator driver | AnilKumar Ch | 2012-01-20 | 1 | -0/+493 |
This patch adds tps65217 PMIC as a regulator The regulator module consists of 3 DCDCs and 4 LDOs. The output voltages are configurable and are meant to supply power to the main processor and other components Signed-off-by: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |