summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9210-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: da9210: use devm_regulator_register()Jingoo Han2013-09-301-9/+1
| | | | | | | | Use devm_regulator_register() to make cleanup paths simpler, and remove unnecessary remove(). Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* regulator: da9210: add Device Tree supportGuennadi Liakhovetski2013-09-261-3/+6
| | | | | | | | | This patch adds basic Device Tree support to the da9210 regulator driver - with no special properties, since also driver's platform data only contains standard regulator initialisation parameters. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* regulator: da9210: Remove redundant MODULE_ALIASAxel Lin2013-08-131-1/+0
| | | | | | | | The modalias is set by the MODULE_DEVICE_TABLE, thus remove redundant MODULE_ALIAS. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* regulator: da9210: New driverSteve Twiss2013-08-061-0/+197
I2C driver for the Dialog DA9210 Multi-phase 12A DC-DC Buck. Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: David Dajun Chen <david.chen@diasemi.com> Signed-off-by: Mark Brown <broonie@linaro.org>
OpenPOWER on IntegriCloud