Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regulator: tps62360: Remove pointless test for unsigned less than zero | Axel Lin | 2012-03-11 | 1 | -1/+1 |
| | | | | | | | | The variable 'selector' is a 'unsigned int', so it can never be less than zero. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||||
* | regulator: TPS62360: Add tps62360 regulator driver | Laxman Dewangan | 2012-01-20 | 1 | -0/+472 |
The regulator module consists of 1 DCDC. The output voltage is configurable and is meant for supply power to the core voltage of Soc. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |