summaryrefslogtreecommitdiff
path: root/drivers/regulator/bd70528-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: bd70528: Drop unused includeLinus Walleij2019-06-031-1/+0
| | | | | | | | | | This driver does not use any symbols from <linux/gpio.h> so just drop the include. Cc: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-By: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: bd70528: drop struct bd70528Matti Vaittinen2019-02-141-2/+2
| | | | | | | | | As a result of exporting the bd70528 specific locking functions we no longer need struct bd70528. Remove references to struct bd70528 from bd70528 regulator. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: bd70528: Constify regulator_linear_range and regulator_opsAxel Lin2019-01-241-9/+8
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: bd70528: Support ROHM BD70528 regulator blockMatti Vaittinen2019-01-231-0/+290
BD70528MWV is an ultra-low Iq general purpose single-chip power management IC for battery-powered portable devices. Add support for controlling 3 bucks and 3 LDOs present in ROHM BD70528. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Mark Brown <broonie@kernel.org>