Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-25 | regulator: da9211: Remove unnecessary devm_regulator_unregister() calls | Axel Lin | |
Current code uses devm_regulator_register(), so the resource management code will ensure that the resource is freed. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2014-07-14 | regulator: da9211: new regulator driver | James Ban | |
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban <james.ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@linaro.org> |