summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/dbx500-prcmu.h
Commit message (Collapse)AuthorAgeFilesLines
* regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_infoAxel Lin2019-04-121-4/+0Star
| | | | | | | | | The *dev is assigned but not used, remove it. Current driver is using devm_regulator_register(), so no neeed to save *rdev for clean up. Use a local variable instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: dbx500-prcmu: Remove operating_point from struct ↵Axel Lin2013-04-031-2/+0Star
| | | | | | | | | | | dbx500_regulator_info operating_point is not used since the initial commit of db8500-prcmu driver, remove it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* regulators/db8500: split off shared dbx500 codeBengt Jonsson2012-01-201-0/+63
As we progress with DB5500 and future voltage domain regulators based on very similar hardware as found in the DB8500 PRCMU, it makes sense to split off the generic parts and introduce some generic debug code for the DBx500 regulators. This patch accoplish a basic abstraction of the DBx500 voltage domain regulators. Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>